Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ieee754/flt-32/
Ds_atanf.c25 static const float atanhi[] = { variable
67 if(hx>0) return atanhi[3]+atanlo[3]; in __atanf()
68 else return -atanhi[3]-atanlo[3]; in __atanf()
98 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in __atanf()