HomeSort by relevance Sort by last modified time
    Searched refs:DECMAXD2U (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
decNumberLocal.h 218 #define DECMAXD2U 49
219 /*extern const uByte d2utable[DECMAXD2U+1];*/
229 #define D2U(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+7)>>3))
231 #define D2U(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+3)>>2))
233 #define D2U(d) ((d)<=DECMAXD2U?d2utable[d]:((d)+DECDPUN-1)/DECDPUN)
    [all...]
decNumber.c 188 static const uByte d2utable[DECMAXD2U+1]=D2UTABLE;
    [all...]

Completed in 24 milliseconds