HomeSort by relevance Sort by last modified time
    Searched refs:MAX_DIGITS (Results 1 - 20 of 20) sorted by null

  /external/icu/icu4c/source/tools/genrb/
rbutil.c 66 #define MAX_DIGITS 10
99 if(length<MAX_DIGITS){
  /external/linux-kselftest/tools/testing/selftests/sysctl/
sysctl.sh 85 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/
MathContext.java 299 private static final int MAX_DIGITS=999999999; // largest value for DIGITS. If increased,
429 if (setdigits>MAX_DIGITS)
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
MathContext.java 310 private static final int MAX_DIGITS=999999999; // largest value for DIGITS. If increased,
445 if (setdigits>MAX_DIGITS)
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
MathContext.java 310 private static final int MAX_DIGITS=999999999; // largest value for DIGITS. If increased,
445 if (setdigits>MAX_DIGITS)
  /external/icu/icu4c/source/i18n/
digitlst.h 44 MAX_DIGITS = MAX_I64_DIGITS,
50 MAX_DEC_DIGITS = MAX_DIGITS + DIGIT_PADDING + MAX_EXPONENT
compactdecimalformat.cpp 37 static const int32_t MAX_DIGITS = 15;
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 -1 even fo
    [all...]
digitlst.cpp 231 * @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)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
HudSystem.java 34 private static final int MAX_DIGITS = 4;
110 mCoinDigits = new int[MAX_DIGITS];
111 mRubyDigits = new int[MAX_DIGITS];
112 mFPSDigits = new int[MAX_DIGITS];
  /external/python/cpython3/Python/
dtoa.c 202 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
214 #if MAX_DIGITS > INT_MAX
215 #error "MAX_DIGITS should fit in an int"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 211 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
223 #if MAX_DIGITS > INT_MAX
224 #error "MAX_DIGITS should fit in an int"
    [all...]
  /external/python/cpython2/Python/
dtoa.c 211 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
223 #if MAX_DIGITS > INT_MAX
224 #error "MAX_DIGITS should fit in an int"
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 322 milliseconds