Home
last modified time | relevance | path

Searched refs:atanlo (Results 1 – 1 of 1) sorted by relevance

/external/lib/libm/
A Ds_atan.c48 static const double atanlo[] = { variable
87 if(hx>0) return atanhi[3]+*(volatile double *)&atanlo[3]; in atan()
88 else return -atanhi[3]-*(volatile double *)&atanlo[3]; in atan()
117 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atan()

Completed in 2 milliseconds