Searched refs:poly_l2 (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/math-emu/
H A DMakefile15 poly_atan.o poly_l2.o poly_2xm1.o poly_sin.o poly_tan.o \
H A Dpoly_l2.c2 | poly_l2.c |
23 /*--- poly_l2() -------------------------------------------------------------+
26 void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign) poly_l2() function
H A Dfpu_proto.h99 /* poly_l2.c */
100 extern void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign);
H A Dfpu_trig.c1069 poly_l2(st0_ptr, st1_ptr, sign); fyl2x()

Completed in 321 milliseconds