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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A DMakefile16 poly_atan.o poly_l2.o poly_2xm1.o poly_sin.o poly_tan.o \
H A Dpoly_2xm1.c2 | poly_2xm1.c |
51 /*--- poly_2xm1() -----------------------------------------------------------+
54 int poly_2xm1(u_char sign, FPU_REG *arg, FPU_REG *result) function
H A Dfpu_proto.h84 /* poly_2xm1.c */
85 extern int poly_2xm1(u_char sign, FPU_REG *arg, FPU_REG *result);
H A Dfpu_trig.c257 /* poly_2xm1(x) requires 0 < st(0) < 1. */
258 poly_2xm1(getsign(st0_ptr), &a, st0_ptr);

Completed in 34 milliseconds