Searched refs:poly_atan (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_atan.c | 3 | poly_atan.c | 49 /*--- poly_atan() -----------------------------------------------------------+ 52 void poly_atan(FPU_REG *st0_ptr, u_char st0_tag, in poly_atan() function
|
H A D | fpu_proto.h | 97 /* poly_atan.c */ 98 extern void poly_atan(FPU_REG * st0_ptr, u_char st0_tag, FPU_REG *st1_ptr,
|
H A D | fpu_trig.c | 1202 poly_atan(st0_ptr, st0_tag, st1_ptr, st1_tag); in fpatan()
|
/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_atan.c | 3 | poly_atan.c | 49 /*--- poly_atan() -----------------------------------------------------------+ 52 void poly_atan(FPU_REG *st0_ptr, u_char st0_tag, in poly_atan() function
|
H A D | fpu_proto.h | 97 /* poly_atan.c */ 98 extern void poly_atan(FPU_REG * st0_ptr, u_char st0_tag, FPU_REG *st1_ptr,
|
H A D | fpu_trig.c | 1207 poly_atan(st0_ptr, st0_tag, st1_ptr, st1_tag); in fpatan()
|
Completed in 7 milliseconds