Searched refs:poly_2xm1 (Results 1 - 5 of 5) 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_2xm1.c2 | poly_2xm1.c |
49 /*--- poly_2xm1() -----------------------------------------------------------+
52 int poly_2xm1(u_char sign, FPU_REG *arg, FPU_REG *result) poly_2xm1() function
H A Dfpu_proto.h94 /* poly_2xm1.c */
95 extern int poly_2xm1(u_char sign, FPU_REG * arg, FPU_REG *result);
H A Derrors.c255 0x127 in poly_2xm1.c
H A Dfpu_trig.c245 /* poly_2xm1(x) requires 0 < st(0) < 1. */ f2xm1()
246 poly_2xm1(getsign(st0_ptr), &a, st0_ptr); f2xm1()

Completed in 153 milliseconds