HomeSort by relevance Sort by last modified time
    Searched refs:round (Results 276 - 300 of 378) sorted by null

<<111213141516

  /prebuilt/sdk/15/renderscript/include/
rs_cl.rsh 532 * Return round x/y to the nearest integer then compute the remander.
544 * Round to the nearest integral value.
560 * Round to the nearest integral value. Half values are rounded away from zero.
564 extern float __attribute__((overloadable)) round(float);
565 FN_FUNC_FN(round)
656 * Round to integral using truncation.
  /external/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 29 ldr r5, [r0, #vp8_block_round] ; round
  /external/v8/src/
math.js 252 "round", MathRound,
  /external/v8/test/mjsunit/
undeletable-functions.js 64 "round", "sin", "sqrt", "tan", "atan2", "pow", "max", "min"];
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 54 NumPix = Math.round(Q.LastPx + NumPix);
date-format-tofte.js 184 return Math.round(self.getTime()/1000);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 54 NumPix = Math.round(Q.LastPx + NumPix);
date-format-tofte.js 184 return Math.round(self.getTime()/1000);
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 428 Math.round(sDefaultLoadingViewHeight * density);
521 mMaxCountSlack = Math.round(sMaxCountSlackPercent * (mMaxCount / 2));
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMathTest.java 420 assertEquals("Failed to round properly - up to odd",
422 assertTrue("Failed to round properly - NaN", Double.isNaN(Math
424 assertEquals("Failed to round properly down to even",
426 assertTrue("Failed to round properly " + 2.5 + " to even", Math
431 // Test for method long java.lang.Math.round(double)
432 assertEquals("Incorrect rounding of a float", -91, Math.round(-90.89d));
436 // Test for method int java.lang.Math.round(float)
437 assertEquals("Incorrect rounding of a float", -91, Math.round(-90.89f));
OldAndroidStrictMathTest.java 435 assertEquals("Failed to round properly - up to odd",
437 assertTrue("Failed to round properly - NaN", Double.isNaN(StrictMath
439 assertEquals("Failed to round properly down to even", 2.0, StrictMath
441 assertTrue("Failed to round properly " + 2.5 + " to even", StrictMath
446 // Test for method long java.lang.StrictMath.round(double)
448 -91, StrictMath.round(-90.89d));
452 // Test for method int java.lang.StrictMath.round(float)
454 -91, StrictMath.round(-90.89f));
  /external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalArithmeticTest.java     [all...]
  /external/libvpx/vp8/encoder/
encodeframe.c 337 x->block[i].round = cpi->Y1round[QIndex];
352 x->block[i].round = cpi->UVround[QIndex];
364 x->block[24].round = cpi->Y2round[QIndex];
    [all...]
  /external/libvpx/vp8/common/x86/
postproc_sse2.asm 119 paddusw xmm3, RD42 ; mm3 += round value
209 paddusw xmm3, RD42 ; mm3 += round value
  /external/qemu/target-arm/
neon_helper.c 1135 #define NEON_QDMULH16(dest, src1, src2, round) do { \
1143 if (round) { \
1161 #define NEON_QDMULH32(dest, src1, src2, round) do { \
1169 if (round) { \
    [all...]
  /external/skia/include/core/
SkRect.h 560 void round(SkIRect* dst) const {
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 206 adc r3,r3,#0 @ round
337 adc r3,r3,#0 @ round?
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 49 return static_cast<CGFloat>(round(f));
  /external/webkit/Source/WebKit/android/nav/
FindCanvas.cpp 594 globalBounds.round(&m_lastBounds);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 329 mThumbnailWidth = Math.round(res.getDimension(R.dimen.status_bar_recents_thumbnail_width));
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 293 rect2.round(mLayerBounds);
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 211 entryValues[maxValue - i] = Integer.toString(Math.round(i / step));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 457 score = (int)Math.round((score * multiplier));
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdStartDialog.java 399 scale = Math.round(scale * 100);
  /external/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 408 ;save bottom 3 bits so that we round one side +4 and the other +3
426 ;save bottom 3 bits so that we round one side +4 and the other +3
    [all...]

Completed in 494 milliseconds

<<111213141516