HomeSort by relevance Sort by last modified time
    Searched refs:round (Results 351 - 375 of 484) sorted by null

<<11121314151617181920

  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 186 setKeyProgressIncrement(Math.max(1, Math.round((float) getMax() / 20)));
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java 448 Math.round(((double)frames)/(5.0 * numPasses)) + "fps) " +
  /prebuilts/sdk/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 279 "round", MathRound,
  /external/v8/test/mjsunit/
undeletable-functions.js 61 "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);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 432 float desiredContentX = round(m_drawTransform.m41() * m_scale) / m_scale;
433 float desiredContentY = round(m_drawTransform.m42() * m_scale) / m_scale;
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 464 Math.round(sDefaultLoadingViewHeight * density);
559 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...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
RectFTest.java 504 mRectF.round(rect);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
ScenarioData.java 377 double diffPercentage = baselineValue == 0 ? 0 : Math.round(diffValue / baselineValue * 1000) / 10.0;
  /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 603 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));
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 293 rect2.round(mLayerBounds);

Completed in 849 milliseconds

<<11121314151617181920