Home
last modified time | relevance | path

Searched refs:d2utable (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libdecnumber/
H A DdecNumberLocal.h250 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)
H A DdecNumberSymbols.h68 #define d2utable __decd2utable macro
H A DdecNumber.c185 const uByte d2utable[DECMAXD2U+1]=D2UTABLE; variable
/dflybsd-src/contrib/gcc-8.0/libdecnumber/
H A DdecNumberLocal.h249 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)
H A DdecNumberSymbols.h68 #define d2utable __decd2utable macro
H A DdecNumber.c185 const uByte d2utable[DECMAXD2U+1]=D2UTABLE; variable
/dflybsd-src/contrib/gdb-7/libdecnumber/
H A DdecNumberLocal.h250 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)
H A DdecNumberSymbols.h68 #define d2utable __decd2utable macro
H A DdecNumber.c185 const uByte d2utable[DECMAXD2U+1]=D2UTABLE; variable