Searched refs:poly_2xm1 (Results 1 – 4 of 4) sorted by relevance
16 poly_atan.o poly_l2.o poly_2xm1.o poly_sin.o poly_tan.o \
3 | poly_2xm1.c |50 /*--- poly_2xm1() -----------------------------------------------------------+53 int poly_2xm1(u_char sign, FPU_REG *arg, FPU_REG *result) in poly_2xm1() function
95 /* poly_2xm1.c */96 extern int poly_2xm1(u_char sign, FPU_REG * arg, FPU_REG *result);
246 /* poly_2xm1(x) requires 0 < st(0) < 1. */ in f2xm1() 247 poly_2xm1(getsign(st0_ptr), &a, st0_ptr); in f2xm1()