HomeSort by relevance Sort by last modified time
    Searched full:floorl (Results 151 - 175 of 385) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 623 /* Define to 1 if you have the `floorl' function. */
1472 # define floorl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 623 /* Define to 1 if you have the `floorl' function. */
1472 # define floorl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h 623 /* Define to 1 if you have the `floorl' function. */
1472 # define floorl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
c++config.h 623 /* Define to 1 if you have the `floorl' function. */
1472 # define floorl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h 623 /* Define to 1 if you have the `floorl' function. */
1472 # define floorl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h 623 /* Define to 1 if you have the `floorl' function. */
1472 # define floorl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h 623 /* Define to 1 if you have the `floorl' function. */
1472 # define floorl macro
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 431 long double floorl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 433 long double floorl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-21/include/
math.h 422 long double floorl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 428 long double floorl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 428 long double floorl(long double) __NDK_FPABI_MATH__;
  /external/clang/lib/Headers/
tgmath.h 726 __tg_floor(long double __x) {return floorl(__x);}
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 135 TLI.setUnavailable(LibFunc::floorl);
VectorUtils.cpp 197 case LibFunc::floorl:
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 547 ReplaceFPIntrinsicWithCall(CI, "floorf", "floor", "floorl");