Searched refs:EXP_UNDER (Results 1 - 9 of 9) 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 Dreg_convert.c25 if (exponent16(x) == EXP_UNDER) {
H A Dreg_norm.S61 cmpw EXP_UNDER,EXP(%ebx)
143 movw EXP_UNDER,EXP(%ebx)
H A Dfpu_tags.c65 if (exp == EXP_BIAS + EXP_UNDER)
H A 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)
628 /* Reduce the exponent to EXP_UNDER */
629 movw EXP_UNDER,EXP(%edi)
646 cmpw EXP_UNDER,EXP(%edi)
H A Dreg_constant.c36 FPU_REG const CONST_Z = MAKE_REG(POS, EXP_UNDER, 0x0, 0x0);
H A Dfpu_emu.h31 #define EXP_UNDER Const(-0x3fff) /* largest invalid small exponent */ macro
183 #define isdenormal(ptr) (exponent(ptr) == EXP_BIAS+EXP_UNDER)
H A Dpoly_l2.c153 if (exponent(dest) <= EXP_UNDER)
H A Derrors.c575 if (exponent16(dest) <= EXP_UNDER - 63) {
H A Dfpu_trig.c934 if ((exponent16(&tmp) <= EXP_UNDER) && (tag != TAG_Zero)
941 } else if ((exponent16(&tmp) > EXP_UNDER) || (tag == TAG_Zero)) {

Completed in 70 milliseconds