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

1 2 3 4 56 7 8

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 565 /* Define to 1 if you have the `floorf' function. */
1356 # define floorf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 565 /* Define to 1 if you have the `floorf' function. */
1356 # define floorf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 565 /* Define to 1 if you have the `floorf' function. */
1356 # define floorf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 565 /* Define to 1 if you have the `floorf' function. */
1356 # define floorf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 601 /* Define to 1 if you have the `floorf' function. */
1426 # define floorf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 601 /* Define to 1 if you have the `floorf' function. */
1426 # define floorf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 601 /* Define to 1 if you have the `floorf' function. */
1426 # define floorf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 601 /* Define to 1 if you have the `floorf' function. */
1426 # define floorf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 565 /* Define to 1 if you have the `floorf' function. */
1356 # define floorf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 565 /* Define to 1 if you have the `floorf' function. */
1356 # define floorf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 565 /* Define to 1 if you have the `floorf' function. */
1356 # define floorf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 565 /* Define to 1 if you have the `floorf' function. */
1356 # define floorf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 601 /* Define to 1 if you have the `floorf' function. */
1426 # define floorf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 601 /* Define to 1 if you have the `floorf' function. */
1426 # define floorf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 601 /* Define to 1 if you have the `floorf' function. */
1426 # define floorf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 601 /* Define to 1 if you have the `floorf' function. */
1426 # define floorf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 610 /* Define to 1 if you have the `floorf' function. */
1444 # define floorf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 610 /* Define to 1 if you have the `floorf' function. */
1444 # define floorf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 610 /* Define to 1 if you have the `floorf' function. */
1444 # define floorf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 610 /* Define to 1 if you have the `floorf' function. */
1444 # define floorf macro
    [all...]
  /bionic/tests/
math_test.cpp 515 TEST(math, floorf) {
516 ASSERT_FLOAT_EQ(1.0f, floorf(1.1f));
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzShaper.cpp 681 // Using floorf() and roundf() as the same as mac port.
683 return FloatRect(floorf(point.x() + fromX), point.y(), roundf(toX - fromX), height);
684 return FloatRect(floorf(point.x() + toX), point.y(), roundf(fromX - toX), height);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
SimpleFontDataMac.mm 223 ascent += floorf(((ascent + descent) * 0.15f) + 0.5f);
  /external/skia/tests/
MathTest.cpp 366 int round = (int)floorf(s + 0.5f);
367 int trunc = (int)floorf(s);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
LayoutUnit.h 83 v.m_value = clampToInteger(floorf(value * kFixedPointDenominator));

Completed in 947 milliseconds

1 2 3 4 56 7 8