Searched refs:uByte (Results 1 – 6 of 6) sorted by relevance
/qemu/include/libdecnumber/ |
H A D | decNumberLocal.h | 79 #define uByte uint8_t macro 100 extern const uByte DECSTICKYTAB[10]; /* re-round digits if sticky */ 107 extern const uByte DPD2BCD8[4096]; /* DPD -> ddd + len */ 108 extern const uByte BIN2BCD8[4000]; /* 0-999 -> 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]; \ [all …]
|
/qemu/libdecnumber/ |
H A D | decNumber.c | 177 const uByte d2utable[DECMAXD2U+1]=D2UTABLE; 225 decContext *, uByte, uInt *); 656 uByte bits=0; /* working flags [assume +ve] */ in decNumberFromString() 913 decAddOp(res, &dzero, rhs, set, (uByte)(rhs->bits & DECNEG), &status); in decNumberAbs() 1919 uByte sub; /* add or subtract */ in decNumberNextToward() 2126 uByte bits=0; /* result sign if errors */ in decNumberPower() 2204 uByte rbits=rhs->bits; /* save */ in decNumberPower() 2230 uByte rbits=rhs->bits; /* save */ in decNumberPower() 3584 uByte sign; /* rhs sign */ in decNumberCopySign() 3605 uByte * decNumberGetBCD(const decNumber *dn, uint8_t *bcd) { in decNumberGetBCD() [all …]
|
H A D | decContext.c | 53 const uByte DECSTICKYTAB[10]={1,1,2,3,4,6,6,7,8,9}; /* used if sticky */
|
/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()
|