OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atanlo
(Results
1 - 3
of
3
) sorted by null
/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);
/bionic/libm/src/
s_atan.c
47
static const double
atanlo
[] = {
variable
86
if(hx>0) return atanhi[3]+
atanlo
[3];
87
else return -atanhi[3]-
atanlo
[3];
116
z = atanhi[id] - ((x*(s1+s2) -
atanlo
[id]) - x);
s_atanf.c
30
static const float
atanlo
[] = {
variable
66
if(hx>0) return atanhi[3]+
atanlo
[3];
67
else return -atanhi[3]-
atanlo
[3];
96
z = atanhi[id] - ((x*(s1+s2) -
atanlo
[id]) - x);
Completed in 4516 milliseconds