OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_DIGITS
(Results
1 - 12
of
12
) sorted by null
/external/icu/icu4c/source/tools/genrb/
rbutil.c
66
#define
MAX_DIGITS
10
99
if(length<
MAX_DIGITS
){
/external/openssh/openbsd-compat/
fmt_scaled.c
70
#define
MAX_DIGITS
(SCALE_LENGTH * 3) /* XXX strlen(sprintf("%lld", -1)? */
124
if (fract_digits >=
MAX_DIGITS
-1)
135
if (++ndigits >=
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/linux-kselftest/tools/testing/selftests/sysctl/
sysctl.sh
88
if [ -z $
MAX_DIGITS
]; then
89
MAX_DIGITS
=$(($PAGE_SIZE/8))
299
LIMIT=$((
MAX_DIGITS
-1))
315
LIMIT=$((
MAX_DIGITS
))
406
#
MAX_DIGITS
, this is a known limitation. Test limit works.
407
LIMIT=$((
MAX_DIGITS
-1))
424
LIMIT=$((
MAX_DIGITS
))
/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
...]
/external/cldr/tools/c/genldml/
genldml.cpp
18
#define
MAX_DIGITS
10
202
if(length<
MAX_DIGITS
){
[
all
...]
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 1437 milliseconds