tag | line | file | source code |
---|---|---|---|
PR_64_BITS | 43 | arch/i386/math-emu/control_w.h | #define FULL_PRECISION (PR_64_BITS | RC_RND | 0x3f) |
PR_64_BITS | 53 | arch/i386/math-emu/fpu_trig.c | reg_div(X, &CONST_PI2, &tmp, PR_64_BITS | RC_CHOP | 0x3f); |
PR_64_BITS | 797 | arch/i386/math-emu/fpu_trig.c | reg_div(st0_ptr, st1_ptr, &tmp, PR_64_BITS | RC_CHOP | 0x3f); |
PR_64_BITS | 867 | arch/i386/math-emu/fpu_trig.c | reg_div(&tmp, st1_ptr, &tmp, PR_64_BITS | RC_CHOP | 0x3f); |