Searched refs:st1_sign (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/arch/x86/math-emu/ |
H A D | poly_l2.c | 26 void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign) poly_l2() argument 92 tag = FPU_round(st1_ptr, 1, 0, FULL_PRECISION, sign ^ st1_sign); poly_l2()
|
H A D | fpu_proto.h | 100 extern void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign);
|
H A D | fpu_trig.c | 785 u_char st0_sign, st1_sign; do_fprem() local 797 st1_sign = FPU_to_exp16(st1_ptr, &st1); do_fprem() 813 u_char sign = st0_sign ^ st1_sign; do_fprem() 890 sign = getsign(&tmp) ^ st1_sign; do_fprem()
|
Completed in 144 milliseconds