/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/ |
math.h | 280 double round(double);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
math.h | 81 using std::tr1::round;
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/ |
math.h | 280 double round(double);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/ |
math.h | 280 double round(double);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/ |
math.h | 280 double round(double);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/ |
math.h | 280 double round(double);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
math.h | 81 using std::tr1::round;
|
/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
|
sixtappredict16x16_neon.asm | 175 vqrshrun.s16 d6, q8, #7 ;shift/round/saturate to u8 258 vqrshrun.s16 d6, q7, #7 ;shift/round/saturate to u8 366 vqrshrun.s16 d6, q6, #7 ;shift/round/saturate to u8 448 vqrshrun.s16 d6, q7, #7 ;shift/round/saturate to u8
|
/external/iproute2/ip/ |
iproute.c | 1199 int round = 0; local [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/ |
background.js | 259 Math.round(nextEventMin / 60).toString()); 262 Math.round(nextEventMin / 60 / 24).toString());
|
/external/icu4c/i18n/ |
digitlst.cpp | 444 // Round down to appx. double precision, if the number is longer than that. 449 numToConvert.round(MAX_DBL_DIGITS+3); 473 * convert this number to an int32_t. Round if there is a fractional part. 831 * Round the representation to the given number of digits. 836 DigitList::round(int32_t maximumDigits)
|
/external/libvpx/vp8/encoder/ |
ethreading.c | 341 z->block[i].round = x->block[i].round;
|
/external/skia/src/core/ |
SkScan_Path.cpp | 612 path.getBounds().round(&ir); 709 r.round(&ir);
|
/external/skia/tests/ |
MathTest.cpp | 125 assert_float_equal(reporter, "round", x, ix, iix); 175 // round (down) large ints the same as IEEE... 223 int round = (int)floorf(s + 0.5f); local 229 REPORTER_ASSERT(reporter, iround == round);
|
/external/v8/test/mjsunit/ |
function-names.js | 82 "log", "round", "sin", "sqrt", "tan", "atan2", "pow", "max", "min"];
|
/frameworks/base/core/java/android/webkit/ |
WebViewCore.java | [all...] |
/frameworks/base/core/java/android/widget/ |
OverScroller.java | 652 mCurrentPosition = mStart + Math.round(q * (mFinal - mStart)); [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Bitmap.java | 548 neww = Math.round(deviceR.width()); 549 newh = Math.round(deviceR.height()); [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_MCReconBlock_s.s | 34 ;// dest[j] = (x[j] + y[j] + round) >> 1, j=0..3 37 ;// each sum before dividing by two, if round is 1 40 ;// M_UHADD8R $dest, $x, $y, $round, $mask 45 ;// $round 0 if no rounding to be added, 1 if rounding to be done 52 M_UHADD8R $dest, $x, $y, $round, $mask 53 IF $round = 1
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartDataUsageView.java | 595 resultRounded = (unitFactor * Math.round(result * 10)) / 10; 598 resultRounded = unitFactor * Math.round(result);
|
/build/tools/droiddoc/templates-pdk/assets/ |
carousel.js | 200 div.style.left = '-' + Math.round(left) + 'px';
|
/build/tools/droiddoc/templates-sdk/assets/ |
carousel.js | 200 div.style.left = '-' + Math.round(left) + 'px';
|
/development/apps/FontLab/src/com/android/fontlab/ |
FontLab.java | 332 private int mGamma = Math.round(1.0f * GAMMA_RANGE);
|