exponent16        610 arch/x86/math-emu/errors.c 		if (exponent16(dest) <= EXP_UNDER - 63) {
exponent16        377 arch/x86/math-emu/fpu_trig.c 		e = exponent16(st_new_ptr);
exponent16        496 arch/x86/math-emu/fpu_trig.c 		expon = exponent16(st0_ptr);
exponent16        798 arch/x86/math-emu/fpu_trig.c 		expdif = exponent16(&st0) - exponent16(&st1);
exponent16        829 arch/x86/math-emu/fpu_trig.c 					setexponent16(&tmp, exponent16(&st1));
exponent16        841 arch/x86/math-emu/fpu_trig.c 					    exponent16(&st1) - exponent16(&tmp);
exponent16        886 arch/x86/math-emu/fpu_trig.c 			exp_1 = exponent16(&st1);
exponent16        934 arch/x86/math-emu/fpu_trig.c 		if ((exponent16(&tmp) <= EXP_UNDER) && (tag != TAG_Zero)
exponent16        941 arch/x86/math-emu/fpu_trig.c 		} else if ((exponent16(&tmp) > EXP_UNDER) || (tag == TAG_Zero)) {
exponent16       1043 arch/x86/math-emu/fpu_trig.c 				e = exponent16(st0_ptr);
exponent16       1517 arch/x86/math-emu/fpu_trig.c 		scale += exponent16(st0_ptr);
exponent16         59 arch/x86/math-emu/poly_2xm1.c 	exponent = exponent16(arg);
exponent16         67 arch/x86/math-emu/poly_atan.c 		exponent = exponent16(st0_ptr);
exponent16         74 arch/x86/math-emu/poly_atan.c 		exponent -= exponent16(st1_ptr);
exponent16         34 arch/x86/math-emu/poly_l2.c 	exponent = exponent16(st0_ptr);
exponent16         90 arch/x86/math-emu/poly_l2.c 	setexponent16(st1_ptr, expon_expon + exponent16(st1_ptr) + 1);
exponent16        112 arch/x86/math-emu/poly_l2.c 	if (exponent16(st0_ptr) < 0) {
exponent16        121 arch/x86/math-emu/poly_l2.c 		exponent += exponent16(st1_ptr) + 1;
exponent16        188 arch/x86/math-emu/poly_l2.c 	exponent = exponent16(arg);
exponent16        111 arch/x86/math-emu/reg_add_sub.c 		expa = exponent16(a);
exponent16        112 arch/x86/math-emu/reg_add_sub.c 		expb = exponent16(b);
exponent16        242 arch/x86/math-emu/reg_add_sub.c 		expa = exponent16(a);
exponent16        243 arch/x86/math-emu/reg_add_sub.c 		expb = exponent16(b);
exponent16        126 arch/x86/math-emu/reg_compare.c 		exp0 = exponent16(st0_ptr);
exponent16        127 arch/x86/math-emu/reg_compare.c 		expb = exponent16(b);
exponent16         25 arch/x86/math-emu/reg_convert.c 	if (exponent16(x) == EXP_UNDER) {
exponent16         56 arch/x86/math-emu/reg_ld_str.c 	exp = exponent16(ptr) & 0x7fff;
exponent16        352 arch/x86/math-emu/reg_ld_str.c 		FPU_put_user(exponent16(st0_ptr),
exponent16         67 arch/x86/math-emu/reg_mul.c 				exponent16(&x) + exponent16(&y));