Home
last modified time | relevance | path

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

/arch/x86/math-emu/
DMakefile15 poly_atan.o poly_l2.o poly_2xm1.o poly_sin.o poly_tan.o \
Dpoly_2xm1.c52 int poly_2xm1(u_char sign, FPU_REG *arg, FPU_REG *result) in poly_2xm1() function
Dfpu_proto.h95 extern int poly_2xm1(u_char sign, FPU_REG * arg, FPU_REG *result);
Dfpu_trig.c246 poly_2xm1(getsign(st0_ptr), &a, st0_ptr); in f2xm1()