Searched refs:EXP_UNDER (Results 1 – 9 of 9) sorted by relevance
/arch/x86/math-emu/ |
D | reg_convert.c | 25 if (exponent16(x) == EXP_UNDER) { in FPU_to_exp16()
|
D | reg_norm.S | 61 cmpw EXP_UNDER,EXP(%ebx) 143 movw EXP_UNDER,EXP(%ebx)
|
D | reg_round.S | 136 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)
|
D | fpu_emu.h | 31 #define EXP_UNDER Const(-0x3fff) /* largest invalid small exponent */ macro 183 #define isdenormal(ptr) (exponent(ptr) == EXP_BIAS+EXP_UNDER)
|
D | fpu_tags.c | 65 if (exp == EXP_BIAS + EXP_UNDER) in FPU_Special()
|
D | reg_constant.c | 40 FPU_REG const CONST_Z = MAKE_REG(POS, EXP_UNDER, 0x0, 0x0);
|
D | poly_l2.c | 153 if (exponent(dest) <= EXP_UNDER) in poly_l2p1()
|
D | errors.c | 610 if (exponent16(dest) <= EXP_UNDER - 63) { in arith_underflow()
|
D | fpu_trig.c | 934 if ((exponent16(&tmp) <= EXP_UNDER) && (tag != TAG_Zero) in do_fprem() 941 } else if ((exponent16(&tmp) > EXP_UNDER) || (tag == TAG_Zero)) { in do_fprem()
|