HomeSort by relevance Sort by last modified time
    Searched refs:fraction (Results 126 - 150 of 207) sorted by null

1 2 3 4 56 7 8 9

  /hardware/invensense/60xx/mlsdk/mllite/
mldl_cfg_mpu.c 97 MPL_LOGD("slave_accel->range.fraction= %02x\n", (int)mldl_cfg->accel->range.fraction);
113 MPL_LOGD("slave_compass->range.fraction= %02x\n", (int)mldl_cfg->compass->range.fraction);
129 MPL_LOGD("slave_pressure->range.fraction= %02x\n", (int)mldl_cfg->pressure->range.fraction);
ml.h 284 range.fraction = (long)((float)(x-(long)x)*PRECISION); \
288 x += ((float)range.fraction/PRECISION); \
  /external/chromium_org/media/base/
yuv_convert.cc 404 // fraction to avoid degenerating to point-sampling - we should really just
405 // fix the fraction at 50% for all pixels in that case.
487 int fraction = (source_top & kFractionMask) >> 8; local
489 y_temp + source_y_left, y0_ptr, y1_ptr, source_y_width, fraction);
491 u_temp + source_uv_left, u0_ptr, u1_ptr, source_uv_width, fraction);
493 v_temp + source_uv_left, v0_ptr, v1_ptr, source_uv_width, fraction);
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableLength.h 79 virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
KeyframeAnimationEffect.h 95 virtual PassOwnPtr<CompositableValueList> sample(int iteration, double fraction) const OVERRIDE;
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 2714 long fraction = unscaledVal % sizeOfFraction; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
DragImage.cpp 250 void DragImage::dissolveToFraction(float fraction)
259 SkColorGetA(*pixel) * fraction,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 150 fraction = top + height - visible_height
152 fraction = top
153 fraction = float(fraction) / y1
154 self.canvas.yview_moveto(fraction)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 150 fraction = top + height - visible_height
152 fraction = top
153 fraction = float(fraction) / y1
154 self.canvas.yview_moveto(fraction)
  /external/chromium_org/third_party/libxml/src/
trionan.c 409 double integral, fraction;
423 (fraction = modf(number, &integral),
424 integral == fraction)));
  /external/libxml2/
trionan.c 409 double integral, fraction;
423 (fraction = modf(number, &integral),
424 integral == fraction)));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 332 hour = minute = second = fraction = 0
393 fraction = int(s)
464 weekday, julian, tz)), fraction)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 332 hour = minute = second = fraction = 0
393 fraction = int(s)
464 weekday, julian, tz)), fraction)
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller.h 338 // Gets or sets the fraction of the floating bar (fullscreen overlay) that is
341 - (void)setFloatingBarShownFraction:(CGFloat)fraction;
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 580 final double fraction = Math.pow(10, local
582 return (float) (fraction * mSize);
592 final double fraction = 1.3102228476089056629 local
594 return (long) (mMin + (fraction * (mMax - mMin)));
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.cpp 256 ASSERT(multiplier != 1.0f || (imageSize.width().fraction() == 0.0f && imageSize.height().fraction() == 0.0f));
  /frameworks/base/core/java/android/animation/
ObjectAnimator.java 555 * This method is called with the elapsed fraction of the animation during every
556 * animation frame. This function turns the elapsed fraction into an interpolated fraction
564 * @param fraction The elapsed fraction of the animation.
567 void animateValue(float fraction) {
568 super.animateValue(fraction);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailTabCarousel.java 52 /** Tab width as defined as a fraction of the screen width */
55 /** Tab height as defined as a fraction of the screen width */
114 R.fraction.tab_width_screen_width_percentage, 1, 1);
116 R.fraction.tab_height_screen_width_percentage, 1, 1);
156 // Compute the width of a tab as a fraction of the screen width
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 582 static float fraction = 0.0f;
590 fraction = max(s, fraction);
598 fraction = min(s, fraction);
601 fraction = 0.0f;
604 *scale = one + fraction * SELECTED_SCALE_FACTOR;
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.cc 434 r->fraction = 0;
438 r->fraction = 1;
442 r->fraction = (1.0 * osize * span->refcount) / r->length;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.cc 373 r->fraction = 0;
377 r->fraction = 1;
381 r->fraction = (1.0 * osize * span->refcount) / r->length;
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
plotter.js 881 var fraction = delta / baseline; // Allow division by 0.
885 var percentStr = (fraction >= 0 ? '+' : '') + (fraction * 100).toFixed(3) +
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.cpp 286 const Decimal fraction = isVertical || !isLeftToRightDirection ? Decimal(1) - ratio : ratio; local
288 Decimal value = stepRange.clampValue(stepRange.valueFromProportion(fraction));
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
AttachmentDrawable.java 192 public void setParallaxFraction(float fraction) {
193 mParallaxFraction = fraction;
  /bootable/recovery/
verifier_test.cpp 113 void SetProgress(float fraction) { }

Completed in 872 milliseconds

1 2 3 4 56 7 8 9