HomeSort by relevance Sort by last modified time
    Searched refs:round (Results 251 - 275 of 378) sorted by null

<<111213141516

  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
TreeView.java     [all...]
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 562 // We need another round if spill intervals were added.
673 unsigned round = 0; local
676 DEBUG(dbgs() << " PBQP Regalloc round " << round << ":\n");
686 ++round;
  /external/webp/src/enc/
dsp.c 293 int size, int round, int shift) {
303 DC = (DC + round) >> shift;
307 DC = (DC + round) >> shift;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestionsView.java 242 final int width = Math.round(bounds.width() + 0.5f);
243 final int height = Math.round(bounds.height() + 0.5f);
623 width += Math.round(widths[i] + 0.5f);
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 662 // the round corner for the highlight path
    [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 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
  /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...]
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 1124 // round
1132 __tg_round(double __x) {return round(__x);}
1138 #undef round macro
1139 #define round(__x) __tg_round(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 1124 // round
1132 __tg_round(double __x) {return round(__x);}
1138 #undef round macro
1139 #define round(__x) __tg_round(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 1124 // round
1132 __tg_round(double __x) {return round(__x);}
1138 #undef round macro
1139 #define round(__x) __tg_round(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 1124 // round
1132 __tg_round(double __x) {return round(__x);}
1138 #undef round macro
1139 #define round(__x) __tg_round(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/15/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
  /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/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/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.cpp 709 float desiredContentX = round(m_drawTransform.m41() * scale) / scale;
710 float desiredContentY = round(m_drawTransform.m42() * scale) / scale;
    [all...]
  /frameworks/base/libs/rs/scriptc/
rs_cl.rsh 532 * Return round x/y to the nearest integer then compute the remander.
544 * Round to the nearest integral value.
560 * Round to the nearest integral value. Half values are rounded away from zero.
564 extern float __attribute__((overloadable)) round(float);
565 FN_FUNC_FN(round)
656 * Round to integral using truncation.
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java     [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 178 setKeyProgressIncrement(Math.max(1, Math.round((float) getMax() / 20)));
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java 448 Math.round(((double)frames)/(5.0 * numPasses)) + "fps) " +
  /prebuilt/sdk/14/renderscript/include/
rs_cl.rsh 532 * Return round x/y to the nearest integer then compute the remander.
544 * Round to the nearest integral value.
560 * Round to the nearest integral value. Half values are rounded away from zero.
564 extern float __attribute__((overloadable)) round(float);
565 FN_FUNC_FN(round)
656 * Round to integral using truncation.

Completed in 637 milliseconds

<<111213141516