Searched refs:factor (Results 1 – 9 of 9) sorted by relevance
39 int factor = 10; in timeMultiplyIntByVariable10() local41 result *= factor; in timeMultiplyIntByVariable10()47 int factor = 8; in timeMultiplyIntByVariable8() local49 result *= factor; in timeMultiplyIntByVariable8()
64 int factor = 2; in timeDivideIntByVariable2() local66 result /= factor; in timeDivideIntByVariable2()72 int factor = 10; in timeDivideIntByVariable10() local74 result /= factor; in timeDivideIntByVariable10()
85 int factor = 10; in timeMultiplyIntByVariable10() local87 result *= factor; in timeMultiplyIntByVariable10()93 int factor = 8; in timeMultiplyIntByVariable8() local95 result *= factor; in timeMultiplyIntByVariable8()
59 int factor = 2; in timeRemainderIntByVariable2() local61 result %= factor; in timeRemainderIntByVariable2()
1598 public static final int factor = 0; field in R
633 public Duration multiply(int factor) { in multiply() argument634 return multiply(BigDecimal.valueOf(factor)); in multiply()684 public abstract Duration multiply(final BigDecimal factor); in multiply() argument
232 int factor = 3; in testUpdate5() local234 + " SET field2=field2 *" + factor; in testUpdate5()
1976 public int factor; in test_shiftIntBits_II() field in MathTest.Tuple1978 public Tuple(int result, int value, int factor) { in test_shiftIntBits_II() argument1981 this.factor = factor; in test_shiftIntBits_II()2008 .intBitsToFloat(tuple.value), tuple.factor))); in test_shiftIntBits_II()2010 .intBitsToFloat(tuple.value), tuple.factor))); in test_shiftIntBits_II()2026 public int factor; in test_shiftLongBits_LL() field in MathTest.Tuple2028 public Tuple(long result, long value, int factor) { in test_shiftLongBits_LL() argument2031 this.factor = factor; in test_shiftLongBits_LL()2054 Double.longBitsToDouble(tuple.value), tuple.factor))); in test_shiftLongBits_LL()2056 -Double.longBitsToDouble(tuple.value), tuple.factor))); in test_shiftLongBits_LL()
225 int factor = 1; in FDBigInteger() local229 factor *= 10; in FDBigInteger()231 if (factor != 1) { in FDBigInteger()232 multAddMe(factor, v); in FDBigInteger()