Home
last modified time | relevance | path

Searched refs:uByte (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/libdecnumber/
H A DdecNumberLocal.h78 #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 DdecNumber.c176 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 DdecContext.c52 const uByte DECSTICKYTAB[10]={1,1,2,3,4,6,6,7,8,9}; /* used if sticky */
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal32.c51 extern const uByte BIN2CHAR[4001];
264 const uByte *u; /* .. */ in decimal32ToString()
H A Ddecimal128.c51 extern const uByte BIN2CHAR[4001];
294 const uByte *u; /* .. */ in decimal128ToString()
H A Ddecimal64.c51 extern const uByte BIN2CHAR[4001];
310 const uByte *u; /* .. */ in decimal64ToString()