/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | StringTokenizerTest.java | 648 int[] invalid = {UnicodeSet.MIN_VALUE-1, UnicodeSet.MIN_VALUE-2, in TestIndexOf() 650 int[] valid = {UnicodeSet.MIN_VALUE, UnicodeSet.MIN_VALUE+1, in TestIndexOf() 695 int[] invalid = {UnicodeSet.MIN_VALUE-1, UnicodeSet.MIN_VALUE-2, in TestAdd_int_int() 711 us.add(UnicodeSet.MIN_VALUE, invalid[i]); in TestAdd_int_int() 719 if(!(us.add(UnicodeSet.MIN_VALUE+1, UnicodeSet.MIN_VALUE).equals(us))) in TestAdd_int_int() 721 + "the same object because start of value " + (UnicodeSet.MIN_VALUE+1) in TestAdd_int_int() 722 + " is greater than end of value " + UnicodeSet.MIN_VALUE); in TestAdd_int_int() 737 int[] invalid = {UnicodeSet.MIN_VALUE-1, UnicodeSet.MIN_VALUE-2, in TestAdd_int() 807 int[] invalid = {UnicodeSet.MIN_VALUE-1, UnicodeSet.MIN_VALUE-2, in TestRetain_int_int() 823 us.retain(UnicodeSet.MIN_VALUE, invalid[i]); in TestRetain_int_int() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | StringTokenizerTest.java | 645 int[] invalid = {UnicodeSet.MIN_VALUE-1, UnicodeSet.MIN_VALUE-2, in TestIndexOf() 647 int[] valid = {UnicodeSet.MIN_VALUE, UnicodeSet.MIN_VALUE+1, in TestIndexOf() 692 int[] invalid = {UnicodeSet.MIN_VALUE-1, UnicodeSet.MIN_VALUE-2, in TestAdd_int_int() 708 us.add(UnicodeSet.MIN_VALUE, invalid[i]); in TestAdd_int_int() 716 if(!(us.add(UnicodeSet.MIN_VALUE+1, UnicodeSet.MIN_VALUE).equals(us))) in TestAdd_int_int() 718 + "the same object because start of value " + (UnicodeSet.MIN_VALUE+1) in TestAdd_int_int() 719 + " is greater than end of value " + UnicodeSet.MIN_VALUE); in TestAdd_int_int() 734 int[] invalid = {UnicodeSet.MIN_VALUE-1, UnicodeSet.MIN_VALUE-2, in TestAdd_int() 805 int[] invalid = {UnicodeSet.MIN_VALUE-1, UnicodeSet.MIN_VALUE-2, in TestRetain_int_int() 821 us.retain(UnicodeSet.MIN_VALUE, invalid[i]); in TestRetain_int_int() [all …]
|
/third_party/node/test/js-native-api/test_number/ |
D | test.js | 30 testNumber(Number.MIN_VALUE); 82 testInt32(-Number.MIN_VALUE, 0); 83 testInt32(Number.MIN_VALUE, 0); 120 testInt64(-Number.MIN_VALUE, 0); 121 testInt64(Number.MIN_VALUE, 0);
|
/third_party/jerryscript/tests/jerry-test-suite/15/15.07/15.07.03/15.07.03.03/ |
D | 15.07.03.03-004.js | 15 var b = Number.MIN_VALUE 16 Number.MIN_VALUE = 0 17 assert(Number.MIN_VALUE === b);
|
D | 15.07.03.03-003.js | 15 assert(Number.MIN_VALUE === 5e-324);
|
D | 15.07.03.03-005.js | 15 assert(!(delete Number.MIN_VALUE));
|
D | 15.07.03.03-002.js | 15 assert(Number.MIN_VALUE === 5e-324);
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/ |
D | ByteArrayTest.kt | 28 Byte.MIN_VALUE to byteArrayOf(-128), in testByte() 44 Short.MIN_VALUE to byteArrayOf(0, -128), in testShort() 61 Int.MIN_VALUE to byteArrayOf(0, 0, 0, -128), in testInt() 78 Long.MIN_VALUE to byteArrayOf(0, 0, 0, 0, 0, 0, 0, -128), in testLong() 94 ULong.MIN_VALUE to byteArrayOf(0, 0, 0, 0, 0, 0, 0, 0), in testULong() 110 Float.MIN_VALUE to byteArrayOf(1, 0, 0, 0), in testFloat() 125 Double.MIN_VALUE to byteArrayOf(1, 0, 0, 0, 0, 0, 0, 0), in testDouble()
|
/third_party/jerryscript/tests/jerry-test-suite/11/11.06/11.06.03/ |
D | 11.06.03-013.js | 15 assert(!(Number.MIN_VALUE + -Number.MIN_VALUE !== +0))
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | DecodeUtf8Test.java | 31 for (int i = Byte.MIN_VALUE; i <= Byte.MAX_VALUE; i++) { in testOneByte() 44 for (int i = Byte.MIN_VALUE; i <= Byte.MAX_VALUE; i++) { in testTwoBytes() 45 for (int j = Byte.MIN_VALUE; j <= Byte.MAX_VALUE; j++) { in testTwoBytes() 62 for (int i = Byte.MIN_VALUE; i <= Byte.MAX_VALUE; i++) { in testThreeBytes() 63 for (int j = Byte.MIN_VALUE; j <= Byte.MAX_VALUE; j++) { in testThreeBytes() 64 for (int k = Byte.MIN_VALUE; k <= Byte.MAX_VALUE; k++) { in testThreeBytes()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
D | UCharacterNameIterator.java | 150 if (start < UCharacter.MIN_VALUE) { in setRange() 151 m_start_ = UCharacter.MIN_VALUE; in setRange() 182 m_start_ = UCharacter.MIN_VALUE; in UCharacterNameIterator()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UCharacterNameIterator.java | 150 if (start < UCharacter.MIN_VALUE) { in setRange() 151 m_start_ = UCharacter.MIN_VALUE; in setRange() 182 m_start_ = UCharacter.MIN_VALUE; in UCharacterNameIterator()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | IntlTestNumberFormat.java | 132 tryIt(Integer.MIN_VALUE); in _testFormat() 134 tryIt((double)Integer.MIN_VALUE); in _testFormat() 136 tryIt(Integer.MIN_VALUE - 1.0); in _testFormat()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestNumberFormat.java | 129 tryIt(Integer.MIN_VALUE); in _testFormat() 131 tryIt((double)Integer.MIN_VALUE); in _testFormat() 133 tryIt(Integer.MIN_VALUE - 1.0); in _testFormat()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICUCurrencyMetaInfo.java | 88 if (filter.from != Long.MIN_VALUE || filter.to != Long.MAX_VALUE) { in collect() 129 long from = Long.MIN_VALUE; in collectRegion() 142 from = getDate(r.at("from"), Long.MIN_VALUE, false); in collectRegion()
|
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
D | ICUCurrencyMetaInfo.java | 86 if (filter.from != Long.MIN_VALUE || filter.to != Long.MAX_VALUE) { in collect() 127 long from = Long.MIN_VALUE; in collectRegion() 140 from = getDate(r.at("from"), Long.MIN_VALUE, false); in collectRegion()
|
/third_party/jerryscript/tests/jerry-test-suite/11/11.05/11.05.02/ |
D | 11.05.02-088.js | 15 assert(Number.MIN_VALUE / 2 === 0)
|
D | 11.05.02-089.js | 15 assert(2 / Number.MIN_VALUE === Number.POSITIVE_INFINITY)
|
D | 11.05.02-044.js | 15 assert(isNaN(Number.NaN / Number.MIN_VALUE) === true)
|
/third_party/jerryscript/tests/jerry-test-suite/11/11.05/11.05.01/ |
D | 11.05.01-088.js | 15 assert(Number.MIN_VALUE * (-0.5) === -0)
|
D | 11.05.01-089.js | 15 assert(0.1 * Number.MIN_VALUE === +0)
|
D | 11.05.01-044.js | 15 assert(isNaN(Number.NaN * Number.MIN_VALUE) === true)
|
/third_party/jerryscript/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.05/ |
D | 15.08.02.05-003.js | 15 assert(Math.atan2(Number.MIN_VALUE, +0) === Math.PI / 2);
|
D | 15.08.02.05-014.js | 15 assert(Math.atan2(-0, -Number.MIN_VALUE) === -Math.PI);
|
D | 15.08.02.05-009.js | 15 assert(Math.atan2(+0, -Number.MIN_VALUE) === Math.PI);
|