Searched refs:DECIMAL32_Bytes (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/dpd/ |
H A D | decimal32.h | 37 #define DECIMAL32_Bytes 4 /* length */ macro 63 uint8_t bytes[DECIMAL32_Bytes]; /* decimal32: 1, 5, 6, 20 bits*/
|
H A D | decimal32.c | 414 return memcmp(d32, &canon, DECIMAL32_Bytes)==0; in decimal32IsCanonical() 464 char buf[DECIMAL32_Bytes*2+1]; in decimal32Show() 468 for (i=0; i<DECIMAL32_Bytes; i++, j+=2) { in decimal32Show() 476 for (i=0; i<DECIMAL32_Bytes; i++, j+=2) { in decimal32Show()
|
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/dpd/ |
H A D | decimal32.h | 37 #define DECIMAL32_Bytes 4 /* length */ macro 63 uint8_t bytes[DECIMAL32_Bytes]; /* decimal32: 1, 5, 6, 20 bits*/
|
H A D | decimal32.c | 414 return memcmp(d32, &canon, DECIMAL32_Bytes)==0; in decimal32IsCanonical() 464 char buf[DECIMAL32_Bytes*2+1]; in decimal32Show() 468 for (i=0; i<DECIMAL32_Bytes; i++, j+=2) { in decimal32Show() 476 for (i=0; i<DECIMAL32_Bytes; i++, j+=2) { in decimal32Show()
|
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/dpd/ |
H A D | decimal32.h | 37 #define DECIMAL32_Bytes 4 /* length */ macro 63 uint8_t bytes[DECIMAL32_Bytes]; /* decimal32: 1, 5, 6, 20 bits*/
|
H A D | decimal32.c | 414 return memcmp(d32, &canon, DECIMAL32_Bytes)==0; in decimal32IsCanonical() 464 char buf[DECIMAL32_Bytes*2+1]; in decimal32Show() 468 for (i=0; i<DECIMAL32_Bytes; i++, j+=2) { in decimal32Show() 476 for (i=0; i<DECIMAL32_Bytes; i++, j+=2) { in decimal32Show()
|
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/dpd/ |
H A D | decimal32.h | 37 #define DECIMAL32_Bytes 4 /* length */ macro 63 uint8_t bytes[DECIMAL32_Bytes]; /* decimal32: 1, 5, 6, 20 bits*/
|
H A D | decimal32.c | 414 return memcmp(d32, &canon, DECIMAL32_Bytes)==0; in decimal32IsCanonical() 464 char buf[DECIMAL32_Bytes*2+1]; in decimal32Show() 468 for (i=0; i<DECIMAL32_Bytes; i++, j+=2) { in decimal32Show() 476 for (i=0; i<DECIMAL32_Bytes; i++, j+=2) { in decimal32Show()
|