tag | line | file | source code |
SIGN_POS | 24 | arch/i386/math-emu/fpu_etc.c | st0_ptr->sign ^= SIGN_POS^SIGN_NEG; |
SIGN_POS | 35 | arch/i386/math-emu/fpu_etc.c | st0_ptr->sign = SIGN_POS; |
SIGN_POS | 51 | arch/i386/math-emu/fpu_etc.c | if (st0_ptr->sign == SIGN_POS) |
SIGN_POS | 61 | arch/i386/math-emu/fpu_etc.c | if (st0_ptr->sign == SIGN_POS) |
SIGN_POS | 74 | arch/i386/math-emu/fpu_etc.c | if (st0_ptr->sign == SIGN_POS) |
SIGN_POS | 104 | arch/i386/math-emu/fpu_trig.c | X->sign = SIGN_POS; |
SIGN_POS | 160 | arch/i386/math-emu/fpu_trig.c | dest->sign = SIGN_POS; |
SIGN_POS | 307 | arch/i386/math-emu/fpu_trig.c | st0_ptr->sign = SIGN_POS; |
SIGN_POS | 404 | arch/i386/math-emu/fpu_trig.c | st0_ptr->sign = SIGN_POS; |
SIGN_POS | 476 | arch/i386/math-emu/fpu_trig.c | st0_ptr->sign = SIGN_POS; |
SIGN_POS | 534 | arch/i386/math-emu/fpu_trig.c | st0_ptr->sign = SIGN_POS; |
SIGN_POS | 541 | arch/i386/math-emu/fpu_trig.c | rv.sign ^= SIGN_POS ^ SIGN_NEG; |
SIGN_POS | 604 | arch/i386/math-emu/fpu_trig.c | arg->sign = SIGN_POS; |
SIGN_POS | 622 | arch/i386/math-emu/fpu_trig.c | rv.sign ^= SIGN_POS ^ SIGN_NEG; |
SIGN_POS | 835 | arch/i386/math-emu/fpu_trig.c | tmp.sign ^= (SIGN_POS^SIGN_NEG); |
SIGN_POS | 991 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->sign == SIGN_POS ) |
SIGN_POS | 1006 | arch/i386/math-emu/fpu_trig.c | exponent.sign = SIGN_POS; |
SIGN_POS | 1078 | arch/i386/math-emu/fpu_trig.c | if ( !divide_by_zero(st1_ptr->sign^SIGN_NEG^SIGN_POS, st1_ptr) ) |
SIGN_POS | 1102 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->exp < EXP_BIAS ) sign ^= SIGN_NEG^SIGN_POS; |
SIGN_POS | 1135 | arch/i386/math-emu/fpu_trig.c | else if ( (st0_tag == TW_Valid) && (st0_ptr->sign == SIGN_POS) ) |
SIGN_POS | 1176 | arch/i386/math-emu/fpu_trig.c | st1_ptr->sign ^= SIGN_NEG^SIGN_POS; |
SIGN_POS | 1236 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->sign == SIGN_POS ) |
SIGN_POS | 1251 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->sign == SIGN_POS ) |
SIGN_POS | 1290 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->sign == SIGN_POS ) |
SIGN_POS | 1349 | arch/i386/math-emu/fpu_trig.c | st1_ptr->sign ^= SIGN_POS^SIGN_NEG; |
SIGN_POS | 1419 | arch/i386/math-emu/fpu_trig.c | st1_ptr->sign ^= SIGN_POS^SIGN_NEG; |
SIGN_POS | 1429 | arch/i386/math-emu/fpu_trig.c | st1_ptr->sign ^= SIGN_POS^SIGN_NEG; |
SIGN_POS | 1448 | arch/i386/math-emu/fpu_trig.c | st1_ptr->sign ^= SIGN_POS^SIGN_NEG; |
SIGN_POS | 1458 | arch/i386/math-emu/fpu_trig.c | st1_ptr->sign ^= SIGN_POS^SIGN_NEG; |
SIGN_POS | 1569 | arch/i386/math-emu/fpu_trig.c | if ( st1_ptr->sign == SIGN_POS ) |
SIGN_POS | 1619 | arch/i386/math-emu/fpu_trig.c | if ( st1_ptr->sign == SIGN_POS ) |
SIGN_POS | 1667 | arch/i386/math-emu/fpu_trig.c | if ( ((st1_tag == TW_Infinity) && (st1_ptr->sign == SIGN_POS)) |
SIGN_POS | 121 | arch/i386/math-emu/poly_2xm1.c | if ( arg->sign != SIGN_POS ) |
SIGN_POS | 63 | arch/i386/math-emu/poly_atan.c | arg1->sign = arg2->sign = SIGN_POS; |
SIGN_POS | 55 | arch/i386/math-emu/poly_l2.c | x.sign = SIGN_POS; |
SIGN_POS | 144 | arch/i386/math-emu/poly_l2.c | if ( sign != SIGN_POS ) |
SIGN_POS | 196 | arch/i386/math-emu/poly_l2.c | if ( sign == SIGN_POS ) |
SIGN_POS | 77 | arch/i386/math-emu/reg_add_sub.c | ? SIGN_POS : SIGN_NEG; |
SIGN_POS | 106 | arch/i386/math-emu/reg_add_sub.c | ? SIGN_POS : SIGN_NEG; |
SIGN_POS | 210 | arch/i386/math-emu/reg_add_sub.c | ? SIGN_POS : SIGN_NEG; |
SIGN_POS | 214 | arch/i386/math-emu/reg_add_sub.c | dest->sign = a->sign ^ SIGN_POS^SIGN_NEG; |
SIGN_POS | 223 | arch/i386/math-emu/reg_add_sub.c | dest->sign = SIGN_POS; |
SIGN_POS | 256 | arch/i386/math-emu/reg_add_sub.c | ? SIGN_POS : SIGN_NEG; |
SIGN_POS | 278 | arch/i386/math-emu/reg_add_sub.c | dest->sign ^= SIGN_POS^SIGN_NEG; |
SIGN_POS | 309 | arch/i386/math-emu/reg_add_sub.c | dest->sign ^= SIGN_POS^SIGN_NEG; |
SIGN_POS | 40 | arch/i386/math-emu/reg_compare.c | return ((b->sign == SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B) |
SIGN_POS | 52 | arch/i386/math-emu/reg_compare.c | return ((st0_ptr->sign == SIGN_POS) ? COMP_A_gt_B |
SIGN_POS | 66 | arch/i386/math-emu/reg_compare.c | return ((st0_ptr->sign == SIGN_POS) ? COMP_A_gt_B |
SIGN_POS | 78 | arch/i386/math-emu/reg_compare.c | ((st0_ptr->sign == SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B); |
SIGN_POS | 86 | arch/i386/math-emu/reg_compare.c | return ((b->sign == SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B) |
SIGN_POS | 121 | arch/i386/math-emu/reg_compare.c | return ((st0_ptr->sign == SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B) |
SIGN_POS | 145 | arch/i386/math-emu/reg_compare.c | return ((st0_ptr->sign == SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B) |
SIGN_POS | 155 | arch/i386/math-emu/reg_compare.c | return ((st0_ptr->sign == SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B) |
SIGN_POS | 19 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_1 = { SIGN_POS, TW_Valid, EXP_BIAS, |
SIGN_POS | 21 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_2 = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
SIGN_POS | 23 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_HALF = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
SIGN_POS | 25 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_L2T = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
SIGN_POS | 27 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_L2E = { SIGN_POS, TW_Valid, EXP_BIAS, |
SIGN_POS | 29 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_PI = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
SIGN_POS | 31 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_PI2 = { SIGN_POS, TW_Valid, EXP_BIAS, |
SIGN_POS | 33 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_PI4 = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
SIGN_POS | 35 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_LG2 = { SIGN_POS, TW_Valid, EXP_BIAS-2, |
SIGN_POS | 37 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_LN2 = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
SIGN_POS | 45 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_Z = { SIGN_POS, TW_Zero, EXP_UNDER, 0x0, 0x0 }; |
SIGN_POS | 55 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_INF = { SIGN_POS, TW_Infinity, EXP_OVER, 0x00000000, 0x80000000 }; |
SIGN_POS | 62 | arch/i386/math-emu/reg_ld_str.c | loaded_data->sign = SIGN_POS; |
SIGN_POS | 154 | arch/i386/math-emu/reg_ld_str.c | loaded_data->sign = SIGN_POS; |
SIGN_POS | 230 | arch/i386/math-emu/reg_ld_str.c | loaded_data->sign = SIGN_POS; |
SIGN_POS | 300 | arch/i386/math-emu/reg_ld_str.c | loaded_data->sign = SIGN_POS; |
SIGN_POS | 330 | arch/i386/math-emu/reg_ld_str.c | loaded_data->sign = SIGN_POS; |
SIGN_POS | 361 | arch/i386/math-emu/reg_ld_str.c | loaded_data->sign = SIGN_POS; |
SIGN_POS | 402 | arch/i386/math-emu/reg_ld_str.c | SIGN_NEG : SIGN_POS; |
SIGN_POS | 529 | arch/i386/math-emu/reg_ld_str.c | increment = (tmp.sign == SIGN_POS) ? 0 : tmp.sigl & 0x7ff; |
SIGN_POS | 532 | arch/i386/math-emu/reg_ld_str.c | increment = (tmp.sign == SIGN_POS) ? tmp.sigl & 0x7ff : 0; |
SIGN_POS | 726 | arch/i386/math-emu/reg_ld_str.c | increment = (tmp.sign == SIGN_POS) |
SIGN_POS | 730 | arch/i386/math-emu/reg_ld_str.c | increment = (tmp.sign == SIGN_POS) |
SIGN_POS | 1434 | arch/i386/math-emu/reg_ld_str.c | e |= rp->sign == SIGN_POS ? 0 : 0x8000; |