Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/math/
Ds_atan2.c68 return atan64(y); /* x=1.0 */ in atan264()
124 z = atan64(check_uflow(fabs64(y / x))); /* safe to do y/x */ in atan264()
Ds_atan.c103 atan64(__float64 x) in atan64() function
/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dmath_config.h1214 #define atan64 _NAME_64(atan) macro