HomeSort by relevance Sort by last modified time
    Searched refs:round (Results 101 - 125 of 226) sorted by null

1 2 3 45 6 7 8 910

  /external/skia/tests/
MathTest.cpp 90 assert_float_equal(reporter, "round", x, ix, iix);
140 // round (down) large ints the same as IEEE...
156 int round = (int)floorf(s + 0.5f); local
162 REPORTER_ASSERT(reporter, iround == round);
  /external/webkit/WebCore/inspector/front-end/
TimelineOverviewPane.js 133 var end = Math.round(percentages.end);
135 for (var j = Math.round(percentages.start); j <= end; ++j)
  /external/webkit/WebKitTools/Scripts/
bisect-builds 245 my ($nightlies, $revision, $round) = @_;
264 return ($round eq "floor") ? $lowIndex : $highIndex;
  /libcore/luni/src/main/java/java/lang/
Math.java 380 * 754 rules. The result is {@code x-round(x/p)*p} where {@code round(x/p)}
739 * <li>{@code round(+0.0) = +0.0}</li>
740 * <li>{@code round(-0.0) = +0.0}</li>
741 * <li>{@code round((anything > Long.MAX_VALUE) = Long.MAX_VALUE}</li>
742 * <li>{@code round((anything < Long.MIN_VALUE) = Long.MIN_VALUE}</li>
743 * <li>{@code round(+infinity) = Long.MAX_VALUE}</li>
744 * <li>{@code round(-infinity) = Long.MIN_VALUE}</li>
745 * <li>{@code round(NaN) = +0.0}</li>
752 public static long round(double d) method in class:Math
779 public static int round(float f) { method in class:Math
    [all...]
  /bionic/libm/include/
math.h 280 double round(double);
  /build/tools/droiddoc/src/
TodoFile.java 62 return ""+Math.round((((b-a)/(float)b))*100) + "%";
  /development/ndk/platforms/android-3/include/
math.h 280 double round(double);
  /development/ndk/platforms/android-9/include/
math.h 280 double round(double);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
SensorTest.java 89 diff[i] = Math.round(mScale[i] * (event.values[i] - mPrev[i]) * 0.45f);
  /external/libvpx/vp8/common/x86/
subpixel_sse2.asm     [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 732 vpx_codec_pts_t round, delta; local
737 round = 1000000 * ctx->cfg.g_timebase.num / 2 - 1;
743 (dst_time_stamp * ctx->cfg.g_timebase.den + round)
746 (delta * ctx->cfg.g_timebase.den + round)
    [all...]
  /external/qemu/target-arm/
iwmmxt_helper.c 331 ((a >> SHR) & 0xff) + ((b >> SHR) & 0xff) + round) >> 1) << SHR)
335 const int round = r; \
355 ((a >> SHR) & 0xffff) + ((b >> SHR) & 0xffff) + round) >> 1) << SHR)
359 const int round = r; \
  /external/skia/src/views/
SkWindow.cpp 95 r.round(&ir);
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 147 setKeyProgressIncrement(Math.max(1, Math.round((float) getMax() / 20)));
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmKlaxon.java 143 int minutes = (int) Math.round(millis / 60000.0);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionElementImpl.java 265 return (int) Math.round(value);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 280 double round(double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 280 double round(double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 280 double round(double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 280 double round(double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 280 double round(double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h 280 double round(double);
  /external/libvpx/vp8/common/arm/neon/
sixtappredict8x4_neon.asm 130 vqrshrun.s16 d22, q7, #7 ;shift/round/saturate to u8
217 vqrshrun.s16 d26, q8, #7 ;shift/round/saturate to u8
278 vqrshrun.s16 d6, q7, #7 ;shift/round/saturate to u8
374 vqrshrun.s16 d22, q7, #7 ;shift/round/saturate to u8
446 vqrshrun.s16 d6, q7, #7 ;shift/round/saturate to u8
sixtappredict8x8_neon.asm 136 vqrshrun.s16 d22, q7, #7 ;shift/round/saturate to u8
232 vqrshrun.s16 d26, q8, #7 ;shift/round/saturate to u8
298 vqrshrun.s16 d6, q7, #7 ;shift/round/saturate to u8
408 vqrshrun.s16 d22, q7, #7 ;shift/round/saturate to u8
490 vqrshrun.s16 d6, q7, #7 ;shift/round/saturate to u8
  /external/iproute2/ip/
iproute.c 1202 int round = 0; local
    [all...]

Completed in 584 milliseconds

1 2 3 45 6 7 8 910