Home
last modified time | relevance | path

Searched refs:EXP_UNDER (Results 1 – 9 of 9) sorted by relevance

/arch/x86/math-emu/
Dreg_convert.c25 if (exponent16(x) == EXP_UNDER) { in FPU_to_exp16()
Dreg_norm.S61 cmpw EXP_UNDER,EXP(%ebx)
143 movw EXP_UNDER,EXP(%ebx)
Dreg_round.S136 cmpw EXP_UNDER,EXP(%edi)
481 movw EXP_UNDER+1,%cx
548 movw EXP_UNDER+1,EXP(%edi)
570 cmpw EXP_UNDER+1,EXP(%edi)
629 movw EXP_UNDER,EXP(%edi)
646 cmpw EXP_UNDER,EXP(%edi)
Dfpu_emu.h31 #define EXP_UNDER Const(-0x3fff) /* largest invalid small exponent */ macro
183 #define isdenormal(ptr) (exponent(ptr) == EXP_BIAS+EXP_UNDER)
Dfpu_tags.c65 if (exp == EXP_BIAS + EXP_UNDER) in FPU_Special()
Dreg_constant.c40 FPU_REG const CONST_Z = MAKE_REG(POS, EXP_UNDER, 0x0, 0x0);
Dpoly_l2.c153 if (exponent(dest) <= EXP_UNDER) in poly_l2p1()
Derrors.c610 if (exponent16(dest) <= EXP_UNDER - 63) { in arith_underflow()
Dfpu_trig.c934 if ((exponent16(&tmp) <= EXP_UNDER) && (tag != TAG_Zero) in do_fprem()
941 } else if ((exponent16(&tmp) > EXP_UNDER) || (tag == TAG_Zero)) { in do_fprem()