Lines Matching full:decnumber
48 // A wrapper onto decNumber.
133 decNumber n; // Has space for only a none digit value.
151 decNumber result;
239 // For most modes, the meaning and names are the same between the decNumber library
290 // Account for difference in how zero is represented between DigitList & decNumber.
311 // decNumber keeps one digit (with that digit being a zero)
359 // This function is horribly inefficient to implement with decNumber because
371 // that the old DigitList and decNumber represent it.
372 // digit cout was zero for digitList, is one for decNumber
386 // digits. With decNumber's decimal being after the
449 // Note: 14 is a magic constant from the decNumber library documentation,
566 * Format is as defined by the decNumber library, for interchange of
575 // than the number of digits. So says the decNumber library doc.
714 * as a StringPiece because that is what the decNumber library wants.
729 decNumber *t = fStorage.resize(numDigits, fStorage.getCapacity());
761 // Create a decNumber from the string.
828 decNumber *newBuffer = fStorage.resize(requestedCapacity, fStorage.getCapacity());
863 decNumber scale; // Dummy decimal number, but with the desired number of