/external/linux-kselftest/tools/testing/selftests/sysctl/ |
D | sysctl.sh | 81 if [ -z $MAX_DIGITS ]; then 82 MAX_DIGITS=$(($PAGE_SIZE/8)) 367 LIMIT=$((MAX_DIGITS -1)) 383 LIMIT=$((MAX_DIGITS)) 475 LIMIT=$((MAX_DIGITS -1)) 492 LIMIT=$((MAX_DIGITS))
|
/external/cronet/third_party/icu/source/tools/genrb/ |
D | rbutil.c | 66 #define MAX_DIGITS 10 macro 99 if(length<MAX_DIGITS){ in itostr()
|
/external/icu/icu4c/source/tools/genrb/ |
D | rbutil.c | 66 #define MAX_DIGITS 10 macro 99 if(length<MAX_DIGITS){ in itostr()
|
/external/rust/crates/minimal-lexical/src/ |
D | num.rs | 61 const MAX_DIGITS: usize; constant 205 const MAX_DIGITS: usize = 114; constant 253 const MAX_DIGITS: usize = 769; constant
|
D | slow.rs | 59 let (bigmant, digits) = parse_mantissa(integer, fraction, F::MAX_DIGITS); in slow()
|
/external/icu/android_icu4j/src/main/java/android/icu/math/ |
D | MathContext.java | 299 private static final int MAX_DIGITS=999999999; // largest value for DIGITS. If increased, field in MathContext 429 if (setdigits>MAX_DIGITS) in MathContext()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
D | MathContext.java | 310 private static final int MAX_DIGITS=999999999; // largest value for DIGITS. If increased, field in MathContext 445 if (setdigits>MAX_DIGITS) in MathContext()
|
/external/rust/crates/serde_json/src/lexical/ |
D | num.rs | 205 const MAX_DIGITS: usize; constant 318 const MAX_DIGITS: usize = 114; constant 382 const MAX_DIGITS: usize = 769; constant
|
D | bhcomp.rs | 29 let max_digits = F::MAX_DIGITS - 1; in parse_mantissa() 209 let count = F::MAX_DIGITS.min(integer_digits + fraction_digits - digits_start); in bhcomp()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | HudSystem.java | 34 private static final int MAX_DIGITS = 4; field in HudSystem 110 mCoinDigits = new int[MAX_DIGITS]; in HudSystem() 111 mRubyDigits = new int[MAX_DIGITS]; in HudSystem() 112 mFPSDigits = new int[MAX_DIGITS]; in HudSystem()
|
/external/rust/crates/minimal-lexical/tests/ |
D | slow_tests.rs | 268 let max_digits = f64::MAX_DIGITS; in parse_mantissa_test()
|
/external/python/cpython3/Python/ |
D | dtoa.c | 209 #ifndef MAX_DIGITS 210 #define MAX_DIGITS 1000000000U macro 218 #if MAX_DIGITS > INT_MAX 1512 if (ndigits > MAX_DIGITS || fraclen > MAX_DIGITS) { in _Py_dg_strtod()
|
/external/python/cpython2/Python/ |
D | dtoa.c | 214 #ifndef MAX_DIGITS 215 #define MAX_DIGITS 1000000000U macro 223 #if MAX_DIGITS > INT_MAX 1580 if (ndigits > MAX_DIGITS || fraclen > MAX_DIGITS) { in _Py_dg_strtod()
|
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/ |
D | FastDatePrinter.java | 695 private static final int MAX_DIGITS = 10; // log10(Integer.MAX_VALUE) ~= 9.3 field in FastDatePrinter 751 final char[] work = new char[MAX_DIGITS]; in appendFullDigits()
|
/external/cldr/tools/c/genldml/ |
D | genldml.cpp | 18 #define MAX_DIGITS 10 macro 202 if(length<MAX_DIGITS){ in itou()
|