Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/math-emu/
Dfpu_tags.c65 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()
Dfpu_emu.h29 #define EXP_BIAS Const(0) macro
183 #define isdenormal(ptr) (exponent(ptr) == EXP_BIAS+EXP_UNDER)
Dreg_u_mul.S95 subl EXP_BIAS-1,%eax
Dwm_sqrt.S95 cmpw EXP_BIAS,EXP(%esi)
350 movw EXP_BIAS,EXP(%edi) /* Result is in [1.0 .. 2.0) */
Dreg_u_div.S95 addl EXP_BIAS,%edx
Derrors.c194 exponent(r) - EXP_BIAS + 1); in FPU_printall()