Searched refs:SIGN_POS (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_etc.c44 if (getsign(st0_ptr) == SIGN_POS)
52 if (getsign(st0_ptr) == SIGN_POS)
59 if (getsign(st0_ptr) == SIGN_POS)
70 if (getsign(st0_ptr) == SIGN_POS)
H A Dreg_compare.c47 SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B);
50 SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B)
55 SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B);
58 SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B)
65 SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B);
68 SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B)
74 SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B);
80 SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B);
83 SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B)
116 return ((st0_sign == SIGN_POS)
[all...]
H A Dpoly_l2.c48 argsign = SIGN_POS;
63 sign = SIGN_POS;
136 if (sign0 != SIGN_POS) {
191 if (argsign == SIGN_POS) {
H A Dreg_add_sub.c81 ? SIGN_POS : SIGN_NEG);
192 ? SIGN_POS : SIGN_NEG);
203 FPU_u_add(a, b, dest, control_w, SIGN_POS, expa,
288 ? SIGN_POS : SIGN_NEG);
H A Dreg_round.S191 cmpb SIGN_POS,PARAM5
197 cmpb SIGN_POS,PARAM5
271 cmpb SIGN_POS,PARAM5
277 cmpb SIGN_POS,PARAM5
345 cmpb SIGN_POS,PARAM5
353 cmpb SIGN_POS,PARAM5
423 cmpb SIGN_POS,PARAM5
H A Dpoly_2xm1.c112 if (sign != SIGN_POS) {
H A Dfpu_trig.c51 SIGN_POS);
86 FULL_PRECISION, SIGN_POS,
119 FULL_PRECISION, SIGN_POS,
164 sign = SIGN_POS;
469 tag = wm_sqrt(st0_ptr, 0, 0, control_word, SIGN_POS);
1046 esign = SIGN_POS;
1238 SIGN_POS,
H A Dfpu_emu.h40 #define SIGN_POS Const(0) macro

Completed in 106 milliseconds