OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECUSE64
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
decNumberLocal.h
39
#if !defined(
DECUSE64
)
40
#define
DECUSE64
1 /* 1=use int64s, 0=int32 & smaller only */
76
#if
DECUSE64
[
all
...]
decNumber.c
49
/* c) If DECDPUN>4 or
DECUSE64
=1, the C99 64-bit int64_t and */
50
/* uint64_t types may be used. To avoid these, set
DECUSE64
=0 */
226
#if !
DECUSE64
227
#error decNumber.c:
DECUSE64
must be 1 when DECDPUN>4
[
all
...]
Completed in 18 milliseconds