Lines Matching refs:Int
54 extern void decDigitsFromDPD(decNumber *, const uInt *, Int);
55 extern void decDigitsToDPD(const decNumber *, uInt *, Int);
86 Int ae; /* adjusted exponent */ in decimal128FromNumber()
145 Int pad=0; /* coefficient pad digits */ in decimal128FromNumber()
202 Int need; /* .. */ in decimal128ToNumber()
287 Int exp; /* exponent top two bits or full */ in decimal128ToString()
293 Int dpd; /* .. */ in decimal128ToString()
294 Int pre, e; /* .. */ in decimal128ToString()
319 if (((Int)sourhi)<0) *c++='-'; /* handle sign */ in decimal128ToString()
421 Int thou=((e>>3)*1049)>>17; /* e/1000 */ in decimal128ToString()
422 Int rem=e-(1000*thou); /* e%1000 */ in decimal128ToString()
543 Int i, j=0; in decimal128Show()