Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/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()
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
Ds_atan.c48 static const double atanlo[] = { variable
87 if(hx>0) return atanhi[3]+atanlo[3]; in atan()
88 else return -atanhi[3]-atanlo[3]; in atan()
117 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atan()