Home
last modified time | relevance | path

Searched refs:poly_cos (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dfpu_proto.h106 extern void poly_cos(FPU_REG *st0_ptr);
H A Dpoly_sin.c201 void poly_cos(FPU_REG *st0_ptr) in poly_cos() function
H A Dfpu_trig.c630 poly_cos(st0_ptr); in f_cos()