HomeSort by relevance Sort by last modified time
    Searched refs:rounded (Results 1 - 25 of 48) sorted by null

1 2

  /frameworks/av/media/libnbaio/
roundup.c 26 unsigned rounded = ((unsigned) 0x80000000) >> lz; local
27 // 0x800000001 and higher are actually rounded _down_ to prevent overflow
28 if (v > rounded && lz > 0) {
29 rounded <<= 1;
31 return rounded;
  /external/chromium_org/ui/gfx/geometry/
safe_integer_conversions.h 34 float rounded; local
36 rounded = std::floor(value + 0.5f);
38 rounded = std::ceil(value - 0.5f);
39 return ClampToInt(rounded);
  /external/valgrind/main/none/tests/s390x/
rounding-4.stdout.exp 2 load rounded d = 1.2345678987654319598e+28 f = 1.234567915439125133e+28
4 load rounded d = 1.2345678987654319598e+28 f = 1.2345677973799630613e+28
6 load rounded d = 1.2345678987654319598e+28 f = 1.234567915439125133e+28
8 load rounded d = 1.2345678987654319598e+28 f = 1.2345677973799630613e+28
11 load rounded d = -1.2345678987654319598e+28 f = -1.234567915439125133e+28
13 load rounded d = -1.2345678987654319598e+28 f = -1.2345677973799630613e+28
15 load rounded d = -1.2345678987654319598e+28 f = -1.2345677973799630613e+28
17 load rounded d = -1.2345678987654319598e+28 f = -1.234567915439125133e+28
  /external/chromium_org/v8/test/mjsunit/regress/
regress-351624.js 13 var rounded = Math.round(prod);
15 return rounded;
  /libcore/luni/src/test/java/libcore/java/math/
BigDecimalTest.java 64 BigDecimal rounded = bigDecimal.round(new MathContext(2, RoundingMode.FLOOR)); local
65 assertEquals("0.99", rounded.toString());
  /external/eigen/bench/btl/data/
mk_new_gnuplot.sh 21 echo set term postscript color rounded enhanced >> $WHAT.gnuplot
24 # echo set term svg color rounded enhanced >> $WHAT.gnuplot
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
ClassHeaderReader.java 145 int rounded = (int)(CHUNK * Math.ceil((float)amount / CHUNK)); local
146 bsize += read(in, b, bsize, rounded - bsize);
  /external/chromium_org/v8/src/mips/
simulator-mips.cc 2109 double rounded = std::floor(fs + 0.5); local
2124 double rounded = trunc(fs); local
2134 double rounded = std::floor(fs); local
2144 double rounded = std::ceil(fs); local
2156 double rounded = trunc(fs); local
2163 double rounded = trunc(fs); local
2170 double rounded = local
    [all...]
simulator-mips.h 174 bool set_fcsr_round_error(double original, double rounded);
  /external/deqp/framework/common/
tcuBilinearImageCompare.cpp 72 const deUint32 rounded = (sum + half) >> (NUM_SUBPIXEL_BITS*2); local
74 DE_ASSERT(de::inRange<deUint32>(rounded, 0, 0xff));
75 return (deUint8)rounded;
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 188 double rounded = round(flt); local
189 intgr = static_cast<int64_t>(rounded);
191 // the rounded result is even. If it is not we need to add 1 to
  /external/chromium_org/v8/src/
math.js 194 // pi / 2 rounded up
229 // (3) multiple is rounded down in 2^26 steps, so the rounding error is
234 // Note that this difference cannot be simply rounded off.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
background.js 61 // For testing only. delayInMinutes will be rounded up to at least 1 in a
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
output.h 474 in bytes and ROUNDED is that size rounded up to the next
479 on the rounded size to align the decl. */
482 unsigned HOST_WIDE_INT rounded);
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_copy.s 113 sub r7,r7,r8 @check the rounded height value
ihevc_inter_pred_chroma_copy_w16out.s 114 sub r9,r7,r8 @check the rounded height value
  /external/icu/icu4c/source/i18n/
compactdecimalformat.cpp 247 DigitList orig, rounded; local
251 _round(orig, rounded, isNegative, status);
255 double roundedDouble = rounded.getDouble();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 432 Rect rounded = new Rect(); local
433 trueCrop.roundOut(rounded);
434 mResultIntent.putExtra(CropExtras.KEY_CROPPED_RECT, rounded);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 758 float rounded = amount >= 1f ? amount : 0f; local
759 mStackScrollerOverscrolling = rounded != 0f && isRubberbanded;
760 mQsExpansionFromOverscroll = rounded != 0f;
761 mLastOverscroll = rounded;
763 setQsExpansion(mQsMinExpansionHeight + rounded);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_constant_expression.cpp 52 int rounded = IROUND(val); local
55 if (rounded % 2 != 0)
56 rounded += val > 0 ? -1 : 1;
59 return rounded;
    [all...]
  /external/mesa3d/src/glsl/
ir_constant_expression.cpp 52 int rounded = IROUND(val); local
55 if (rounded % 2 != 0)
56 rounded += val > 0 ? -1 : 1;
59 return rounded;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/sh/lib/
memcpy-sh4.S 397 ! r2 = rounded up r4
398 ! r3 = rounded down r0
599 ! r2 = rounded up r4
600 ! r3 = rounded down r0
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 461 var rounded = Math.round(bytes / s * 10) / 10;
462 return str(rounded, u);
470 // Up to 1MB is displayed as rounded up number of KBs.
472 var rounded = Math.ceil(bytes / STEPS[1]);
473 return str(rounded, UNITS[1]);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 600 const int rounded = (q > 0.5f) ? (truncated + 1) : // Rounded up local
602 truncated; // Rounded down
604 return float(rounded);
684 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 631 const int rounded = (q > 0.5f) ? (truncated + 1) : // Rounded up local
633 truncated; // Rounded down
635 return float(rounded);
715 const deUint32 maxUlpDiff = getMaxUlpDiffFromBits(mantissaBits); // ULP diff for rounded integer value.
    [all...]

Completed in 835 milliseconds

1 2