tag | line | file | source code |
CONST_PI2 | 53 | arch/i386/math-emu/fpu_trig.c | reg_div(X, &CONST_PI2, &tmp, PR_64_BITS | RC_CHOP | 0x3f); |
CONST_PI2 | 61 | arch/i386/math-emu/fpu_trig.c | significand(&CONST_PI2), |
CONST_PI2 | 62 | arch/i386/math-emu/fpu_trig.c | q, X->exp - CONST_PI2.exp); |
CONST_PI2 | 63 | arch/i386/math-emu/fpu_trig.c | tmp.exp = CONST_PI2.exp; |
CONST_PI2 | 82 | arch/i386/math-emu/fpu_trig.c | reg_sub(&CONST_PI2, X, X, FULL_PRECISION); |
CONST_PI2 | 127 | arch/i386/math-emu/fpu_trig.c | if ( (X->exp == CONST_PI2.exp) && |
CONST_PI2 | 128 | arch/i386/math-emu/fpu_trig.c | ((X->sigh > CONST_PI2.sigh) |
CONST_PI2 | 129 | arch/i386/math-emu/fpu_trig.c | || ((X->sigh == CONST_PI2.sigh) |
CONST_PI2 | 130 | arch/i386/math-emu/fpu_trig.c | && (X->sigl > CONST_PI2.sigl))) ) |
CONST_PI2 | 1239 | arch/i386/math-emu/fpu_trig.c | reg_add(&CONST_PI4, &CONST_PI2, st1_ptr, FULL_PRECISION); |
CONST_PI2 | 1273 | arch/i386/math-emu/fpu_trig.c | reg_move(&CONST_PI2, st1_ptr); |
CONST_PI2 | 1306 | arch/i386/math-emu/fpu_trig.c | reg_move(&CONST_PI2, st1_ptr); |
CONST_PI2 | 31 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_PI2 = { SIGN_POS, TW_Valid, EXP_BIAS, |
CONST_PI2 | 20 | arch/i386/math-emu/reg_constant.h | extern FPU_REG const CONST_PI2; |