Searched refs:uByte (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/libdecnumber/ |
H A D | decNumberLocal.h | 79 #define uByte uint8_t macro 107 extern const uByte DPD2BCD8[4096]; /* DPD -> ddd + len */ 138 #define UBYTEAT(b) (*((uByte *)(b))) 229 extern const uByte d2utable[DECMAXD2U+1]; 290 uByte *msd; /* -> most significant digit */ 291 uByte *lsd; /* -> least ditto */ 481 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 487 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 498 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 509 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ [all …]
|
/openbmc/qemu/libdecnumber/ |
H A D | decNumber.c | 225 decContext *, uByte, uInt *); 1919 uByte sub; /* add or subtract */ in decNumberNextToward() 3584 uByte sign; /* rhs sign */ in decNumberCopySign() 3952 uByte negate, uInt *status) { in decAddOp() 3961 uByte bits; /* result bits */ in decAddOp() 4399 uByte bits; /* working sign */ in decDivideOp() 6160 uByte merged; /* work */ 6266 uByte slhs=(lhs->bits & DECNEG); 6267 uByte srhs=(rhs->bits & DECNEG); 8276 uByte *b, *b0; /* .. */ [all …]
|
H A D | decContext.c | 53 const uByte DECSTICKYTAB[10]={1,1,2,3,4,6,6,7,8,9}; /* used if sticky */
|
/openbmc/qemu/libdecnumber/dpd/ |
H A D | decimal32.c | 52 extern const uByte BIN2CHAR[4001]; 265 const uByte *u; /* .. */ in decimal32ToString()
|
H A D | decimal128.c | 52 extern const uByte BIN2CHAR[4001]; 295 const uByte *u; /* .. */ in decimal128ToString()
|
H A D | decimal64.c | 52 extern const uByte BIN2CHAR[4001]; 311 const uByte *u; /* .. */ in decimal64ToString()
|