Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
DMakefile19 poly_atan.o poly_l2.o poly_2xm1.o poly_sin.o poly_tan.o \
Dpoly_2xm1.c54 int poly_2xm1(u_char sign, FPU_REG *arg, FPU_REG *result) in poly_2xm1() function
Dfpu_proto.h88 extern int poly_2xm1(u_char sign, FPU_REG *arg, FPU_REG *result);
Dfpu_trig.c258 poly_2xm1(getsign(st0_ptr), &a, st0_ptr); in f2xm1()