Lines Matching refs:uByte
190 static const uByte d2utable[DECMAXD2U+1]=D2UTABLE;
221 static const uByte DECSTICKYTAB[10]={1,1,2,3,4,6,6,7,8,9}; /* used if sticky */
252 decContext *, uByte, uInt *);
515 uByte bits=0; /* working flags [assume +ve] */
774 decAddOp(res, &dzero, rhs, set, (uByte)(rhs->bits & DECNEG), &status);
1788 uByte sub; /* add or subtract */
1995 uByte bits=0; /* result sign if errors */
2073 uByte rbits=rhs->bits; /* save */
2099 uByte rbits=rhs->bits; /* save */
3469 uByte sign; /* rhs sign */
3490 U_CAPI uByte * U_EXPORT2 uprv_decNumberGetBCD(const decNumber *dn, uByte *bcd) {
3491 uByte *ub=bcd+dn->digits-1; /* -> lsd */
3500 *ub=(uByte)(u%10); /* [*6554 trick inhibits, here] */
3524 U_CAPI decNumber * U_EXPORT2 uprv_decNumberSetBCD(decNumber *dn, const uByte *bcd, uInt n) {
3526 const uByte *ub=bcd; /* -> source msd */
3838 uByte negate, uInt *status) {
3847 uByte bits; /* result bits */
4026 bits=(uByte)(rhs->bits^negate); /* assumed sign is now that of RHS */
4085 res->bits=(uByte)(bits&DECNEG); /* it's now safe to overwrite.. */
4287 uByte bits; /* working sign */
4710 res->bits=(uByte)(bits&DECNEG); /* [cleaned] */
4813 res->bits=(uByte)(bits&DECNEG); /* [cleaned] */
4878 uByte bits; /* result sign */
4938 bits=(uByte)((lhs->bits^rhs->bits)&DECNEG);
6058 uByte merged; /* work */
6164 uByte slhs=(lhs->bits & DECNEG);
6165 uByte srhs=(rhs->bits & DECNEG);
6934 static const uByte resmap[10]={0, 3, 3, 3, 3, 5, 7, 7, 7, 7};
7397 uByte sign=dn->bits&DECNEG; /* clean and save sign bit */
8143 uByte *b, *b0; /* work */
8148 b0=(uByte *)alloc; /* as bytes */
8171 uByte *b, *b0; /* work */
8175 b0=(uByte *)alloc; /* as bytes */