Symbol: SIGN_POS
arch/x86/math-emu/fpu_etc.c
45
if (getsign(st0_ptr) == SIGN_POS)
arch/x86/math-emu/fpu_etc.c
53
if (getsign(st0_ptr) == SIGN_POS)
arch/x86/math-emu/fpu_etc.c
60
if (getsign(st0_ptr) == SIGN_POS)
arch/x86/math-emu/fpu_etc.c
71
if (getsign(st0_ptr) == SIGN_POS)
arch/x86/math-emu/fpu_trig.c
1052
esign = SIGN_POS;
arch/x86/math-emu/fpu_trig.c
120
FULL_PRECISION, SIGN_POS,
arch/x86/math-emu/fpu_trig.c
1244
SIGN_POS,
arch/x86/math-emu/fpu_trig.c
165
sign = SIGN_POS;
arch/x86/math-emu/fpu_trig.c
470
tag = wm_sqrt(st0_ptr, 0, 0, control_word, SIGN_POS);
arch/x86/math-emu/fpu_trig.c
52
SIGN_POS);
arch/x86/math-emu/fpu_trig.c
87
FULL_PRECISION, SIGN_POS,
arch/x86/math-emu/poly_2xm1.c
113
if (sign != SIGN_POS) {
arch/x86/math-emu/poly_l2.c
137
if (sign0 != SIGN_POS) {
arch/x86/math-emu/poly_l2.c
192
if (argsign == SIGN_POS) {
arch/x86/math-emu/poly_l2.c
49
argsign = SIGN_POS;
arch/x86/math-emu/poly_l2.c
64
sign = SIGN_POS;
arch/x86/math-emu/reg_add_sub.c
193
? SIGN_POS : SIGN_NEG);
arch/x86/math-emu/reg_add_sub.c
204
FPU_u_add(a, b, dest, control_w, SIGN_POS, expa,
arch/x86/math-emu/reg_add_sub.c
289
? SIGN_POS : SIGN_NEG);
arch/x86/math-emu/reg_add_sub.c
82
? SIGN_POS : SIGN_NEG);
arch/x86/math-emu/reg_compare.c
117
return ((st0_sign == SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B)
arch/x86/math-emu/reg_compare.c
153
return ((st0_sign == SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B)
arch/x86/math-emu/reg_compare.c
158
return ((st0_sign == SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B)
arch/x86/math-emu/reg_compare.c
48
SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B);
arch/x86/math-emu/reg_compare.c
51
SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B)
arch/x86/math-emu/reg_compare.c
56
SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B);
arch/x86/math-emu/reg_compare.c
59
SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B)
arch/x86/math-emu/reg_compare.c
66
SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B);
arch/x86/math-emu/reg_compare.c
69
SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B)
arch/x86/math-emu/reg_compare.c
75
SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B);
arch/x86/math-emu/reg_compare.c
81
SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B);
arch/x86/math-emu/reg_compare.c
84
SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B)