Searched refs:usingBytes (Results 1 – 8 of 8) sorted by relevance
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()197 assert !usingBytes; in readIntToBcd() local[all …]
27 private boolean usingBytes = false; field in DecimalQuantity_DualStorageBCD141 if (usingBytes) { in getDigitPos()155 if (usingBytes) { in setDigitPos()170 if (!usingBytes && precision + numDigits > 16) { in shiftLeft()173 if (usingBytes) { in shiftLeft()186 if (usingBytes) { in shiftRight()204 if (usingBytes) { in popFromLeft()217 if (usingBytes) { in setBcdToZero()219 usingBytes = false; in setBcdToZero()239 assert !usingBytes; in readIntToBcd() local[all …]
81 if (usingBytes) { in ~DecimalQuantity()84 usingBytes = false; in ~DecimalQuantity()985 if (usingBytes) { in getDigitPos()996 if (usingBytes) { in setDigitPos()1010 if (!usingBytes && precision + numDigits > 16) { in shiftLeft()1013 if (usingBytes) { in shiftLeft()1025 if (usingBytes) { in shiftRight()1042 if (usingBytes) { in popFromLeft()1054 if (usingBytes) { in setBcdToZero()1057 usingBytes = false; in setBcdToZero()[all …]
314 inline bool isUsingBytes() { return usingBytes; } in isUsingBytes()409 bool usingBytes = false; variable
81 if (usingBytes) { in ~DecimalQuantity()84 usingBytes = false; in ~DecimalQuantity()1105 if (usingBytes) { in getDigitPos()1116 if (usingBytes) { in setDigitPos()1130 if (!usingBytes && precision + numDigits > 16) { in shiftLeft()1133 if (usingBytes) { in shiftLeft()1145 if (usingBytes) { in shiftRight()1162 if (usingBytes) { in popFromLeft()1174 if (usingBytes) { in setBcdToZero()1177 usingBytes = false; in setBcdToZero()[all …]
337 inline bool isUsingBytes() { return usingBytes; } in isUsingBytes()432 bool usingBytes = false; variable