Searched refs:poly_l2 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | Makefile | 16 poly_atan.o poly_l2.o poly_2xm1.o poly_sin.o poly_tan.o \
|
H A D | poly_l2.c | 3 | poly_l2.c | 24 /*--- poly_l2() -------------------------------------------------------------+ 27 void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign) in poly_l2() function
|
H A D | fpu_proto.h | 100 /* poly_l2.c */ 101 extern void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign);
|
H A D | fpu_trig.c | 1070 poly_l2(st0_ptr, st1_ptr, sign); in fyl2x()
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | Makefile | 16 poly_atan.o poly_l2.o poly_2xm1.o poly_sin.o poly_tan.o \
|
H A D | poly_l2.c | 3 | poly_l2.c | 24 /*--- poly_l2() -------------------------------------------------------------+ 27 void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign) in poly_l2() function
|
H A D | fpu_proto.h | 100 /* poly_l2.c */ 101 extern void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign);
|
H A D | fpu_trig.c | 1075 poly_l2(st0_ptr, st1_ptr, sign); in fyl2x()
|
Completed in 5 milliseconds