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

1 2 3 45 6 7 8

  /external/chromium_org/ui/base/events/
event.cc 54 return gfx::Point(static_cast<int>(floorf(calibrated_x + 0.5f)),
55 static_cast<int>(floorf(calibrated_y + 0.5f)));
  /bionic/libm/include/
math.h 329 float floorf(float);
  /external/chromium_org/third_party/skia/src/effects/
SkBlurImageFilter.cpp 130 int d = static_cast<int>(floorf(SkScalarToFloat(s) * 3.0f * sqrtf(2.0f * pi) / 4.0f + 0.5f));
  /external/skia/src/effects/
SkBlurImageFilter.cpp 130 int d = static_cast<int>(floorf(SkScalarToFloat(s) * 3.0f * sqrtf(2.0f * pi) / 4.0f + 0.5f));
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 447 /* Define to 1 if you have the `floorf' function. */
1218 # define floorf macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 447 /* Define to 1 if you have the `floorf' function. */
1218 # define floorf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 447 /* Define to 1 if you have the `floorf' function. */
1218 # define floorf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 447 /* Define to 1 if you have the `floorf' function. */
1218 # define floorf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 447 /* Define to 1 if you have the `floorf' function. */
1218 # define floorf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 447 /* Define to 1 if you have the `floorf' function. */
1218 # define floorf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 447 /* Define to 1 if you have the `floorf' function. */
1218 # define floorf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 447 /* Define to 1 if you have the `floorf' function. */
1218 # define floorf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 447 /* Define to 1 if you have the `floorf' function. */
1218 # define floorf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
c++config.h 447 /* Define to 1 if you have the `floorf' function. */
1218 # define floorf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 447 /* Define to 1 if you have the `floorf' function. */
1218 # define floorf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 447 /* Define to 1 if you have the `floorf' function. */
1218 # define floorf macro
    [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittests.cc 371 int base_x = static_cast<int>(floorf(x));
372 int base_y = static_cast<int>(floorf(y));
706 int ret = static_cast<int>(floorf(v * 255.0f + 0.5f));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
WidthIterator.cpp 150 m_runWidthSoFar = floorf(m_runWidthSoFar);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
NativeImageSkia.cpp 56 return fabs(value - floorf(value)) < std::numeric_limits<float>::epsilon();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 294 iterations = (int) floorf((limit_value - counter_value.Value) /
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 135 "floorf",
461 TLI.setUnavailable(LibFunc::floorf);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 294 iterations = (int) floorf((limit_value - counter_value.Value) /
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++config.h 447 /* Define to 1 if you have the `floorf' function. */
1218 # define floorf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
c++config.h 565 /* Define to 1 if you have the `floorf' function. */
1356 # define floorf macro
    [all...]
  /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 565 /* Define to 1 if you have the `floorf' function. */
1356 # define floorf macro
    [all...]

Completed in 1232 milliseconds

1 2 3 45 6 7 8