Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A Dfpu_tags.c66 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()
H A Dfpu_emu.h30 #define EXP_BIAS Const(0) macro
184 #define isdenormal(ptr) (exponent(ptr) == EXP_BIAS+EXP_UNDER)
H A Dreg_u_mul.S96 subl EXP_BIAS-1,%eax
H A Dwm_sqrt.S96 cmpw EXP_BIAS,EXP(%esi)
351 movw EXP_BIAS,EXP(%edi) /* Result is in [1.0 .. 2.0) */
H A Dreg_u_div.S96 addl EXP_BIAS,%edx
H A Derrors.c197 exponent(r) - EXP_BIAS + 1); in FPU_printall()
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc142 * by EXP_BIAS and must be bounded by [EXP_MAX-1, 0].