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

1 23 4

  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
math.h 356 long lroundf(float);
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_mac.mm 90 std::max(0, std::min(static_cast<int>(lroundf(255.0f * a)), 255)) << 24 |
91 std::max(0, std::min(static_cast<int>(lroundf(255.0f * r)), 255)) << 16 |
92 std::max(0, std::min(static_cast<int>(lroundf(255.0f * g)), 255)) << 8 |
93 std::max(0, std::min(static_cast<int>(lroundf(255.0f * b)), 255));
    [all...]
  /external/clang/lib/Headers/
tgmath.h 1000 __tg_lround(float __x) {return lroundf(__x);}
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
builtins.def 334 DEF_C99_BUILTIN (BUILT_IN_LROUNDF, "lroundf", BT_FN_LONG_FLOAT, ATTR_MATHFN_ERRNO)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
builtins.def 334 DEF_C99_BUILTIN (BUILT_IN_LROUNDF, "lroundf", BT_FN_LONG_FLOAT, ATTR_MATHFN_ERRNO)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
builtins.def 334 DEF_C99_BUILTIN (BUILT_IN_LROUNDF, "lroundf", BT_FN_LONG_FLOAT, ATTR_MATHFN_ERRNO)
    [all...]
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 1000 __tg_lround(float __x) {return lroundf(__x);}
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 1000 __tg_lround(float __x) {return lroundf(__x);}
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 1000 __tg_lround(float __x) {return lroundf(__x);}
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 1000 __tg_lround(float __x) {return lroundf(__x);}
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 662 return QTMakeTime(lroundf(time * timeScale), timeScale);
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 994 int cancelButtonSize = lroundf(qMin(qMax(minCancelButtonSize, defaultCancelButtonSize * fontScale), maxCancelButtonSize));
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp     [all...]
RenderInline.cpp     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libm.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libm.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libm.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/lib/
libm.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libm.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/lib/
libm.so 
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/lib/
libm.so 
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/lib/
libm.so 
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]

Completed in 4263 milliseconds

1 23 4