OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECMAXD2U
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
decNumberLocal.h
230
#define
DECMAXD2U
49
231
extern const uByte d2utable[
DECMAXD2U
+1];
241
#define D2U(d) ((unsigned)((d)<=
DECMAXD2U
?d2utable[d]:((d)+7)>>3))
243
#define D2U(d) ((unsigned)((d)<=
DECMAXD2U
?d2utable[d]:((d)+3)>>2))
245
#define D2U(d) ((d)<=
DECMAXD2U
?d2utable[d]:((d)+DECDPUN-1)/DECDPUN)
[
all
...]
decNumber.c
187
const uByte d2utable[
DECMAXD2U
+1]=D2UTABLE;
[
all
...]
Completed in 557 milliseconds