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