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

1 2 3

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sqrtl.c 76 sqrtl(long double x) function
124 xn = sqrt(u.e); /* 53-bit estimate of sqrtl(x). */
  /external/stlport/stlport/stl/
_cmath.h 99 inline long double sqrtl(long double v) { return __sqrtl(v); } function
  /external/stlport/stlport/stl/config/
_como.h 89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro
  /ndk/sources/android/support/src/
math_support.c 65 __attribute__((weak)) long double sqrtl(long double x) { return sqrt((double)x); } function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 99 inline long double sqrtl(long double v) { return __sqrtl(v); } function
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 99 inline long double sqrtl(long double v) { return __sqrtl(v); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 99 inline long double sqrtl(long double v) { return __sqrtl(v); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 99 inline long double sqrtl(long double v) { return __sqrtl(v); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 99 inline long double sqrtl(long double v) { return __sqrtl(v); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 99 inline long double sqrtl(long double v) { return __sqrtl(v); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro
  /external/bison/darwin-lib/
math.h 2212 # undef sqrtl macro
    [all...]
  /external/bison/lib/
math.in.h 1886 # undef sqrtl macro
1887 # define sqrtl macro
1893 # undef sqrtl macro
1898 _GL_CXXALIASWARN (sqrtl); variable
1900 # undef sqrtl macro
    [all...]
  /external/bison/linux-lib/
math.h 2212 # undef sqrtl macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 634 /* Define to 1 if you have the `sqrtl' function. */
1398 # define sqrtl macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 634 /* Define to 1 if you have the `sqrtl' function. */
1398 # define sqrtl macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 634 /* Define to 1 if you have the `sqrtl' function. */
1398 # define sqrtl macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 634 /* Define to 1 if you have the `sqrtl' function. */
1398 # define sqrtl macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 634 /* Define to 1 if you have the `sqrtl' function. */
1398 # define sqrtl macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 634 /* Define to 1 if you have the `sqrtl' function. */
1398 # define sqrtl macro
    [all...]

Completed in 1074 milliseconds

1 2 3