Searched defs:decimals (Results 1 - 5 of 5) sorted by relevance

/external/fio/lib/
H A Dnum2str.c17 unsigned int modulo, decimals; local
60 decimals = maxlen - strlen(tmp);
61 if (decimals <= 1) {
69 if (strlen(tmp) <= decimals - 1)
/external/libexif/libexif/
H A Dexif-entry.c546 int decimals = (int)(log10(v_rat.denominator)-0.08+1.0); local
548 decimals,
569 int decimals = (int)(log10(fabs(v_srat.denominator))-0.08+1.0); local
571 decimals,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java637 this(n, decimals(n));
651 * Return a guess as to the number of decimals that would be displayed. This is only a guess; callers should
652 * always supply the decimals explicitly if possible. Currently, it is up to 6 decimals (without trailing zeros).
659 public static int decimals(double n) { method in class:PluralRules.FixedDecimal
671 long temp = (long)(n * 1000000) % 1000000; // get 6 decimals
928 throw new IllegalArgumentException("Ranges must have the same number of visible decimals: " + start + "~" + end);
/external/messageformat/java/com/ibm/icu/simple/
H A DPluralRules.java624 this(n, decimals(n));
638 * Return a guess as to the number of decimals that would be displayed. This is only a guess; callers should
639 * always supply the decimals explicitly if possible. Currently, it is up to 6 decimals (without trailing zeros).
646 public static int decimals(double n) { method in class:PluralRules.FixedDecimal
655 long temp = (long)(n * 1000000) % 1000000; // get 6 decimals
912 throw new IllegalArgumentException("Ranges must have the same number of visible decimals: " + start + "~" + end);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 173 milliseconds