Lines Matching defs:__roundUp
317 int __roundUp = 0;
365 __roundUp = __lastDigit > 5;
371 __roundUp = __trailingZeros ? 2 : 1;
383 if (__roundUp != 0) {
405 __roundUp = 1;
407 if (__roundUp == 1 || __c % 2 != 0) {
570 int __roundUp = 0;
572 __roundUp = __lastDigit > 5;
584 __roundUp = __trailingZeros ? 2 : 1;
610 if (__roundUp != 0) {
624 __roundUp = 1;
626 if (__roundUp == 1 || __c % 2 != 0) {