HomeSort by relevance Sort by last modified time
    Searched refs:round (Results 326 - 350 of 484) sorted by null

<<11121314151617181920

  /frameworks/rs/scriptc/
rs_cl.rsh 599 * Return round x/y to the nearest integer then compute the remander.
611 * Round to the nearest integral value.
627 * Round to the nearest integral value. Half values are rounded away from zero.
631 extern float __attribute__((overloadable)) round(float);
632 FN_FUNC_FN(round)
722 * Round to integral using truncation.
  /frameworks/support/renderscript/v8/rs_support/scriptc/
rs_cl.rsh 599 * Return round x/y to the nearest integer then compute the remander.
611 * Round to the nearest integral value.
627 * Round to the nearest integral value. Half values are rounded away from zero.
631 extern float __attribute__((overloadable)) round(float);
632 FN_FUNC_FN(round)
722 * Round to integral using truncation.
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
PixelPerfectControls.java 121 mOverlaySlider.setSelection((int) Math.round(PixelPerfectModel.getModel()
TreeView.java     [all...]
  /external/webp/src/dsp/
enc.c 307 int size, int round, int shift) {
317 DC = (DC + round) >> shift;
321 DC = (DC + round) >> shift;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 273 final int width = Math.round(bounds.width() + 0.5f);
274 final int height = Math.round(bounds.height() + 0.5f);
568 width += Math.round(widths[i] + 0.5f);
    [all...]
  /external/icu4c/i18n/
decNumber.c     [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/clang/lib/Headers/
tgmath.h 1140 // round
1148 __tg_round(double __x) {return round(__x);}
1154 #undef round macro
1155 #define round(__x) __tg_round(__tg_promote1((__x))(__x)) macro
  /external/webkit/Source/WebCore/inspector/front-end/
AuditRules.js 331 var pctUnused = Math.round(100 * unusedStylesheetSize / stylesheetSize);
345 var totalUnusedPercent = Math.round(100 * totalUnusedStylesheetSize / totalStylesheetSize);
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1123 // round
1131 __tg_round(double __x) {return round(__x);}
1137 #undef round macro
1138 #define round(__x) __tg_round(__tg_promote1((__x))(__x)) macro
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageCache.java 402 memCacheSize = Math.round(percent * getMemoryClass(context) * 1024 * 1024);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
BuildResults.java 536 buffer.append(Math.round(this.stddev[i]*1000)/1000.0);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraph.java 296 thisItem.setX((int)(Math.round((thisItem.timestamp-closestPrecedingItem.timestamp)*increments)+closestPrecedingItem.x));
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 436 _metrics.put (out [0], (int) Math.round (((criterion * IItem.PRECISION) / 100.0)));
  /external/freetype/src/autofit/
aflatin.c 184 /* round segments the overshoot positions. */
227 FT_Bool round = 0; local
298 /* now check whether the point belongs to a straight or round */
338 /* now set the `round' flag depending on the segment's kind */
339 round = FT_BOOL(
343 FT_TRACE5(( "%c ", round ? 'r' : 'f' ));
346 if ( round )
829 /* a segment is round if either its first or last point */
    [all...]
aflatin2.c 222 FT_Bool round; local
291 /* now check whether the point belongs to a straight or round */
331 /* now, set the `round' flag depending on the segment's kind */
332 round = FT_BOOL(
336 FT_TRACE5(( "%c ", round ? 'r' : 'f' ));
339 if ( round )
804 /* a segment is round if it doesn't have successive */
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainQuad.java     [all...]
  /external/libvpx/vp8/common/x86/
postproc_mmx.asm 131 paddusw mm3, RD ; mm3 += round value
227 paddusw mm3, RD ; mm3 += round value
postproc_mmx.c 207 mm3 += round value
358 mm3 += round value
535 mm3 += round value
667 mm3 += round value
    [all...]
  /external/qemu/target-mips/
helper.h 193 FOP_PROTO(round)
  /external/skia/tests/
AAClipTest.cpp 125 path.getBounds().round(&ir);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
CameraWidgetFrame.java 266 final float scale = Math.round( Math.max(scaleX, scaleY) * 100) / 100f;
KeyguardWidgetFrame.java 495 mForegroundAlpha = (int) Math.round((0.5f * r * 255));
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java     [all...]

Completed in 790 milliseconds

<<11121314151617181920