/external/chromium_org/ui/gfx/ |
platform_font_pango.cc | 208 return round(static_cast<float>(length) * char_width);
|
/external/guava/guava-tests/test/com/google/common/math/ |
MathTesting.java | 225 if (x != Math.round(x)) {
|
/external/libffi/src/powerpc/ |
linux64_closure.S | 60 # + 16 bytes retval area + 13*8 bytes fpr save area + round to 16
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 467 /// double round(double x); 468 round, enumerator in enum:llvm::LibFunc::Func
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_const.c | 314 elem = LLVMConstInt(elem_type, round(val*dscale), 0);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_main.c | 146 value = round(value*scale);
|
/external/skia/src/views/ |
SkWindow.cpp | 135 devR.round(&ir);
|
/frameworks/base/core/jni/android/graphics/ |
NinePatchImpl.cpp | 299 dst.round(&idst);
|
/frameworks/base/core/tests/coretests/src/android/text/ |
StaticLayoutTest.java | 222 int rndVal = Math.round(height * sMult + sAdd);
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayUtils.cpp | 203 // round(x) will round it to nearest integer and avoids above issue. 204 uint32_t dscale = round(fDscale);
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayUtils.cpp | 240 // round(x) will round it to nearest integer and avoids above issue. 241 uint32_t dscale = round(fDscale);
|
/hardware/qcom/display/msm8x26/liboverlay/ |
overlayUtils.cpp | 203 // round(x) will round it to nearest integer and avoids above issue. 204 uint32_t dscale = round(fDscale);
|
/external/chromium_org/chrome/test/functional/ |
perf_endure.py | 269 (int(round(snapshot['second'])), snapshot[legend] / 1024) 431 elapsed_time = int(round(time.time() - self._test_start_time)) 596 elapsed_time = int(round(time.time() - self._test_start_time)) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
FlameChart.js | 105 return WebInspector.UIString("%s\u2009ms", Number.withThousandsSeparator(Math.round(value + this._minimumBoundaries))); 570 context.lineTo(-1, Math.round(height - drawData[0] * yScaleFactor - 1)); 573 value = Math.round(canvasHeight - drawData[x] * yScaleFactor - 1);
|
AuditRules.js | 389 var pctUnused = Math.round(100 * unusedRules.length / styleSheet.rules.length); 403 var totalUnusedPercent = Math.round(100 * totalUnusedStylesheetSize / totalStylesheetSize); [all...] |
/external/chromium_org/third_party/libwebp/dsp/ |
enc.c | 290 int size, int round, int shift) { 300 DC = (DC + round) >> shift; 304 DC = (DC + round) >> shift;
|
/external/webp/src/dsp/ |
enc.c | 290 int size, int round, int shift) { 300 DC = (DC + round) >> shift; 304 DC = (DC + round) >> shift;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
cmath.pass.cpp | [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/ |
mosaic_mode.js | 218 var newScrollLeft = Math.round(scrollOffset); [all...] |
/external/freetype/src/autofit/ |
aflatin.c | 213 /* round segments the overshoot positions. */ 256 FT_Bool round = 0; local 324 /* now check whether the point belongs to a straight or round */ 395 /* now set the `round' flag depending on the segment's kind */ 402 round = 0; 404 round = FT_BOOL( 408 FT_TRACE5(( " (%s)\n", round ? "round" : "flat" )); 411 if ( round ) 634 /* we round up much more often * [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
decNumber.c | [all...] |
/external/icu4c/i18n/ |
decNumber.c | 216 /* round-for-reround digits */ [all...] |
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
carousel.rs | 819 screenCoord->x = round(screenCoord->x * 0.5f * width); 820 screenCoord->y = round(screenCoord->y * 0.5f * height); [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/ |
filter.js | 26 ImageUtil.trace.report(name, Math.round(mPixPerSec * 10) / 10 + 'Mps'); 134 results[arg] = Math.max(0, Math.min(0xFF, Math.round(func(arg)))); 195 // Math.round on negative arguments causes V8 to deoptimize the calling
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ |
webrunner.js | 176 times[Math.round(num/2)]; [all...] |