HomeSort by relevance Sort by last modified time
    Searched refs:fraction (Results 101 - 125 of 171) sorted by null

1 2 3 45 6 7

  /external/libxml2/
trionan.c 409 double integral, fraction;
423 (fraction = modf(number, &integral),
424 integral == fraction)));
triostr.c 972 trio_long_double_t fraction = 0.0;
997 fraction += fracdiv * (isdigit((int)*source)
1043 fraction += (*source - '0') * fracdiv;
1068 value = integer + fraction;
    [all...]
  /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/loader/cache/
ImageResource.cpp 253 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 289 const Decimal fraction = isVertical || !isLeftToRightDirection ? Decimal(1) - ratio : ratio; local
291 Decimal value = stepRange.clampValue(stepRange.valueFromProportion(fraction));
  /hardware/invensense/60xx/mlsdk/mllite/
ml.h 284 range.fraction = (long)((float)(x-(long)x)*PRECISION); \
288 x += ((float)range.fraction/PRECISION); \
  /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) { }
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller.h 423 // Gets or sets the fraction of the floating bar (presentation mode overlay)
426 - (void)setFloatingBarShownFraction:(CGFloat)fraction;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
popup.js 70 // Move the hour by the fraction of the minute
73 // Move the minute by the fraction of the second
  /external/chromium_org/third_party/libxml/src/
triostr.c 972 trio_long_double_t fraction = 0.0;
997 fraction += fracdiv * (isdigit((int)*source)
1043 fraction += (*source - '0') * fracdiv;
1068 value = integer + fraction;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 115 @ carry overflow from fraction to integer portion
ARM-E_interpolate_noloop_gnu.s 107 @ carry overflow from fraction to integer portion
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 115 @ carry overflow from fraction to integer portion
ARM-E_interpolate_noloop_gnu.s 107 @ carry overflow from fraction to integer portion
  /frameworks/base/services/java/com/android/server/accessibility/
ScreenMagnifier.java     [all...]

Completed in 438 milliseconds

1 2 3 45 6 7