Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dfenv.h78 #define FE_DIVBYZERO 0x02 macro
87 #define FE_DIVBYZERO 0x04 macro
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfeexcept.c74 if (e & FE_DIVBYZERO) { in feraiseexcept()
H A Dfex_log.c335 if (f & FE_DIVBYZERO) { in __fex_mklog()
H A D__fex_hdlr.c112 if (!(ex & FE_DIVBYZERO)) in __fex_te_needed()
H A D__fex_i386.c162 else if ((sw & FE_DIVBYZERO) && !(cw & (1 << fp_trap_division))) in __fex_get_x86_exc()
H A D__fex_sse.c813 if (e & FE_DIVBYZERO) in __fex_get_sse_op()