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

1 2

  /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). */
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 99 inline long double sqrtl(long double v) { return __sqrtl(v); } function
  /prebuilts/ndk/r10/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/r11/sources/android/support/src/
math_support.c 65 __attribute__((weak)) long double sqrtl(long double x) { return sqrt((double)x); } function
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 99 inline long double sqrtl(long double v) { return __sqrtl(v); } function
  /prebuilts/ndk/r11/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/r13/sources/android/support/src/
math_support.c 65 __attribute__((weak)) long double sqrtl(long double x) { return sqrt((double)x); } function
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 99 inline long double sqrtl(long double v) { return __sqrtl(v); } function
  /prebuilts/ndk/r13/sources/cxx-stl/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 808 /* Define to 1 if you have the `sqrtl' function. */
1633 # define sqrtl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 808 /* Define to 1 if you have the `sqrtl' function. */
1633 # define sqrtl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 808 /* Define to 1 if you have the `sqrtl' function. */
1633 # define sqrtl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 808 /* Define to 1 if you have the `sqrtl' function. */
1633 # define sqrtl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 808 /* Define to 1 if you have the `sqrtl' function. */
1633 # define sqrtl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 808 /* Define to 1 if you have the `sqrtl' function. */
1633 # define sqrtl macro
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h 812 /* Define to 1 if you have the `sqrtl' function. */
1647 # define sqrtl macro
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 812 /* Define to 1 if you have the `sqrtl' function. */
1647 # define sqrtl macro
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 812 /* Define to 1 if you have the `sqrtl' function. */
1647 # define sqrtl macro
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h 812 /* Define to 1 if you have the `sqrtl' function. */
1647 # define sqrtl macro
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
c++config.h 812 /* Define to 1 if you have the `sqrtl' function. */
1647 # define sqrtl macro
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h 812 /* Define to 1 if you have the `sqrtl' function. */
1647 # define sqrtl macro
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h 812 /* Define to 1 if you have the `sqrtl' function. */
1647 # define sqrtl macro
    [all...]

Completed in 1854 milliseconds

1 2