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