Home
last modified time | relevance | path

Searched refs:bigDecimals (Results 1 – 7 of 7) sorted by relevance

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/micro/org/openjdk/bench/java/math/
H A DBigDecimals.java53 private BigDecimal[] bigDecimals; field in BigDecimals
62 bigDecimals = new BigDecimal[TEST_SIZE]; in setup()
81 bigDecimals[i] = new BigDecimal(value); in setup()
133 for (BigDecimal s : bigDecimals) { in testToString()
144 for (BigDecimal s : bigDecimals) { in testSetScale()
154 for (BigDecimal s : bigDecimals) { in testSetScaleVarious()
165 for (BigDecimal s : bigDecimals) { in testAdd()
180 for (BigDecimal s : bigDecimals) { in testMultiply()
194 BigDecimal c = bigDecimals[0]; in testCompareTo()
195 for (BigDecimal s : bigDecimals) { in testCompareTo()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/micro/org/openjdk/bench/java/math/
H A DBigDecimals.java54 private BigDecimal[] bigDecimals; field in BigDecimals
63 bigDecimals = new BigDecimal[TEST_SIZE]; in setup()
82 bigDecimals[i] = new BigDecimal(value); in setup()
134 for (BigDecimal s : bigDecimals) { in testToString()
145 for (BigDecimal s : bigDecimals) { in testSetScale()
155 for (BigDecimal s : bigDecimals) { in testSetScaleVarious()
166 for (BigDecimal s : bigDecimals) { in testAdd()
181 for (BigDecimal s : bigDecimals) { in testMultiply()
195 BigDecimal c = bigDecimals[0]; in testCompareTo()
196 for (BigDecimal s : bigDecimals) { in testCompareTo()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/micro/org/openjdk/bench/java/math/
H A DBigDecimals.java54 private BigDecimal[] bigDecimals; field in BigDecimals
63 bigDecimals = new BigDecimal[TEST_SIZE]; in setup()
82 bigDecimals[i] = new BigDecimal(value); in setup()
134 for (BigDecimal s : bigDecimals) { in testToString()
145 for (BigDecimal s : bigDecimals) { in testSetScale()
155 for (BigDecimal s : bigDecimals) { in testSetScaleVarious()
166 for (BigDecimal s : bigDecimals) { in testAdd()
181 for (BigDecimal s : bigDecimals) { in testMultiply()
195 BigDecimal c = bigDecimals[0]; in testCompareTo()
196 for (BigDecimal s : bigDecimals) { in testCompareTo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/micro/org/openjdk/bench/java/math/
H A DBigDecimals.java53 private BigDecimal[] bigDecimals; field in BigDecimals
62 bigDecimals = new BigDecimal[TEST_SIZE]; in setup()
81 bigDecimals[i] = new BigDecimal(value); in setup()
133 for (BigDecimal s : bigDecimals) { in testToString()
144 for (BigDecimal s : bigDecimals) { in testSetScale()
154 for (BigDecimal s : bigDecimals) { in testSetScaleVarious()
165 for (BigDecimal s : bigDecimals) { in testAdd()
180 for (BigDecimal s : bigDecimals) { in testMultiply()
194 BigDecimal c = bigDecimals[0]; in testCompareTo()
195 for (BigDecimal s : bigDecimals) { in testCompareTo()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/micro/org/openjdk/bench/java/math/
H A DBigDecimals.java53 private BigDecimal[] bigDecimals; field in BigDecimals
62 bigDecimals = new BigDecimal[TEST_SIZE]; in setup()
81 bigDecimals[i] = new BigDecimal(value); in setup()
133 for (BigDecimal s : bigDecimals) { in testToString()
144 for (BigDecimal s : bigDecimals) { in testSetScale()
154 for (BigDecimal s : bigDecimals) { in testSetScaleVarious()
165 for (BigDecimal s : bigDecimals) { in testAdd()
180 for (BigDecimal s : bigDecimals) { in testMultiply()
194 BigDecimal c = bigDecimals[0]; in testCompareTo()
195 for (BigDecimal s : bigDecimals) { in testCompareTo()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/micro/org/openjdk/bench/java/math/
H A DBigDecimals.java54 private BigDecimal[] bigDecimals; field in BigDecimals
63 bigDecimals = new BigDecimal[TEST_SIZE]; in setup()
82 bigDecimals[i] = new BigDecimal(value); in setup()
134 for (BigDecimal s : bigDecimals) { in testToString()
145 for (BigDecimal s : bigDecimals) { in testSetScale()
155 for (BigDecimal s : bigDecimals) { in testSetScaleVarious()
166 for (BigDecimal s : bigDecimals) { in testAdd()
181 for (BigDecimal s : bigDecimals) { in testMultiply()
195 BigDecimal c = bigDecimals[0]; in testCompareTo()
196 for (BigDecimal s : bigDecimals) { in testCompareTo()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/
H A DDecimalTests.cs1325 decimal[] decimalValues = GetRandomData(out BigDecimal[] bigDecimals); in Test()
1329 BigDecimal b1 = bigDecimals[i]; in Test()
1333 int expected = b1.CompareTo(bigDecimals[j]); in Test()
1348 decimal[] decimalValues = GetRandomData(out BigDecimal[] bigDecimals); in Test()
1352 BigDecimal b1 = bigDecimals[i]; in Test()
1386 decimal[] decimalValues = GetRandomData(out BigDecimal[] bigDecimals); in Test()
1390 BigDecimal b1 = bigDecimals[i]; in Test()
1424 decimal[] decimalValues = GetRandomData(out BigDecimal[] bigDecimals); in Test()
1428 BigDecimal b1 = bigDecimals[i]; in Test()
1458 static decimal[] GetRandomData(out BigDecimal[] bigDecimals) in GetRandomData() argument
[all …]