Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfeexcept.c90 if (e & FE_UNDERFLOW) { in feraiseexcept()
94 __fenv_set_ex(fsr, __fenv_get_ex(fsr) | FE_UNDERFLOW); in feraiseexcept()
H A Dfex_log.c323 if (f & FE_UNDERFLOW) { in __fex_mklog()
H A D__fex_i386.c166 else if ((sw & FE_UNDERFLOW) && !(cw & (1 << fp_trap_underflow))) in __fex_get_x86_exc()
817 info->flags = (cwsw & FE_INEXACT) | FE_UNDERFLOW; in __fex_get_op()
H A D__fex_hdlr.c108 if (!(ex & FE_UNDERFLOW)) in __fex_te_needed()
H A D__fex_sse.c817 if ((e & FE_UNDERFLOW) || (subnorm && (te & FE_UNDERFLOW))) in __fex_get_sse_op()
/illumos-gate/usr/src/head/
H A Dfenv.h79 #define FE_UNDERFLOW 0x04 macro
89 #define FE_UNDERFLOW 0x10 macro