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

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fabsl.c 36 fabsl(long double x) function
  /bionic/libm/
fake_long_double.c 46 long double fabsl(long double a1) { return fabs(a1); } function
  /external/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs macro
130 # define fabsl fabs macro
169 # define fabsl fabs macro
  /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
  /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/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...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 196 /// long double fabsl(long double x);
197 fabsl, enumerator in enum:llvm::LibFunc::Func
676 case LibFunc::fabs: case LibFunc::fabsf: case LibFunc::fabsl:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++config.h 429 /* Define to 1 if you have the `fabsl' function. */
1198 # define fabsl macro
    [all...]

Completed in 2677 milliseconds

1 2