OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atanlo
(Results
1 - 3
of
3
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
s_atan.c
48
static const double
atanlo
[] = {
variable
87
if(hx>0) return atanhi[3]+*(volatile double *)&
atanlo
[3];
88
else return -atanhi[3]-*(volatile double *)&
atanlo
[3];
117
z = atanhi[id] - ((x*(s1+s2) -
atanlo
[id]) - x);
s_atanf.c
29
static const float
atanlo
[] = {
variable
59
if(hx>0) return atanhi[3]+*(volatile float *)&
atanlo
[3];
60
else return -atanhi[3]-*(volatile float *)&
atanlo
[3];
89
z = atanhi[id] - ((x*(s1+s2) -
atanlo
[id]) - x);
/external/fdlibm/
s_atan.c
49
static const double
atanlo
[] = {
variable
51
static double
atanlo
[] = {
101
if(hx>0) return atanhi[3]+
atanlo
[3];
102
else return -atanhi[3]-
atanlo
[3];
131
z = atanhi[id] - ((x*(s1+s2) -
atanlo
[id]) - x);
Completed in 84 milliseconds