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

1 2 34 5

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 469 /* Define to 1 if you have the `ceill' function. */
1296 # define ceill macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 469 /* Define to 1 if you have the `ceill' function. */
1296 # define ceill macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 490 /* Define to 1 if you have the `ceill' function. */
1366 # define ceill macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 490 /* Define to 1 if you have the `ceill' function. */
1366 # define ceill macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 490 /* Define to 1 if you have the `ceill' function. */
1366 # define ceill macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 490 /* Define to 1 if you have the `ceill' function. */
1366 # define ceill macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 469 /* Define to 1 if you have the `ceill' function. */
1296 # define ceill macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 469 /* Define to 1 if you have the `ceill' function. */
1296 # define ceill macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 469 /* Define to 1 if you have the `ceill' function. */
1296 # define ceill macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 469 /* Define to 1 if you have the `ceill' function. */
1296 # define ceill macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 490 /* Define to 1 if you have the `ceill' function. */
1366 # define ceill macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 490 /* Define to 1 if you have the `ceill' function. */
1366 # define ceill macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 490 /* Define to 1 if you have the `ceill' function. */
1366 # define ceill macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 490 /* Define to 1 if you have the `ceill' function. */
1366 # define ceill macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 499 /* Define to 1 if you have the `ceill' function. */
1384 # define ceill macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 499 /* Define to 1 if you have the `ceill' function. */
1384 # define ceill macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 499 /* Define to 1 if you have the `ceill' function. */
1384 # define ceill macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 499 /* Define to 1 if you have the `ceill' function. */
1384 # define ceill macro
    [all...]
  /bionic/tests/
math_test.cpp 507 TEST(math, ceill) {
508 ASSERT_FLOAT_EQ(1.0, ceill(0.9));
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 306 case LibFunc::ceill:
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 54 static_assert((std::is_same<decltype(ceill(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 605 __tg_ceil(long double __x) {return ceill(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 605 __tg_ceil(long double __x) {return ceill(__x);}
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 116 static_assert((std::is_same<decltype(std::ceill(0)), long double>::value), "");
    [all...]

Completed in 2598 milliseconds

1 2 34 5