OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__kernel_tan
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libm/src/
s_tan.c
22
*
__kernel_tan
... tangent function on [-pi/4,pi/4]
65
if(ix <= 0x3fe921fb) return
__kernel_tan
(x,z,1);
73
return
__kernel_tan
(y[0],y[1],1-((n&1)<<1)); /* 1 -- n even
s_tanpi.c
97
t =
__kernel_tan
(hi, lo, 1);
105
t = -
__kernel_tan
(hi, lo, -1);
k_tan.c
18
/*
__kernel_tan
( x, y, k )
79
__kernel_tan
(double x, double y, int iy)
function in typeref:typename:double
math_private.h
643
extern double
__kernel_tan
__P((double,double,int));
Completed in 42 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025