Searched refs:d2utable (Results 1 – 2 of 2) sorted by relevance
228 extern const uByte d2utable[DECMAXD2U+1];238 #define D2U(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+7)>>3))240 #define D2U(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+3)>>2))242 #define D2U(d) ((d)<=DECMAXD2U?d2utable[d]:((d)+DECDPUN-1)/DECDPUN)
176 const uByte d2utable[DECMAXD2U+1]=D2UTABLE; variable