HomeSort by relevance Sort by last modified time
    Searched full:fraction (Results 676 - 700 of 1336) sorted by null

<<21222324252627282930>>

  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1-sources.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinter.java 183 case FRACTION:
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyMetaInfo.java 365 * Represents the raw information about fraction digits and rounding increment.
370 * Number of fraction digits used to display this currency.
382 * @param fractionDigits the fraction digits
  /external/libxml2/
trionan.c 409 double integral, fraction;
423 (fraction = modf(number, &integral),
424 integral == fraction)));
  /external/v8/src/
bignum-dtoa.cc 308 // Initially the fraction lies in range (1, 10]. Multiply the denominator
312 // If the fraction is >= 0.5 then we have to include the rounded
543 // (Note: the fraction and the estimated_power might get adjusted before
  /frameworks/base/media/java/android/media/
TtmlRenderer.java 137 String fraction = matcher.group(4); local
138 durationSeconds += (fraction != null) ? Double.parseDouble(fraction) : 0;
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
ExtendedBitmapDrawable.java 143 public void setParallaxFraction(float fraction) {
144 mParallaxFraction = fraction;
713 * determines the general section for decode. The parallax fraction then determines the
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 98 // The old java field values were 0 for integer and 1 for fraction.
101 // fraction positions match the old field values.
103 NumberFormat.Field.FRACTION, // 1 UNUM_FRACTION_FIELD
  /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/icu/icu4c/source/i18n/unicode/
unum.h 107 * fraction from 0.53 is displayed as 53%.
115 * miminum fraction digits, grouping, etc.
856 /** Maximum fraction digits */
858 /** Minimum fraction digits */
860 /** Fraction digits */
    [all...]
  /external/icu/icu4c/source/test/intltest/
plurults.cpp 720 // f: visible fraction digits
722 // v: number of visible fraction digits
723 // j: = n if there are no visible fraction digits
724 // != anything if there are visible fraction digits
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_charset.cpp 284 NULL, "exclamdown", "cent", "sterling", "fraction", "yen", "florin", "section",
351 "ydieresis", "Ydieresis", "fraction", "currency", "guilsinglleft", "guilsinglright", "fi", "fl",
359 "parenleftsuperior", "parenrightsuperior", "twodotenleader", "onedotenleader", "comma", "hyphen", "period", "fraction",
401 "bullet3", "dagger", "daggerdbl", "ellipsis", "emdash", "endash", "florin", "fraction",
435 "Euro", "Upsilon1", "minute", "lessequal", "fraction", "infinity", "florin", "club",
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
params.def 232 "gcse-after-reload-partial-fraction",
239 "gcse-after-reload-critical-fraction",
372 "hot-bb-frequency-fraction",
373 "Select fraction of the maximal frequency of executions of basic block in function given basic block needs to have to be considered hot",
378 "Select fraction of the maximal frequency of executions of basic block in function given basic block get alignment",
    [all...]
  /external/crcalc/src/com/hp/creals/
CR.java 547 String fraction; local
553 fraction = "0";
555 fraction = s.substring(point_pos + 1, len);
558 BigInteger scaled_result = new BigInteger(whole + fraction, radix);
559 BigInteger divisor = BigInteger.valueOf(radix).pow(fraction.length());
592 String fraction = scaled_string.substring(len - n); local
593 result = whole + "." + fraction;
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
otData.py     [all...]
  /external/icu/icu4c/source/i18n/
nfrule.cpp 146 // rule set both rules will belong to is a fraction rule
164 // text, it describes both the improper fraction rule and
165 // the proper fraction rule
172 // improper fraction rule
814 * fraction rule set. This is only used if the rule has no
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py 6 from fractions import Fraction
376 self.assertEqual(take(3, count(Fraction(2,3), Fraction(1,7))),
377 [Fraction(2,3), Fraction(17,21), Fraction(20,21)])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py 6 from fractions import Fraction
376 self.assertEqual(take(3, count(Fraction(2,3), Fraction(1,7))),
377 [Fraction(2,3), Fraction(17,21), Fraction(20,21)])
    [all...]
  /external/libyuv/files/source/
scale_argb.cc 210 movd xmm5, eax // xmm5 = y fraction
298 movd xmm0, eax // high fraction 0..127
301 movd xmm5, eax // low fraction 128..1
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/23/changes/
android.R.attr.html 157 <A NAME="android.R.attr.fraction"></A>
158 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#fraction" target="_top"><code>fraction</code></A></nobr>
  /libcore/luni/src/main/java/javax/xml/datatype/
Duration.java 294 * @return seconds in the integer value. The fraction of seconds
658 * any fraction produced by the computation will be
677 * @throws IllegalStateException if operation produces fraction in
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
VectorDrawableTest.java 135 private void verifyVectorDrawables(int[] resIds, int[] goldenImages, float fraction) throws Exception {
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
TestSensorEnvironment.java 33 * It represents the fraction of the expected sampling frequency, at which the sensor can
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 256 // fraction of time to avoid busy looping.

Completed in 340 milliseconds

<<21222324252627282930>>