HomeSort by relevance Sort by last modified time
    Searched refs:lroundf (Results 51 - 75 of 110) sorted by null

1 23 4 5

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Color.cpp 63 // We use lroundf and 255 instead of nextafterf(256, 0) to match CG's rounding
64 return std::max(0, std::min(static_cast<int>(lroundf(255.0f * f)), 255));
  /external/ltrace/etc/
libm.so.conf 129 long lroundf(float);
  /development/ndk/platforms/android-13/include/
math.h 358 long lroundf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 360 long lroundf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 356 long lroundf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 356 long lroundf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 353 long lroundf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/
math.h 356 long lroundf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/
math.h 356 long lroundf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/
math.h 356 long lroundf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/
math.h 358 long lroundf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/
math.h 358 long lroundf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/
math.h 358 long lroundf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
math.h 358 long lroundf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
math.h 358 long lroundf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
math.h 358 long lroundf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/
math.h 358 long lroundf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/
math.h 358 long lroundf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/
math.h 358 long lroundf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/
math.h 358 long lroundf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/
math.h 358 long lroundf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/
math.h 358 long lroundf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/
math.h 358 long lroundf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/
math.h 358 long lroundf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/
math.h 358 long lroundf(float) __NDK_FPABI_MATH__;

Completed in 549 milliseconds

1 23 4 5