Searched refs:EXP_BIAS (Results 1 – 6 of 6) sorted by relevance
66 if (exp == EXP_BIAS + EXP_UNDER) in FPU_Special()68 else if (exp != EXP_BIAS + EXP_OVER) in FPU_Special()77 return ((exponent(ptr) == EXP_BIAS + EXP_OVER) in isNaN()
30 #define EXP_BIAS Const(0) macro184 #define isdenormal(ptr) (exponent(ptr) == EXP_BIAS+EXP_UNDER)
96 cmpw EXP_BIAS,EXP(%esi)351 movw EXP_BIAS,EXP(%edi) /* Result is in [1.0 .. 2.0) */
96 subl EXP_BIAS-1,%eax
96 addl EXP_BIAS,%edx
197 exponent(r) - EXP_BIAS + 1); in FPU_printall()
Completed in 8 milliseconds