Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/libm/
A Ds_atan.c42 static const double atanlo[] = { variable
84 if(hx>0) return atanhi[3]+atanlo[3]; in atan()
85 else return -atanhi[3]-atanlo[3]; in atan()
114 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atan()
/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Datanf.c32 static const float atanlo[] = { variable
98 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atanf()
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A Datan.c42 static const double atanlo[] = { variable
114 z = atanhi[id] - (x*(s1+s2) - atanlo[id] - x); in atan()

Completed in 3 milliseconds