taglinefilesource code
PR_64_BITS43arch/i386/math-emu/control_w.h#define FULL_PRECISION  (PR_64_BITS | RC_RND | 0x3f)
PR_64_BITS53arch/i386/math-emu/fpu_trig.creg_div(X, &CONST_PI2, &tmp, PR_64_BITS | RC_CHOP | 0x3f);
PR_64_BITS797arch/i386/math-emu/fpu_trig.creg_div(st0_ptr, st1_ptr, &tmp, PR_64_BITS | RC_CHOP | 0x3f);
PR_64_BITS867arch/i386/math-emu/fpu_trig.creg_div(&tmp, st1_ptr, &tmp, PR_64_BITS | RC_CHOP | 0x3f);