Home
last modified time | relevance | path

Searched refs:__tandf (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/src/math/
H A Dtanf.c42 return __tandf(x, 0); in tanf()
46 return __tandf((sign ? x+t1pio2 : x-t1pio2), 1); in tanf()
48 return __tandf((sign ? x+t2pio2 : x-t2pio2), 0); in tanf()
52 return __tandf((sign ? x+t3pio2 : x-t3pio2), 1); in tanf()
54 return __tandf((sign ? x+t4pio2 : x-t4pio2), 0); in tanf()
63 return __tandf(y, n&1); in tanf()
H A D__tandf.c28 float __tandf(double x, int odd) in __tandf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dtanf.c42 return __tandf(x, 0); in tanf()
46 return __tandf((sign ? x+t1pio2 : x-t1pio2), 1); in tanf()
48 return __tandf((sign ? x+t2pio2 : x-t2pio2), 0); in tanf()
52 return __tandf((sign ? x+t3pio2 : x-t3pio2), 1); in tanf()
54 return __tandf((sign ? x+t4pio2 : x-t4pio2), 0); in tanf()
63 return __tandf(y, n&1); in tanf()
H A D__tandf.c28 float __tandf(double x, int odd) in __tandf() function
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dlibm.h245 hidden float __tandf(double,int);
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dlibm.h245 hidden float __tandf(double,int);
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dlibm.h244 hidden float __tandf(double,int);
/third_party/musl/src/internal/
H A Dlibm.h244 hidden float __tandf(double,int);

Completed in 4 milliseconds