HomeSort by relevance Sort by last modified time
    Searched defs:atanl (Results 1 - 25 of 54) sorted by null

1 2 3

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_atanl.c 33 atanl(long double x) function
55 if (expt < ATAN_LINEAR) { /* if |x| is small, atanl(x)~=x */
  /ndk/sources/android/support/src/
math_support.c 56 __attribute__((weak)) long double atanl(long double x) { return atan((double)x); } function
  /external/bison/darwin-lib/
math.h 600 # undef atanl
601 _GL_FUNCDECL_SYS (atanl, long double, (long double x));
603 _GL_CXXALIAS_SYS (atanl, long double, (long double x));
604 _GL_CXXALIASWARN (atanl);
606 # undef atanl macro
608 _GL_WARN_ON_USE (atanl, "atanl is unportable - "
609 "use gnulib module atanl for portability");
    [all...]
  /external/bison/lib/
math.in.h 288 # undef atanl macro
289 _GL_FUNCDECL_SYS (atanl, long double, (long double x));
291 _GL_CXXALIAS_SYS (atanl, long double, (long double x));
292 _GL_CXXALIASWARN (atanl); variable
294 # undef atanl macro
296 _GL_WARN_ON_USE (atanl, "atanl is unportable - "
297 "use gnulib module atanl for portability");
    [all...]
  /external/bison/linux-lib/
math.h 600 # undef atanl
601 _GL_FUNCDECL_SYS (atanl, long double, (long double x));
603 _GL_CXXALIAS_SYS (atanl, long double, (long double x));
604 _GL_CXXALIASWARN (atanl);
606 # undef atanl macro
608 _GL_WARN_ON_USE (atanl, "atanl is unportable - "
609 "use gnulib module atanl for portability");
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 345 /* Define to 1 if you have the `atanl' function. */
1148 # define atanl macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 345 /* Define to 1 if you have the `atanl' function. */
1148 # define atanl macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 345 /* Define to 1 if you have the `atanl' function. */
1148 # define atanl macro
    [all...]