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

1 2 3

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fabsl.c 36 fabsl(long double x) function
  /bionic/libm/
fake_long_double.c 28 long double fabsl(long double a1) { return fabs(a1); } function
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs macro
130 # define fabsl fabs macro
169 # define fabsl fabs macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs macro
130 # define fabsl fabs macro
169 # define fabsl fabs macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs macro
130 # define fabsl fabs macro
169 # define fabsl fabs macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs macro
130 # define fabsl fabs macro
169 # define fabsl fabs macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs macro
130 # define fabsl fabs macro
169 # define fabsl fabs macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs macro
130 # define fabsl fabs macro
169 # define fabsl fabs macro
  /external/bison/darwin-lib/
math.h 1030 # undef fabsl macro
    [all...]
  /external/bison/lib/
math.in.h 704 # undef fabsl macro
705 # define fabsl rpl_fabsl macro
707 _GL_FUNCDECL_RPL (fabsl, long double, (long double x));
708 _GL_CXXALIAS_RPL (fabsl, long double, (long double x));
711 # undef fabsl macro
712 _GL_FUNCDECL_SYS (fabsl, long double, (long double x));
714 _GL_CXXALIAS_SYS (fabsl, long double, (long double x));
716 _GL_CXXALIASWARN (fabsl); variable
718 # undef fabsl macro
720 _GL_WARN_ON_USE (fabsl, "fabsl is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 1030 # undef fabsl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 158 extern long double __cdecl fabsl (long double);
174 __CRT_INLINE long double __cdecl fabsl (long double x) function
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 429 /* Define to 1 if you have the `fabsl' function. */
1198 # define fabsl macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 429 /* Define to 1 if you have the `fabsl' function. */
1198 # define fabsl macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 429 /* Define to 1 if you have the `fabsl' function. */
1198 # define fabsl macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 429 /* Define to 1 if you have the `fabsl' function. */
1198 # define fabsl macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 429 /* Define to 1 if you have the `fabsl' function. */
1198 # define fabsl macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 429 /* Define to 1 if you have the `fabsl' function. */
1198 # define fabsl macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 429 /* Define to 1 if you have the `fabsl' function. */
1198 # define fabsl macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 429 /* Define to 1 if you have the `fabsl' function. */
1198 # define fabsl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 429 /* Define to 1 if you have the `fabsl' function. */
1198 # define fabsl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
c++config.h 429 /* Define to 1 if you have the `fabsl' function. */
1198 # define fabsl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 429 /* Define to 1 if you have the `fabsl' function. */
1198 # define fabsl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 429 /* Define to 1 if you have the `fabsl' function. */
1198 # define fabsl 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 598 /* Define to 1 if you have the `fabsl' function. */
1433 # define fabsl macro
    [all...]

Completed in 782 milliseconds

1 2 3