HomeSort by relevance Sort by last modified time
    Searched full:fraction (Results 626 - 650 of 1230) sorted by null

<<21222324252627282930>>

  /external/icu4c/samples/numfmt/
main.cpp 137 * fraction digits. Setting an explicit rounding increment makes
  /external/iproute2/man/man8/
tc-sfb.8 137 Set this to a reasonable fraction of your uplink throughput; the
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 260 /* We get one field with fraction bits for the maximum
  /external/skia/include/core/
SkFixed.h 95 /** Returns the signed fraction of a SkFixed
  /external/zlib/src/doc/
txtvsbin.txt 88 considerations. In such cases, a scheme that tolerates a small fraction
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
qua_gain.cpp 124 Word16 frac_gcode0 -- Word16 -- predicted CB gain (fraction), Q15
125 Word16 frac_coeff -- Word16 Array -- energy coeff. (5), fraction part, Q15
196 Word16 frac_gcode0, /* i : predicted CB gain (fraction), Q15 */
197 Word16 frac_coeff[], /* i : energy coeff. (5), fraction part, Q15 */
  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp 238 data[12] = 0x00; // fraction lost
  /frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java 323 * @param horizontal The target horizontal velocity as a fraction of the
326 * @param vertical The target vertical velocity as a fraction of the host
363 * @param horizontal The horizontal edge size as a fraction of the host view
366 * @param vertical The vertical edge size as a fraction of the host view
    [all...]
  /frameworks/base/libs/hwui/
Rect.h 189 * inset the bounds first by the fudge factor. Very small fraction-of-a-pixel errors
  /frameworks/base/services/java/com/android/server/accessibility/
ScreenMagnifier.java     [all...]
  /libcore/luni/src/main/java/java/lang/
HexStringParser.java 292 * the rest of the significand as a fraction.
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragmentCarousel.java 64 * Fragment width (if there are 1+ fragments in the carousel) as defined as a fraction of the
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinter.java 183 case FRACTION:
  /system/media/audio_utils/include/audio_utils/
primitives.h 29 * The .12 fraction is dithered, and the integer portion is then clamped to Q15.
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
results-template.html 387 function formatPercentage(fraction) {
388 var percentage = fraction * 100;
389 return (fraction * 100).toFixed(2) + '%';
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum-dtoa.cc 330 // Initially the fraction lies in range (1, 10]. Multiply the denominator
334 // If the fraction is >= 0.5 then we have to include the rounded
564 // (Note: the fraction and the estimated_power might get adjusted before
    [all...]
  /external/chromium_org/third_party/libxml/src/
trionan.c 409 double integral, fraction;
423 (fraction = modf(number, &integral),
424 integral == fraction)));
  /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/v8/src/
bignum-dtoa.cc 331 // Initially the fraction lies in range (1, 10]. Multiply the denominator
335 // If the fraction is >= 0.5 then we have to include the rounded
565 // (Note: the fraction and the estimated_power might get adjusted before
  /external/libxml2/
trionan.c 409 double integral, fraction;
423 (fraction = modf(number, &integral),
424 integral == fraction)));
  /external/v8/src/
bignum-dtoa.cc 331 // Initially the fraction lies in range (1, 10]. Multiply the denominator
335 // If the fraction is >= 0.5 then we have to include the rounded
565 // (Note: the fraction and the estimated_power might get adjusted before
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 599 // The old java field values were 0 for integer and 1 for fraction.
602 // fraction positions match the old field values.
604 NumberFormat.Field.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/icu4c/i18n/unicode/
unum.h 103 * fraction from 0.53 is displayed as 53%.
111 * miminum fraction digits, grouping, etc.
760 /** Maximum fraction digits */
762 /** Minimum fraction digits */
764 /** Fraction digits */
    [all...]

Completed in 1341 milliseconds

<<21222324252627282930>>