Searched refs:d2utable (Results 1 – 9 of 9) sorted by relevance
250 extern const uByte d2utable[DECMAXD2U+1];260 #define D2U(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+7)>>3))262 #define D2U(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+3)>>2))264 #define D2U(d) ((d)<=DECMAXD2U?d2utable[d]:((d)+DECDPUN-1)/DECDPUN)
68 #define d2utable __decd2utable macro
185 const uByte d2utable[DECMAXD2U+1]=D2UTABLE; variable
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)