OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SD2U
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
decNumberLocal.h
247
/*
SD2U
-- static D2U macro (for compile-time calculation) */
248
#define
SD2U
(d) (((d)+DECDPUN-1)/DECDPUN)
260
((((
SD2U
(d)-1)*sizeof(Unit))+sizeof(decNumber)*2-1)/sizeof(decNumber))
[
all
...]
decNumber.c
500
Unit resbuff[
SD2U
(DECBUFFER+9)];/* local buffer in case need temporary */
[
all
...]
Completed in 1185 milliseconds