exponent16        607 arch/x86/math-emu/errors.c 		if (exponent16(dest) <= EXP_UNDER - 63) {
exponent16        378 arch/x86/math-emu/fpu_trig.c 		e = exponent16(st_new_ptr);
exponent16        497 arch/x86/math-emu/fpu_trig.c 		expon = exponent16(st0_ptr);
exponent16        799 arch/x86/math-emu/fpu_trig.c 		expdif = exponent16(&st0) - exponent16(&st1);
exponent16        830 arch/x86/math-emu/fpu_trig.c 					setexponent16(&tmp, exponent16(&st1));
exponent16        842 arch/x86/math-emu/fpu_trig.c 					    exponent16(&st1) - exponent16(&tmp);
exponent16        887 arch/x86/math-emu/fpu_trig.c 			exp_1 = exponent16(&st1);
exponent16        935 arch/x86/math-emu/fpu_trig.c 		if ((exponent16(&tmp) <= EXP_UNDER) && (tag != TAG_Zero)
exponent16        942 arch/x86/math-emu/fpu_trig.c 		} else if ((exponent16(&tmp) > EXP_UNDER) || (tag == TAG_Zero)) {
exponent16       1044 arch/x86/math-emu/fpu_trig.c 				e = exponent16(st0_ptr);
exponent16       1518 arch/x86/math-emu/fpu_trig.c 		scale += exponent16(st0_ptr);
exponent16         60 arch/x86/math-emu/poly_2xm1.c 	exponent = exponent16(arg);
exponent16         68 arch/x86/math-emu/poly_atan.c 		exponent = exponent16(st0_ptr);
exponent16         75 arch/x86/math-emu/poly_atan.c 		exponent -= exponent16(st1_ptr);
exponent16         35 arch/x86/math-emu/poly_l2.c 	exponent = exponent16(st0_ptr);
exponent16         91 arch/x86/math-emu/poly_l2.c 	setexponent16(st1_ptr, expon_expon + exponent16(st1_ptr) + 1);
exponent16        113 arch/x86/math-emu/poly_l2.c 	if (exponent16(st0_ptr) < 0) {
exponent16        122 arch/x86/math-emu/poly_l2.c 		exponent += exponent16(st1_ptr) + 1;
exponent16        189 arch/x86/math-emu/poly_l2.c 	exponent = exponent16(arg);
exponent16        112 arch/x86/math-emu/reg_add_sub.c 		expa = exponent16(a);
exponent16        113 arch/x86/math-emu/reg_add_sub.c 		expb = exponent16(b);
exponent16        243 arch/x86/math-emu/reg_add_sub.c 		expa = exponent16(a);
exponent16        244 arch/x86/math-emu/reg_add_sub.c 		expb = exponent16(b);
exponent16        127 arch/x86/math-emu/reg_compare.c 		exp0 = exponent16(st0_ptr);
exponent16        128 arch/x86/math-emu/reg_compare.c 		expb = exponent16(b);
exponent16         26 arch/x86/math-emu/reg_convert.c 	if (exponent16(x) == EXP_UNDER) {
exponent16         57 arch/x86/math-emu/reg_ld_str.c 	exp = exponent16(ptr) & 0x7fff;
exponent16        353 arch/x86/math-emu/reg_ld_str.c 		FPU_put_user(exponent16(st0_ptr),
exponent16         68 arch/x86/math-emu/reg_mul.c 				exponent16(&x) + exponent16(&y));