HomeSort by relevance Sort by last modified time
    Searched refs:round (Results 76 - 100 of 186) sorted by null

1 2 34 5 6 7 8

  /external/webkit/WebKit/win/
MarshallingHelpers.cpp 148 return round((date + windowsEpochAbsoluteTime()) * secondsPerDay);
153 return (round(absoluteTime)/secondsPerDay - windowsEpochAbsoluteTime());
  /frameworks/base/awt/org/apache/harmony/awt/gl/
CommonGraphics2D.java 591 int width = (int)Math.round(img.getWidth()*scaleX);
592 int height = (int)Math.round(img.getHeight()*scaleY);
795 res.translate(-Math.round((float)transform.getTranslateX()), -Math.round((float)transform.getTranslateY()));
806 res.translate(-Math.round((float)transform.getTranslateX()), -Math.round((float)transform.getTranslateY()));
961 nclip.translate(Math.round((float)transform.getTranslateX()), Math.round((float)transform.getTranslateY()));
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 160 #define round(x) __TGMATH_REAL(x, round) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 157 #define round(x) __TGMATH_REAL(x, round) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 160 #define round(x) __TGMATH_REAL(x, round) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 157 #define round(x) __TGMATH_REAL(x, round) macro
  /dalvik/libcore/math/src/main/java/java/math/
BigDecimal.java 74 * Rounding mode to round towards positive infinity. For positive values
83 * Rounding mode to round towards negative infinity. For positive values
1951 public BigDecimal round(MathContext mc) { method in class:BigDecimal
    [all...]
  /external/iproute2/ip/
ipaddress.c 716 int round = 0; local
723 while (round < MAX_ROUNDS) {
755 if (round == 0)
758 printf("*** Flush is complete after %d round%s ***\n", round, round>1?"s":"");
763 round++;
768 printf("\n*** Round %d, deleting %d addresses ***\n", round, filter.flushed);
  /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;
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 784 const int round = 0; local
817 if (round)
832 if (round)
846 if (round)
878 const int round = 0; local
    [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) + "%";
  /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)));
  /ndk/build/platforms/android-3/arch-arm/usr/include/
math.h 280 double round(double);
  /ndk/build/platforms/android-4/arch-arm/usr/include/
math.h 280 double round(double);
  /ndk/build/platforms/android-5/arch-arm/usr/include/
math.h 280 double round(double);
  /ndk/build/platforms/android-5/arch-x86/usr/include/
math.h 280 double round(double);
  /ndk/build/platforms/android-8/arch-arm/usr/include/
math.h 280 double round(double);
  /ndk/build/platforms/android-8/arch-x86/usr/include/
math.h 280 double round(double);
  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmKlaxon.java 143 int minutes = (int) Math.round(millis / 60000.0);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmKlaxon.java 143 int minutes = (int) Math.round(millis / 60000.0);

Completed in 1380 milliseconds

1 2 34 5 6 7 8