Searched refs:DPD2BIN (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/libdecnumber/
H A DdecDPDSymbols.h10 #define DPD2BIN __decDPD2BIN macro
H A DdecNumberLocal.h114 extern const uShort DPD2BIN[1024]; /* DPD -> 0-999 */
580 #define DPD2BIN0 DPD2BIN /* for prettier code */
632 (buf)[0]=DPD2BIN[sourhi&0x3ff]; \
633 (buf)[1]=DPD2BIN[(sourhi>>10)&0x3ff]; \
640 (buf)[0]=DPD2BIN[sourlo&0x3ff]; \
641 (buf)[1]=DPD2BIN[(sourlo>>10)&0x3ff]; \
642 (buf)[2]=DPD2BIN[(sourlo>>20)&0x3ff]; \
644 (buf)[3]=DPD2BIN[((sourhi<<2) | (sourlo>>30))&0x3ff]; \
645 (buf)[4]=DPD2BIN[(sourhi>>8)&0x3ff]; \
652 (buf)[0]=DPD2BIN[sourl
[all...]
H A DdecDPD.h41 /* uint16_t DPD2BIN[1024]; -- DPD -> BIN (0x3FF => 999) */
429 const uint16_t DPD2BIN[1024]={ 0, 1, 2, 3, 4, 5, 6, 7, variable
/netbsd-current/external/gpl3/gdb/dist/libdecnumber/
H A DdecDPDSymbols.h10 #define DPD2BIN __decDPD2BIN macro
H A DdecNumberLocal.h114 extern const uShort DPD2BIN[1024]; /* DPD -> 0-999 */
580 #define DPD2BIN0 DPD2BIN /* for prettier code */
632 (buf)[0]=DPD2BIN[sourhi&0x3ff]; \
633 (buf)[1]=DPD2BIN[(sourhi>>10)&0x3ff]; \
640 (buf)[0]=DPD2BIN[sourlo&0x3ff]; \
641 (buf)[1]=DPD2BIN[(sourlo>>10)&0x3ff]; \
642 (buf)[2]=DPD2BIN[(sourlo>>20)&0x3ff]; \
644 (buf)[3]=DPD2BIN[((sourhi<<2) | (sourlo>>30))&0x3ff]; \
645 (buf)[4]=DPD2BIN[(sourhi>>8)&0x3ff]; \
652 (buf)[0]=DPD2BIN[sourl
[all...]
H A DdecDPD.h41 /* uint16_t DPD2BIN[1024]; -- DPD -> BIN (0x3FF => 999) */
429 const uint16_t DPD2BIN[1024]={ 0, 1, 2, 3, 4, 5, 6, 7, variable
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecDPDSymbols.h10 #define DPD2BIN __decDPD2BIN macro
H A DdecNumberLocal.h114 extern const uShort DPD2BIN[1024]; /* DPD -> 0-999 */
580 #define DPD2BIN0 DPD2BIN /* for prettier code */
632 (buf)[0]=DPD2BIN[sourhi&0x3ff]; \
633 (buf)[1]=DPD2BIN[(sourhi>>10)&0x3ff]; \
640 (buf)[0]=DPD2BIN[sourlo&0x3ff]; \
641 (buf)[1]=DPD2BIN[(sourlo>>10)&0x3ff]; \
642 (buf)[2]=DPD2BIN[(sourlo>>20)&0x3ff]; \
644 (buf)[3]=DPD2BIN[((sourhi<<2) | (sourlo>>30))&0x3ff]; \
645 (buf)[4]=DPD2BIN[(sourhi>>8)&0x3ff]; \
652 (buf)[0]=DPD2BIN[sourl
[all...]
H A DdecDPD.h41 /* uint16_t DPD2BIN[1024]; -- DPD -> BIN (0x3FF => 999) */
429 const uint16_t DPD2BIN[1024]={ 0, 1, 2, 3, 4, 5, 6, 7, variable
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecDPDSymbols.h10 #define DPD2BIN __decDPD2BIN macro
H A DdecNumberLocal.h114 extern const uShort DPD2BIN[1024]; /* DPD -> 0-999 */
580 #define DPD2BIN0 DPD2BIN /* for prettier code */
632 (buf)[0]=DPD2BIN[sourhi&0x3ff]; \
633 (buf)[1]=DPD2BIN[(sourhi>>10)&0x3ff]; \
640 (buf)[0]=DPD2BIN[sourlo&0x3ff]; \
641 (buf)[1]=DPD2BIN[(sourlo>>10)&0x3ff]; \
642 (buf)[2]=DPD2BIN[(sourlo>>20)&0x3ff]; \
644 (buf)[3]=DPD2BIN[((sourhi<<2) | (sourlo>>30))&0x3ff]; \
645 (buf)[4]=DPD2BIN[(sourhi>>8)&0x3ff]; \
652 (buf)[0]=DPD2BIN[sourl
[all...]
H A DdecDPD.h41 /* uint16_t DPD2BIN[1024]; -- DPD -> BIN (0x3FF => 999) */
429 const uint16_t DPD2BIN[1024]={ 0, 1, 2, 3, 4, 5, 6, 7, variable
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/dpd/
H A Ddecimal128Symbols.h17 /* DPD2BIN and BIN2DPD are used in support for decimal32/decimal64/decimal128
20 #undef DPD2BIN macro
21 #define DPD2BIN __decnnDPD2BIN macro
H A Ddecimal32Symbols.h17 /* DPD2BIN and BIN2DPD are used in support for decimal32/decimal64/decimal128
20 #undef DPD2BIN macro
21 #define DPD2BIN __decnnDPD2BIN macro
H A Ddecimal64Symbols.h17 /* DPD2BIN and BIN2DPD are used in support for decimal32/decimal64/decimal128
20 #undef DPD2BIN macro
21 #define DPD2BIN __decnnDPD2BIN macro
/netbsd-current/external/gpl3/gdb/dist/libdecnumber/dpd/
H A Ddecimal128Symbols.h17 /* DPD2BIN and BIN2DPD are used in support for decimal32/decimal64/decimal128
20 #undef DPD2BIN macro
21 #define DPD2BIN __decnnDPD2BIN macro
H A Ddecimal32Symbols.h17 /* DPD2BIN and BIN2DPD are used in support for decimal32/decimal64/decimal128
20 #undef DPD2BIN macro
21 #define DPD2BIN __decnnDPD2BIN macro
H A Ddecimal64Symbols.h17 /* DPD2BIN and BIN2DPD are used in support for decimal32/decimal64/decimal128
20 #undef DPD2BIN macro
21 #define DPD2BIN __decnnDPD2BIN macro
H A Ddecimal32.c48 extern const uShort DPD2BIN[1024];
304 #define dpd2char u=&BIN2CHAR[DPD2BIN[dpd]*4]; \
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/dpd/
H A Ddecimal128Symbols.h17 /* DPD2BIN and BIN2DPD are used in support for decimal32/decimal64/decimal128
20 #undef DPD2BIN macro
21 #define DPD2BIN __decnnDPD2BIN macro
H A Ddecimal32Symbols.h17 /* DPD2BIN and BIN2DPD are used in support for decimal32/decimal64/decimal128
20 #undef DPD2BIN macro
21 #define DPD2BIN __decnnDPD2BIN macro
H A Ddecimal64Symbols.h17 /* DPD2BIN and BIN2DPD are used in support for decimal32/decimal64/decimal128
20 #undef DPD2BIN macro
21 #define DPD2BIN __decnnDPD2BIN macro
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/dpd/
H A Ddecimal128Symbols.h17 /* DPD2BIN and BIN2DPD are used in support for decimal32/decimal64/decimal128
20 #undef DPD2BIN macro
21 #define DPD2BIN __decnnDPD2BIN macro
H A Ddecimal32Symbols.h17 /* DPD2BIN and BIN2DPD are used in support for decimal32/decimal64/decimal128
20 #undef DPD2BIN macro
21 #define DPD2BIN __decnnDPD2BIN macro
H A Ddecimal64Symbols.h17 /* DPD2BIN and BIN2DPD are used in support for decimal32/decimal64/decimal128
20 #undef DPD2BIN macro
21 #define DPD2BIN __decnnDPD2BIN macro

Completed in 342 milliseconds

12