HomeSort by relevance Sort by last modified time
    Searched refs:round (Results 576 - 600 of 804) sorted by null

<<21222324252627282930>>

  /frameworks/base/media/java/android/media/
RemoteControlClient.java     [all...]
  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java     [all...]
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java     [all...]
  /frameworks/rs/driver/runtime/
rs_sample.c 561 uint32_t nearestLOD = (uint32_t)round(lod);
614 uint32_t nearestLOD = (uint32_t)round(lod);
  /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));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 572 static_assert((std::is_same<decltype(round((double)0)), double>::value), "");
575 assert(round(1) == 1);
  /packages/apps/Camera2/src/com/android/camera/data/
LocalMediaData.java 498 int heightRatio = Math.round((float) mHeight / (float) mDecodeHeight);
499 int widthRatio = Math.round((float) mWidth / (float) mDecodeWidth);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java 786 p.dest.width = Math.round(streatchableWidth * chunk.horizontalWeight);
790 p.dest.height = Math.round(streatchableHeight * chunk.verticalWeight);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalArithmeticTest.java     [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
RectFTest.java 504 mRectF.round(rect);
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_selection.js 711 var imageWidth = Math.round(width * scale);
712 var imageHeight = Math.round(height * scale);
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
jsonresults.py 347 time = int(round(full_results[TIME_KEY])) if TIME_KEY in full_results else 0
  /external/chromium_org/third_party/skia/include/core/
SkRect.h 735 void round(SkIRect* dst) const {
  /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/libvpx/vp9/common/x86/
vp9_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 735 void round(SkIRect* dst) const {
  /external/skia/tests/
AAClipTest.cpp 125 path.getBounds().round(&ir);
PictureTest.cpp 86 rect->round(&ir);
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 206 adc r3,r3,#0 @ round
337 adc r3,r3,#0 @ round?
  /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 254 entryValues[maxValue - i] = Integer.toString(Math.round(i / step));
  /packages/apps/Camera2/src/com/android/camera/
CameraSettings.java 256 entryValues[i - minValue] = Integer.toString(Math.round(i / step));

Completed in 1506 milliseconds

<<21222324252627282930>>