Home
last modified time | relevance | path

Searched refs:SIGFPE_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dsigfpe.c136 case ((intptr_t)(SIGFPE_DEFAULT)): in _sigfpe_master()
175 case ((intptr_t)(SIGFPE_DEFAULT)): /* Error condition but ignore it. */ in _sigfpe_master()
/illumos-gate/usr/src/head/
H A Dfloatingpoint.h60 #define SIGFPE_DEFAULT (void (*)())0 /* default exception handling */ macro