Home
last modified time | relevance | path

Searched refs:FE_INVALID (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/head/
H A Dfenv.h81 #define FE_INVALID 0x10 macro
86 #define FE_INVALID 0x01 macro
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfeexcept.c70 if (e & FE_INVALID) { in feraiseexcept()
H A Dfex_log.c341 if (f & FE_INVALID) { in __fex_mklog()
H A D__fex_hdlr.c114 if (!(ex & FE_INVALID)) in __fex_te_needed()
H A D__fex_i386.c159 if ((sw & FE_INVALID) && !(cw & (1 << fp_trap_invalid))) in __fex_get_x86_exc()
H A D__fex_sse.c811 if (e & FE_INVALID) in __fex_get_sse_op()