Searched refs:uByte (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/include/libdecnumber/ |
| H A D | decNumberLocal.h | 78 #define uByte uint8_t macro 99 extern const uByte DECSTICKYTAB[10]; /* re-round digits if sticky */ 106 extern const uByte DPD2BCD8[4096]; /* DPD -> ddd + len */ 107 extern const uByte BIN2BCD8[4000]; /* 0-999 -> ddd + len */ 137 #define UBYTEAT(b) (*((uByte *)(b))) 228 extern const uByte d2utable[DECMAXD2U+1]; 289 uByte *msd; /* -> most significant digit */ 290 uByte *lsd; /* -> least ditto */ 480 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 486 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ [all …]
|
| /openbmc/qemu/libdecnumber/ |
| H A D | decNumber.c | 176 const uByte d2utable[DECMAXD2U+1]=D2UTABLE; 224 decContext *, uByte, uInt *); 655 uByte bits=0; /* working flags [assume +ve] */ in decNumberFromString() 912 decAddOp(res, &dzero, rhs, set, (uByte)(rhs->bits & DECNEG), &status); in decNumberAbs() 1918 uByte sub; /* add or subtract */ in decNumberNextToward() 2125 uByte bits=0; /* result sign if errors */ in decNumberPower() 2203 uByte rbits=rhs->bits; /* save */ in decNumberPower() 2229 uByte rbits=rhs->bits; /* save */ in decNumberPower() 3583 uByte sign; /* rhs sign */ in decNumberCopySign() 3604 uByte * decNumberGetBCD(const decNumber *dn, uint8_t *bcd) { in decNumberGetBCD() [all …]
|
| H A D | decContext.c | 52 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 | 51 extern const uByte BIN2CHAR[4001]; 264 const uByte *u; /* .. */ in decimal32ToString()
|
| H A D | decimal128.c | 51 extern const uByte BIN2CHAR[4001]; 294 const uByte *u; /* .. */ in decimal128ToString()
|
| H A D | decimal64.c | 51 extern const uByte BIN2CHAR[4001]; 310 const uByte *u; /* .. */ in decimal64ToString()
|