HomeSort by relevance Sort by last modified time
    Searched refs:floorl (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
c++config.h 568 /* Define to 1 if you have the `floorl' function. */
1361 # define floorl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 568 /* Define to 1 if you have the `floorl' function. */
1361 # define floorl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 568 /* Define to 1 if you have the `floorl' function. */
1361 # define floorl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 568 /* Define to 1 if you have the `floorl' function. */
1361 # define floorl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 568 /* Define to 1 if you have the `floorl' function. */
1361 # define floorl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 604 /* Define to 1 if you have the `floorl' function. */
1431 # define floorl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 604 /* Define to 1 if you have the `floorl' function. */
1431 # define floorl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 604 /* Define to 1 if you have the `floorl' function. */
1431 # define floorl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 604 /* Define to 1 if you have the `floorl' function. */
1431 # define floorl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 568 /* Define to 1 if you have the `floorl' function. */
1361 # define floorl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 568 /* Define to 1 if you have the `floorl' function. */
1361 # define floorl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 568 /* Define to 1 if you have the `floorl' function. */
1361 # define floorl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 568 /* Define to 1 if you have the `floorl' function. */
1361 # define floorl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 604 /* Define to 1 if you have the `floorl' function. */
1431 # define floorl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 604 /* Define to 1 if you have the `floorl' function. */
1431 # define floorl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 604 /* Define to 1 if you have the `floorl' function. */
1431 # define floorl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 604 /* Define to 1 if you have the `floorl' function. */
1431 # define floorl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 613 /* Define to 1 if you have the `floorl' function. */
1449 # define floorl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 613 /* Define to 1 if you have the `floorl' function. */
1449 # define floorl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 613 /* Define to 1 if you have the `floorl' function. */
1449 # define floorl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 613 /* Define to 1 if you have the `floorl' function. */
1449 # define floorl macro
    [all...]
  /bionic/tests/
math_test.cpp 519 TEST(math, floorl) {
520 ASSERT_FLOAT_EQ(1.0, floorl(1.1));
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 298 case LibFunc::floorl:
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 94 static_assert((std::is_same<decltype(floorl(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 726 __tg_floor(long double __x) {return floorl(__x);}

Completed in 617 milliseconds

1 2 34 5