Searched defs:SD2U (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumberLocal.h235 /* SD2U -- static D2U macro (for compile-time calculation) */
236 #define SD2U(d) (((d)+DECDPUN-1)/DECDPUN) macro
248 ((((SD2U(d)-1)*sizeof(Unit))+sizeof(decNumber)*2-1)/sizeof(decNumber))
/external/icu/icu4c/source/i18n/
H A DdecNumberLocal.h235 /* SD2U -- static D2U macro (for compile-time calculation) */
236 #define SD2U(d) (((d)+DECDPUN-1)/DECDPUN) macro
248 ((((SD2U(d)-1)*sizeof(Unit))+sizeof(decNumber)*2-1)/sizeof(decNumber))

Completed in 76 milliseconds