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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_tags.c65 if (exp == EXP_BIAS + EXP_UNDER)
67 else if (exp != EXP_BIAS + EXP_OVER)
76 return ((exponent(ptr) == EXP_BIAS + EXP_OVER)
H A Dreg_u_mul.S95 subl EXP_BIAS-1,%eax
H A Dfpu_emu.h29 #define EXP_BIAS Const(0) macro
183 #define isdenormal(ptr) (exponent(ptr) == EXP_BIAS+EXP_UNDER)
H A Dwm_sqrt.S95 cmpw EXP_BIAS,EXP(%esi)
350 movw EXP_BIAS,EXP(%edi) /* Result is in [1.0 .. 2.0) */
H A Derrors.c159 exponent(r) - EXP_BIAS + 1);
H A Dreg_u_div.S95 addl EXP_BIAS,%edx

Completed in 123 milliseconds