HomeSort by: relevance | last modified time | path
    Searched refs:atanl (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libm/src/
s_atanl.c 33 __weak_alias(atanl, _atanl)
52 atanl(long double x) function in typeref:typename:long double
74 if (expt < ATAN_LINEAR) { /* if |x| is small, atanl(x)~=x */
e_atan2l.c 87 return atanl(y); /* x=1.0 */
132 else z=atanl(fabsl(y/x)); /* safe to do y/x */
s_atan.c 46 __weak_alias(atanl, _atanl)
namespace.h 17 #define atanl _atanl macro
  /src/include/
math.h 331 long double atanl(long double);
  /src/lib/libm/complex/
catrigl.c 393 return (CMPLXL(x, atanl(y)));

Completed in 14 milliseconds