Searched refs:poly_l2p1 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | poly_l2.c | 102 /*--- poly_l2p1() -----------------------------------------------------------+ 106 int poly_l2p1(u_char sign0, u_char sign1, in poly_l2p1() function
|
H A D | fpu_proto.h | 102 extern int poly_l2p1(u_char s0, u_char s1, FPU_REG *r0, FPU_REG *r1,
|
H A D | fpu_trig.c | 1328 if (poly_l2p1(sign, sign1, &a, &b, st1_ptr)) in fyl2xp1()
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | poly_l2.c | 102 /*--- poly_l2p1() -----------------------------------------------------------+ 106 int poly_l2p1(u_char sign0, u_char sign1, in poly_l2p1() function
|
H A D | fpu_proto.h | 102 extern int poly_l2p1(u_char s0, u_char s1, FPU_REG *r0, FPU_REG *r1,
|
H A D | fpu_trig.c | 1333 if (poly_l2p1(sign, sign1, &a, &b, st1_ptr)) in fyl2xp1()
|
Completed in 8 milliseconds