Home
last modified time | relevance | path

Searched refs:poly_atan (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A DMakefile16 poly_atan.o poly_l2.o poly_2xm1.o poly_sin.o poly_tan.o \
H A Dpoly_atan.c52 void poly_atan(FPU_REG *st0_ptr, u_char st0_tag, in poly_atan() function
H A Dfpu_proto.h98 extern void poly_atan(FPU_REG * st0_ptr, u_char st0_tag, FPU_REG *st1_ptr,
H A Dfpu_trig.c1207 poly_atan(st0_ptr, st0_tag, st1_ptr, st1_tag); in fpatan()