Searched refs:EXP_BIAS (Results 1 – 6 of 6) sorted by relevance
65 if (exp == EXP_BIAS + EXP_UNDER) in FPU_Special()67 else if (exp != EXP_BIAS + EXP_OVER) in FPU_Special()76 return ((exponent(ptr) == EXP_BIAS + EXP_OVER) in isNaN()
29 #define EXP_BIAS Const(0) macro183 #define isdenormal(ptr) (exponent(ptr) == EXP_BIAS+EXP_UNDER)
95 subl EXP_BIAS-1,%eax
95 cmpw EXP_BIAS,EXP(%esi)350 movw EXP_BIAS,EXP(%edi) /* Result is in [1.0 .. 2.0) */
95 addl EXP_BIAS,%edx
194 exponent(r) - EXP_BIAS + 1); in FPU_printall()