Searched refs:sign0 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | poly_l2.c | 106 int poly_l2p1(u_char sign0, u_char sign1, in poly_l2p1() argument 114 log2_kernel(st0_ptr, sign0, &accumulator, &exponent); in poly_l2p1() 129 tag = FPU_round(dest, 1, 0, FULL_PRECISION, sign0 ^ sign1); in poly_l2p1() 137 if (sign0 != SIGN_POS) { in poly_l2p1() 148 if (sign0 == SIGN_NEG) in poly_l2p1()
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | poly_l2.c | 106 int poly_l2p1(u_char sign0, u_char sign1, in poly_l2p1() argument 114 log2_kernel(st0_ptr, sign0, &accumulator, &exponent); in poly_l2p1() 129 tag = FPU_round(dest, 1, 0, FULL_PRECISION, sign0 ^ sign1); in poly_l2p1() 137 if (sign0 != SIGN_POS) { in poly_l2p1() 148 if (sign0 == SIGN_NEG) in poly_l2p1()
|
Completed in 2 milliseconds