EXP_UNDER 607 arch/x86/math-emu/errors.c if (exponent16(dest) <= EXP_UNDER - 63) { EXP_UNDER 184 arch/x86/math-emu/fpu_emu.h #define isdenormal(ptr) (exponent(ptr) == EXP_BIAS+EXP_UNDER) EXP_UNDER 66 arch/x86/math-emu/fpu_tags.c if (exp == EXP_BIAS + EXP_UNDER) EXP_UNDER 935 arch/x86/math-emu/fpu_trig.c if ((exponent16(&tmp) <= EXP_UNDER) && (tag != TAG_Zero) EXP_UNDER 942 arch/x86/math-emu/fpu_trig.c } else if ((exponent16(&tmp) > EXP_UNDER) || (tag == TAG_Zero)) { EXP_UNDER 154 arch/x86/math-emu/poly_l2.c if (exponent(dest) <= EXP_UNDER) EXP_UNDER 41 arch/x86/math-emu/reg_constant.c FPU_REG const CONST_Z = MAKE_REG(POS, EXP_UNDER, 0x0, 0x0); EXP_UNDER 26 arch/x86/math-emu/reg_convert.c if (exponent16(x) == EXP_UNDER) {