Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_tanf.c48 return __kernel_tandf(x,1); in tanf()
52 return __kernel_tandf(x + (hx>0 ? -t1pio2 : t1pio2), -1); in tanf()
54 return __kernel_tandf(x + (hx>0 ? -t2pio2 : t2pio2), 1); in tanf()
58 return __kernel_tandf(x + (hx>0 ? -t3pio2 : t3pio2), -1); in tanf()
60 return __kernel_tandf(x + (hx>0 ? -t4pio2 : t4pio2), 1); in tanf()
70 return __kernel_tandf(y,1-((n&1)<<1)); in tanf()
Dk_tanf.c39 __kernel_tandf(double x, int iy) in __kernel_tandf() function
Dmath_private.h752 float __kernel_tandf(double,int);