Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/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 DChangeLog430 * decNumberSymbols.h (LNnn, d2utable): New.
H A DdecNumber.c185 const uByte d2utable[DECMAXD2U+1]=D2UTABLE; variable
/netbsd-src/external/gpl3/gcc.old/dist/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
/netbsd-src/external/gpl3/gdb/dist/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 DChangeLog350 * decNumberSymbols.h (LNnn, d2utable): New.
H A DdecNumber.c185 const uByte d2utable[DECMAXD2U+1]=D2UTABLE; variable
/netbsd-src/external/gpl3/gdb.old/dist/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 DChangeLog350 * decNumberSymbols.h (LNnn, d2utable): New.
H A DdecNumber.c185 const uByte d2utable[DECMAXD2U+1]=D2UTABLE; variable