Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A DMakefile16 poly_atan.o poly_l2.o poly_2xm1.o poly_sin.o poly_tan.o \
H A Dpoly_tan.c51 void poly_tan(FPU_REG *st0_ptr) in poly_tan() function
H A Dfpu_proto.h108 extern void poly_tan(FPU_REG *st0_ptr);
H A Dfpu_trig.c305 poly_tan(st0_ptr); in fptan()