Searched refs:d2utable (Results 1 – 15 of 15) sorted by relevance
249 extern const uByte d2utable[DECMAXD2U+1];259 #define D2U(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+7)>>3))261 #define D2U(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+3)>>2))263 #define D2U(d) ((d)<=DECMAXD2U?d2utable[d]:((d)+DECDPUN-1)/DECDPUN)
68 #define d2utable __decd2utable macro
430 * decNumberSymbols.h (LNnn, d2utable): New.
185 const uByte d2utable[DECMAXD2U+1]=D2UTABLE; variable
350 * decNumberSymbols.h (LNnn, d2utable): New.