HomeSort by relevance Sort by last modified time
    Searched refs:ceilf (Results 126 - 150 of 190) sorted by null

1 2 3 4 56 7 8

  /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 466 /* Define to 1 if you have the `ceilf' function. */
1291 # define ceilf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 466 /* Define to 1 if you have the `ceilf' function. */
1291 # define ceilf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 466 /* Define to 1 if you have the `ceilf' function. */
1291 # define ceilf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 466 /* Define to 1 if you have the `ceilf' function. */
1291 # define ceilf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 466 /* Define to 1 if you have the `ceilf' function. */
1291 # define ceilf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 487 /* Define to 1 if you have the `ceilf' function. */
1361 # define ceilf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 487 /* Define to 1 if you have the `ceilf' function. */
1361 # define ceilf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 487 /* Define to 1 if you have the `ceilf' function. */
1361 # define ceilf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 487 /* Define to 1 if you have the `ceilf' function. */
1361 # define ceilf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 466 /* Define to 1 if you have the `ceilf' function. */
1291 # define ceilf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 466 /* Define to 1 if you have the `ceilf' function. */
1291 # define ceilf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 466 /* Define to 1 if you have the `ceilf' function. */
1291 # define ceilf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 466 /* Define to 1 if you have the `ceilf' function. */
1291 # define ceilf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 487 /* Define to 1 if you have the `ceilf' function. */
1361 # define ceilf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 487 /* Define to 1 if you have the `ceilf' function. */
1361 # define ceilf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 487 /* Define to 1 if you have the `ceilf' function. */
1361 # define ceilf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 487 /* Define to 1 if you have the `ceilf' function. */
1361 # define ceilf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 496 /* Define to 1 if you have the `ceilf' function. */
1379 # define ceilf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 496 /* Define to 1 if you have the `ceilf' function. */
1379 # define ceilf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 496 /* Define to 1 if you have the `ceilf' function. */
1379 # define ceilf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 496 /* Define to 1 if you have the `ceilf' function. */
1379 # define ceilf macro
    [all...]
  /bionic/tests/
math_test.cpp 503 TEST(math, ceilf) {
504 ASSERT_FLOAT_EQ(1.0f, ceilf(0.9f));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp     [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.cpp 285 float w_dscale = ceilf((float)crop_w / (float)dst_w);
286 float h_dscale = ceilf((float)crop_h / (float)dst_h);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
LayoutUnit.h 76 v.m_value = clampToInteger(ceilf(value * kFixedPointDenominator));

Completed in 1197 milliseconds

1 2 3 4 56 7 8