OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__kernel_tandf
(Results
1 - 3
of
3
) sorted by null
/bionic/libm/src/
s_tanf.c
45
return
__kernel_tandf
(x,1);
49
return
__kernel_tandf
(x + (hx>0 ? -t1pio2 : t1pio2), -1);
51
return
__kernel_tandf
(x + (hx>0 ? -t2pio2 : t2pio2), 1);
55
return
__kernel_tandf
(x + (hx>0 ? -t3pio2 : t3pio2), -1);
57
return
__kernel_tandf
(x + (hx>0 ? -t4pio2 : t4pio2), 1);
67
return
__kernel_tandf
((double)y[0]+y[1],1-((n&1)<<1));
k_tanf.c
40
__kernel_tandf
(double x, int iy)
function
math_private.h
270
float
__kernel_tandf
(double,int);
Completed in 94 milliseconds