HomeSort by relevance Sort by last modified time
    Searched refs:round (Results 226 - 250 of 355) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libffi/src/powerpc/
linux64_closure.S 60 # + 16 bytes retval area + 13*8 bytes fpr save area + round to 16
  /external/skia/src/views/
SkWindow.cpp 125 devR.round(&ir);
  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.cpp 602 float desiredContentX = round(m_drawTransform.m41() * scale) / scale;
603 float desiredContentY = round(m_drawTransform.m42() * scale) / scale;
1037 globalRect.round(&roundedGlobal);
1039 visibleRect.round(&iVisibleRect);
    [all...]
  /external/webkit/Tools/CodeCoverage/
regenerate-coverage-display 129 covered = int(round(covered_precise))
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/
compsup.m 57 estLen = round(avtime * samplingfreq/updatel)
208 fout(:,i)=round(fout(:,i));
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 180 setKeyProgressIncrement(Math.max(1, Math.round((float) getMax() / 20)));
  /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);
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
PixelPerfectControls.java 121 mOverlaySlider.setSelection((int) Math.round(PixelPerfectModel.getModel()
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 652 // the round corner for the highlight path
    [all...]
  /external/icu4c/i18n/
decNumber.c     [all...]
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 791 screenCoord->x = round(screenCoord->x * 0.5f * width);
792 screenCoord->y = round(screenCoord->y * 0.5f * height);
    [all...]
  /external/clang/lib/Headers/
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
  /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
  /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...]

Completed in 1701 milliseconds

1 2 3 4 5 6 7 8 91011>>