tag | line | file | source code |
SIGN_POS | 24 | kernel/FPU-emu/fpu_etc.c | FPU_st0_ptr->sign ^= SIGN_POS^SIGN_NEG; |
SIGN_POS | 35 | kernel/FPU-emu/fpu_etc.c | FPU_st0_ptr->sign = SIGN_POS; |
SIGN_POS | 51 | kernel/FPU-emu/fpu_etc.c | if (FPU_st0_ptr->sign == SIGN_POS) |
SIGN_POS | 61 | kernel/FPU-emu/fpu_etc.c | if (FPU_st0_ptr->sign == SIGN_POS) |
SIGN_POS | 60 | kernel/FPU-emu/fpu_trig.c | dest->sign = SIGN_POS; |
SIGN_POS | 105 | kernel/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->sign == SIGN_POS ) |
SIGN_POS | 154 | kernel/FPU-emu/fpu_trig.c | FPU_st0_ptr->sign = SIGN_POS; |
SIGN_POS | 226 | kernel/FPU-emu/fpu_trig.c | FPU_st0_ptr->sign = SIGN_POS; |
SIGN_POS | 292 | kernel/FPU-emu/fpu_trig.c | FPU_st0_ptr->sign = SIGN_POS; |
SIGN_POS | 333 | kernel/FPU-emu/fpu_trig.c | FPU_st0_ptr->sign = SIGN_POS; |
SIGN_POS | 345 | kernel/FPU-emu/fpu_trig.c | rv.sign ^= SIGN_POS ^ SIGN_NEG; |
SIGN_POS | 385 | kernel/FPU-emu/fpu_trig.c | arg->sign = SIGN_POS; |
SIGN_POS | 397 | kernel/FPU-emu/fpu_trig.c | rv.sign ^= SIGN_POS ^ SIGN_NEG; |
SIGN_POS | 553 | kernel/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->sign == SIGN_POS ) |
SIGN_POS | 592 | kernel/FPU-emu/fpu_trig.c | else if ( st1_ptr->sign == SIGN_POS ) |
SIGN_POS | 624 | kernel/FPU-emu/fpu_trig.c | else if ( (FPU_st0_tag == TW_Valid) && (FPU_st0_ptr->sign == SIGN_POS) ) |
SIGN_POS | 664 | kernel/FPU-emu/fpu_trig.c | st1_ptr->sign = FPU_st0_ptr->sign = SIGN_POS; |
SIGN_POS | 684 | kernel/FPU-emu/fpu_trig.c | sum.sign ^= SIGN_POS^SIGN_NEG; |
SIGN_POS | 706 | kernel/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->sign == SIGN_POS ) |
SIGN_POS | 713 | kernel/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->sign == SIGN_POS ) |
SIGN_POS | 730 | kernel/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->sign == SIGN_POS ) |
SIGN_POS | 878 | kernel/FPU-emu/fpu_trig.c | if ( sign == SIGN_POS ) |
SIGN_POS | 903 | kernel/FPU-emu/fpu_trig.c | if ( ((st1_tag == TW_Infinity) && (st1_ptr->sign == SIGN_POS)) |
SIGN_POS | 62 | kernel/FPU-emu/poly_2xm1.c | if ( arg->sign != SIGN_POS ) /* Can't hack a number < 0.0 */ |
SIGN_POS | 135 | kernel/FPU-emu/poly_l2.c | denom.sign = SIGN_POS; /* set the sign to positive */ |
SIGN_POS | 272 | kernel/FPU-emu/poly_l2.c | accum.sign = SIGN_POS; /* and make accum positive */ |
SIGN_POS | 63 | kernel/FPU-emu/reg_add_sub.c | ? SIGN_POS : SIGN_NEG; |
SIGN_POS | 88 | kernel/FPU-emu/reg_add_sub.c | ? SIGN_POS : SIGN_NEG; |
SIGN_POS | 150 | kernel/FPU-emu/reg_add_sub.c | ? SIGN_POS : SIGN_NEG; |
SIGN_POS | 155 | kernel/FPU-emu/reg_add_sub.c | dest->sign = a->sign ^ SIGN_POS^SIGN_NEG; |
SIGN_POS | 160 | kernel/FPU-emu/reg_add_sub.c | dest->sign = SIGN_POS; |
SIGN_POS | 183 | kernel/FPU-emu/reg_add_sub.c | ? SIGN_POS : SIGN_NEG; |
SIGN_POS | 193 | kernel/FPU-emu/reg_add_sub.c | dest->sign ^= SIGN_POS^SIGN_NEG; |
SIGN_POS | 208 | kernel/FPU-emu/reg_add_sub.c | dest->sign ^= SIGN_POS^SIGN_NEG; |
SIGN_POS | 34 | kernel/FPU-emu/reg_compare.c | return (b->sign == SIGN_POS) ? COMP_A_LT_B : COMP_A_GT_B ; |
SIGN_POS | 41 | kernel/FPU-emu/reg_compare.c | return (FPU_st0_ptr->sign == SIGN_POS) ? COMP_A_GT_B : COMP_A_LT_B ; |
SIGN_POS | 49 | kernel/FPU-emu/reg_compare.c | return (FPU_st0_ptr->sign == SIGN_POS) ? COMP_A_GT_B : COMP_A_LT_B; |
SIGN_POS | 55 | kernel/FPU-emu/reg_compare.c | ((FPU_st0_ptr->sign == SIGN_POS) ? COMP_A_GT_B : COMP_A_LT_B); |
SIGN_POS | 63 | kernel/FPU-emu/reg_compare.c | return (b->sign == SIGN_POS) ? COMP_A_LT_B : COMP_A_GT_B; |
SIGN_POS | 90 | kernel/FPU-emu/reg_compare.c | return (FPU_st0_ptr->sign == SIGN_POS) ? COMP_A_GT_B : COMP_A_LT_B; |
SIGN_POS | 106 | kernel/FPU-emu/reg_compare.c | return (FPU_st0_ptr->sign == SIGN_POS) ? COMP_A_GT_B : COMP_A_LT_B ; |
SIGN_POS | 108 | kernel/FPU-emu/reg_compare.c | return (FPU_st0_ptr->sign == SIGN_POS) ? COMP_A_LT_B : COMP_A_GT_B ; |
SIGN_POS | 19 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_1 = { SIGN_POS, TW_Valid, EXP_BIAS, |
SIGN_POS | 21 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_2 = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
SIGN_POS | 23 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_HALF = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
SIGN_POS | 25 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_L2T = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
SIGN_POS | 27 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_L2E = { SIGN_POS, TW_Valid, EXP_BIAS, |
SIGN_POS | 29 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_PI = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
SIGN_POS | 31 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_PI2 = { SIGN_POS, TW_Valid, EXP_BIAS, |
SIGN_POS | 33 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_PI4 = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
SIGN_POS | 35 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_LG2 = { SIGN_POS, TW_Valid, EXP_BIAS-2, |
SIGN_POS | 37 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_LN2 = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
SIGN_POS | 41 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_Z = { SIGN_POS, TW_Zero, 0, 0x0, 0x0 }; |
SIGN_POS | 51 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_INF = { SIGN_POS, TW_Infinity, EXP_OVER, 0x00000000, 0x80000000 }; |
SIGN_POS | 66 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.sign = SIGN_POS; |
SIGN_POS | 119 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.sign = SIGN_POS; |
SIGN_POS | 193 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.sign = SIGN_POS; |
SIGN_POS | 260 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.sign = SIGN_POS; |
SIGN_POS | 290 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.sign = SIGN_POS; |
SIGN_POS | 320 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.sign = SIGN_POS; |
SIGN_POS | 361 | kernel/FPU-emu/reg_ld_str.c | SIGN_NEG : SIGN_POS; |
SIGN_POS | 525 | kernel/FPU-emu/reg_ld_str.c | increment = (tmp.sign == SIGN_POS) ? 0 : tmp.sigl & 0x7ff; |
SIGN_POS | 528 | kernel/FPU-emu/reg_ld_str.c | increment = (tmp.sign == SIGN_POS) ? tmp.sigl & 0x7ff : 0; |
SIGN_POS | 704 | kernel/FPU-emu/reg_ld_str.c | increment = (tmp.sign == SIGN_POS) ? 0 : (sigl | (sigh & 0xff)); |
SIGN_POS | 707 | kernel/FPU-emu/reg_ld_str.c | increment = (tmp.sign == SIGN_POS) ? (sigl | (sigh & 0xff)) : 0; |
SIGN_POS | 65 | kernel/FPU-emu/reg_mul.c | dest->sign = a->sign == b->sign ? SIGN_POS : SIGN_NEG; |
SIGN_POS | 75 | kernel/FPU-emu/reg_mul.c | dest->sign = a->sign == b->sign ? SIGN_POS : SIGN_NEG; |