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