Searched refs:EXP_OVER (Results 1 - 10 of 10) 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.c67 else if (exp != EXP_BIAS + EXP_OVER)
76 return ((exponent(ptr) == EXP_BIAS + EXP_OVER)
H A Dreg_constant.c40 FPU_REG const CONST_SNAN = MAKE_REG(POS, EXP_OVER, 0x00000001, 0x80000000);
43 FPU_REG const CONST_QNaN = MAKE_REG(NEG, EXP_OVER, 0x00000000, 0xC0000000);
46 FPU_REG const CONST_INF = MAKE_REG(POS, EXP_OVER, 0x00000000, 0x80000000);
H A Dfpu_etc.c109 && (exponent(st0_ptr) == EXP_OVER))
H A Dfpu_emu.h30 #define EXP_OVER Const(0x4000) /* smallest invalid large exponent */ macro
34 #define EXP_Infinity EXP_OVER
35 #define EXP_NaN EXP_OVER
H A Derrors.c346 isNaN = (exponent(a) == EXP_OVER) && (a->sigh & 0x80000000);
397 && !((exponent(a) == EXP_OVER)
400 && !((exponent(b) == EXP_OVER) && (b->sigh & 0x80000000)));
H A Dreg_norm.S58 cmpw EXP_OVER,EXP(%ebx)
H A Dreg_compare.c95 unsupported = !((exponent(st0_ptr) == EXP_OVER)
102 unsupported |= !((exponent(b) == EXP_OVER)
H A Dreg_ld_str.c452 if (exp >= EXP_OVER)
511 if ((exponent(st0_ptr) == EXP_OVER)
636 if (exp >= EXP_OVER)
693 if ((exponent(st0_ptr) == EXP_OVER)
H A Dreg_round.S412 cmpw EXP_OVER,EXP(%edi)
H A Dfpu_trig.c197 isNaN = (exponent(st0_ptr) == EXP_OVER)

Completed in 142 milliseconds