Searched refs:usingBytes (Results 1 – 4 of 4) sorted by relevance
26 private boolean usingBytes = false; field in DecimalQuantity_DualStorageBCD92 if (usingBytes) { in getDigitPos()106 if (usingBytes) { in setDigitPos()121 if (!usingBytes && precision + numDigits > 16) { in shiftLeft()124 if (usingBytes) { in shiftLeft()142 if (usingBytes) { in shiftRight()160 if (usingBytes) { in popFromLeft()173 if (usingBytes) { in setBcdToZero()175 usingBytes = false; in setBcdToZero()194 assert !usingBytes; in readIntToBcd() local[all …]
28 private boolean usingBytes = false; field in DecimalQuantity_DualStorageBCD94 if (usingBytes) { in getDigitPos()108 if (usingBytes) { in setDigitPos()123 if (!usingBytes && precision + numDigits > 16) { in shiftLeft()126 if (usingBytes) { in shiftLeft()144 if (usingBytes) { in shiftRight()162 if (usingBytes) { in popFromLeft()175 if (usingBytes) { in setBcdToZero()177 usingBytes = false; in setBcdToZero()196 assert !usingBytes; in readIntToBcd() local[all …]
80 if (usingBytes) { in ~DecimalQuantity()83 usingBytes = false; in ~DecimalQuantity()939 if (usingBytes) { in getDigitPos()950 if (usingBytes) { in setDigitPos()964 if (!usingBytes && precision + numDigits > 16) { in shiftLeft()967 if (usingBytes) { in shiftLeft()984 if (usingBytes) { in shiftRight()1001 if (usingBytes) { in popFromLeft()1013 if (usingBytes) { in setBcdToZero()1016 usingBytes = false; in setBcdToZero()[all …]
278 inline bool isUsingBytes() { return usingBytes; } in isUsingBytes()369 bool usingBytes = false; variable