Home
last modified time | relevance | path

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

/device/google/contexthub/lib/libm/
Dsf_atan.c31 static const float atanlo[] = { variable
33 static float atanlo[] = {
82 if(hx>0) return atanhi[3]+atanlo[3];
83 else return -atanhi[3]-atanlo[3];
112 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
Ds_atanf.c29 static const float atanlo[] = { variable
59 if(hx>0) return atanhi[3]+*(volatile float *)&atanlo[3]; in atanf()
60 else return -atanhi[3]-*(volatile float *)&atanlo[3]; in atanf()
89 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atanf()