Searched refs:poly_2xm1 (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_2xm1.c | 3 | poly_2xm1.c | 50 /*--- poly_2xm1() -----------------------------------------------------------+ 53 int poly_2xm1(u_char sign, FPU_REG *arg, FPU_REG *result) in poly_2xm1() function
|
H A D | fpu_proto.h | 95 /* poly_2xm1.c */ 96 extern int poly_2xm1(u_char sign, FPU_REG * arg, FPU_REG *result);
|
H A D | fpu_trig.c | 246 /* poly_2xm1(x) requires 0 < st(0) < 1. */ in f2xm1() 247 poly_2xm1(getsign(st0_ptr), &a, st0_ptr); in f2xm1()
|
/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_2xm1.c | 3 | poly_2xm1.c | 50 /*--- poly_2xm1() -----------------------------------------------------------+ 53 int poly_2xm1(u_char sign, FPU_REG *arg, FPU_REG *result) in poly_2xm1() function
|
H A D | fpu_proto.h | 95 /* poly_2xm1.c */ 96 extern int poly_2xm1(u_char sign, FPU_REG * arg, FPU_REG *result);
|
H A D | fpu_trig.c | 246 /* poly_2xm1(x) requires 0 < st(0) < 1. */ in f2xm1() 247 poly_2xm1(getsign(st0_ptr), &a, st0_ptr); in f2xm1()
|
Completed in 5 milliseconds