/external/webkit/WebCore/html/ |
DateComponents.cpp | 486 if (!setMillisecondsSinceEpochForDateInternal(round(ms))) 499 ms = round(ms); 523 if (!setMillisecondsSinceEpochForDateInternal(round(ms))) 537 setMillisecondsSinceMidnightInternal(positiveFmod(round(ms), msPerDay)); 546 months = round(months); 576 ms = round(ms);
|
/external/chromium/third_party/icu/source/i18n/ |
digitlst.cpp | 422 round(maximumDigits); 479 // If we round 0.0009 to 3 fractional digits, then we have to 486 // Handle an underflow to zero when we round something like 495 // Round up if appropriate. Do NOT round in the special 498 round(fixedPoint ? (maximumDigits + fDecimalAt) : maximumDigits); 510 * Round the representation to the given number of digits. 515 DigitList::round(int32_t maximumDigits) function in class:DigitList 518 // Round up if appropriate.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/ |
ClippingExperiment.java | 63 int numDeltas = Math.round(ret[0]);
|
GlitchExperiment.java | 78 int glitches = Math.round(ret[Native.GLITCH_COUNT]);
|
/cts/tests/src/android/widget/cts/ |
WidgetTestUtils.java | 110 return Math.round(density * dip);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List8.java | 126 int whichPhoto = (int)Math.round(Math.random() * (mPhotoPool.length - 1));
|
/frameworks/base/core/java/android/view/ |
OrientationEventListener.java | 130 orientation = 90 - (int)Math.round(angle);
|
/system/core/libpixelflinger/codeflinger/ |
texturing.cpp | 787 const int round = 0; local 820 if (round) 835 if (round) 849 if (round) 883 const int round = 0; local 981 const int round = 0; local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/ |
CalibrateVolumeActivity.java | 125 int progress = (max / 2 * rms) / Math.round(TARGET_RMS); 228 msg.arg1 = Math.round(rms);
|
/cts/tests/tests/text/src/android/text/method/cts/ |
TouchTest.java | 139 int textWidth = Math.round(paint.measureText(text)); 142 textWidth = Math.round(paint.measureText(text));
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ColorPickerDialog.java | 100 int n = java.lang.Math.round(x); 113 return s + java.lang.Math.round(p * (d - s));
|
/external/v8/test/mjsunit/regress/ |
regress-1919169.js | 32 // Crashes in round i==1 with IllegalAccess in %StringAdd(x,y)
|
/frameworks/base/core/java/android/text/method/ |
ScrollingMovementMethod.java | 38 int em = Math.round(layout.getPaint().getFontSpacing()); 68 int em = Math.round(layout.getPaint().getFontSpacing());
|
/frameworks/base/core/java/android/widget/ |
ScrollBarDrawable.java | 125 int length = Math.round((float) size * extent / range); 126 int offset = Math.round((float) (size - length) * mOffset / (range - extent));
|
OverScroller.java | 538 mCurrentPosition = mStart + Math.round(q * (mFinal - mStart)); 607 mFinal = start - Math.round((velocity * velocity) / (2.0f * mDeceleration)); 687 mFinal = start - Math.round((velocity * velocity) / (2.0f * mDeceleration));
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
BitmapTest.java | 171 int premul = Math.round(alpha * comp / 255.f); 172 int unpre = Math.round(255.0f * premul / alpha);
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/ |
Android.mk | 54 src/round.cpp \
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Bitmap.java | 163 neww = Math.round(deviceR.width()); 164 newh = Math.round(deviceR.height());
|
/external/webkit/WebCore/xml/ |
XPathFunctions.cpp | 230 static double round(double); 503 long pos = static_cast<long>(FunRound::round(arg(1)->evaluate().toNumber())); 510 len = static_cast<long>(FunRound::round(doubleLen)); 654 double FunRound::round(double val) function in class:WebCore::XPath::FunRound 667 return round(arg(0)->evaluate().toNumber()); 695 { "round", { &createFunRound, 1 } },
|
/system/core/libpixelflinger/ |
pixelflinger.cpp | 230 // it is very important to round the iterated value here because 234 const int32_t round = 0x8000; local 235 c->shade.r0 = grad[ 0] + round; 238 c->shade.g0 = grad[ 3] + round; 241 c->shade.b0 = grad[ 6] + round; 244 c->shade.a0 = grad[ 9] + round; 254 const uint32_t round = 0x8000; local 255 c->shade.z0 = grad[0] + round;
|
/external/libvpx/vp8/encoder/x86/ |
x86_csystemdependent.c | 35 short *round_ptr = &b->round[0][0]; 100 short *round_ptr = &b->round[0][0]; 131 short *round_ptr = &b->round[0][0];
|
/development/apps/NinePatchLab/src/com/android/ninepatch/ |
NinePatchLab.java | 132 final int gapSize = Math.round(mScale * 8);
|
/external/icu4c/i18n/ |
decContext.h | 36 /* round -- must be one of the enumerated rounding modes */ 75 DEC_ROUND_CEILING, /* round towards +infinity */ 76 DEC_ROUND_UP, /* round away from 0 */ 80 DEC_ROUND_DOWN, /* round towards 0 (truncate) */ 81 DEC_ROUND_FLOOR, /* round towards -infinity */ 82 DEC_ROUND_05UP, /* round for reround */ 91 enum rounding round; /* rounding mode */ member in struct:__anon4048
|
/external/libvpx/vp8/common/arm/neon/ |
bilinearpredict4x4_neon.asm | 65 vqrshrn.u16 d28, q7, #7 ;shift/round/saturate to u8 93 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8
|
bilinearpredict8x4_neon.asm | 65 vqrshrn.u16 d22, q6, #7 ;shift/round/saturate to u8 97 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8
|