Searched refs:MAX_DIGITS (Results 1 - 14 of 14) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
H A Drbutil.c66 #define MAX_DIGITS 10 macro
99 if(length<MAX_DIGITS){
/external/linux-kselftest/tools/testing/selftests/sysctl/
H A Dsysctl.sh85 if [ -z $MAX_DIGITS ]; then
86 MAX_DIGITS=$(($PAGE_SIZE/8))
294 LIMIT=$((MAX_DIGITS -1))
310 LIMIT=$((MAX_DIGITS))
401 # MAX_DIGITS, this is a known limitation. Test limit works.
402 LIMIT=$((MAX_DIGITS -1))
419 LIMIT=$((MAX_DIGITS))
/external/icu/android_icu4j/src/main/java/android/icu/math/
H A DMathContext.java299 private static final int MAX_DIGITS=999999999; // largest value for DIGITS. If increased, field in class:MathContext
429 if (setdigits>MAX_DIGITS)
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
H A DMathContext.java310 private static final int MAX_DIGITS=999999999; // largest value for DIGITS. If increased, field in class:MathContext
445 if (setdigits>MAX_DIGITS)
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DMathContext.java310 private static final int MAX_DIGITS=999999999; // largest value for DIGITS. If increased, field in class:MathContext
445 if (setdigits>MAX_DIGITS)
/external/icu/icu4c/source/i18n/
H A Ddigitlst.h44 MAX_DIGITS = MAX_I64_DIGITS, enumerator in enum:EDigitListValues
50 MAX_DEC_DIGITS = MAX_DIGITS + DIGIT_PADDING + MAX_EXPONENT
H A Dcompactdecimalformat.cpp37 static const int32_t MAX_DIGITS = 15; variable
90 double divisors[MAX_DIGITS];
91 // Maps plural variants to CDFUnit[MAX_DIGITS] arrays.
438 for (int32_t i = 0; i < MAX_DIGITS; ++i) {
655 if (log10Value >= MAX_DIGITS) continue;
892 for (int32_t log10Value = 0; log10Value < MAX_DIGITS; ++log10Value) {
922 UBool definedInCLDR[MAX_DIGITS];
924 for (int32_t i = 0; i < MAX_DIGITS; ++i) {
938 for (int32_t i = 0; i < MAX_DIGITS; ++i) {
955 // value computeLog10 will return MAX_DIGITS
[all...]
H A Ddigitlst.cpp231 * @param outputStr The string to output to. Must be at least MAX_DIGITS+2 in length (21),
241 const int32_t MAX_IDX = MAX_DIGITS+2;
537 char rep[MAX_DIGITS];
760 char str[MAX_DIGITS+2]; // Leave room for sign and trailing nul.
841 char rep[MAX_DIGITS + 8]; // Extra space for '+', '.', e+NNN, and '\0' (actually +8 is enough)
/external/replicaisland/src/com/replica/replicaisland/
H A DHudSystem.java34 private static final int MAX_DIGITS = 4; field in class:HudSystem
110 mCoinDigits = new int[MAX_DIGITS];
111 mRubyDigits = new int[MAX_DIGITS];
112 mFPSDigits = new int[MAX_DIGITS];
/external/python/cpython3/Python/
H A Ddtoa.c202 the number of digits that follow the decimal point. Ideally, MAX_DIGITS
203 should satisfy MAX_DIGITS + 400 < MAX_ABS_EXP; that ensures that the
205 #ifndef MAX_DIGITS
206 #define MAX_DIGITS 1000000000U macro
214 #if MAX_DIGITS > INT_MAX
215 #error "MAX_DIGITS should fit in an int"
1507 if (ndigits > MAX_DIGITS || fraclen > MAX_DIGITS) {
/external/python/cpython2/Python/
H A Ddtoa.c211 the number of digits that follow the decimal point. Ideally, MAX_DIGITS
212 should satisfy MAX_DIGITS + 400 < MAX_ABS_EXP; that ensures that the
214 #ifndef MAX_DIGITS
215 #define MAX_DIGITS 1000000000U macro
223 #if MAX_DIGITS > INT_MAX
224 #error "MAX_DIGITS should fit in an int"
1580 if (ndigits > MAX_DIGITS || fraclen > MAX_DIGITS) {
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 600 milliseconds