Home
last modified time | relevance | path

Searched refs:toUint32 (Results 1 – 25 of 1479) sorted by relevance

12345678910>>...60

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/nashorn/src/jdk/nashorn/internal/runtime/test/
H A DJSTypeTest.java117 assertEquals(JSType.toUint32(+0.0), 0); in testToUint32()
118 assertEquals(JSType.toUint32(-0.0), 0); in testToUint32()
119 assertEquals(JSType.toUint32(Double.NaN), 0); in testToUint32()
127 assertEquals(JSType.toUint32(4294967296.0d), 0); in testToUint32()
128 assertEquals(JSType.toUint32(4294967297.0d), 1); in testToUint32()
129 assertEquals(JSType.toUint32(-4294967295.0d), 1); in testToUint32()
130 assertEquals(JSType.toUint32(-4294967296.0d), 0); in testToUint32()
133 assertEquals(JSType.toUint32(4294967296.6d), 0); in testToUint32()
134 assertEquals(JSType.toUint32(4294967297.6d), 1); in testToUint32()
135 assertEquals(JSType.toUint32(-4294967295.6d), 1); in testToUint32()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/nashorn/src/jdk/nashorn/internal/runtime/test/
H A DJSTypeTest.java117 assertEquals(JSType.toUint32(+0.0), 0); in testToUint32()
118 assertEquals(JSType.toUint32(-0.0), 0); in testToUint32()
119 assertEquals(JSType.toUint32(Double.NaN), 0); in testToUint32()
127 assertEquals(JSType.toUint32(4294967296.0d), 0); in testToUint32()
128 assertEquals(JSType.toUint32(4294967297.0d), 1); in testToUint32()
129 assertEquals(JSType.toUint32(-4294967295.0d), 1); in testToUint32()
130 assertEquals(JSType.toUint32(-4294967296.0d), 0); in testToUint32()
133 assertEquals(JSType.toUint32(4294967296.6d), 0); in testToUint32()
134 assertEquals(JSType.toUint32(4294967297.6d), 1); in testToUint32()
135 assertEquals(JSType.toUint32(-4294967295.6d), 1); in testToUint32()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/nashorn/src/jdk/nashorn/internal/runtime/test/
H A DJSTypeTest.java117 assertEquals(JSType.toUint32(+0.0), 0); in testToUint32()
118 assertEquals(JSType.toUint32(-0.0), 0); in testToUint32()
119 assertEquals(JSType.toUint32(Double.NaN), 0); in testToUint32()
127 assertEquals(JSType.toUint32(4294967296.0d), 0); in testToUint32()
128 assertEquals(JSType.toUint32(4294967297.0d), 1); in testToUint32()
129 assertEquals(JSType.toUint32(-4294967295.0d), 1); in testToUint32()
130 assertEquals(JSType.toUint32(-4294967296.0d), 0); in testToUint32()
133 assertEquals(JSType.toUint32(4294967296.6d), 0); in testToUint32()
134 assertEquals(JSType.toUint32(4294967297.6d), 1); in testToUint32()
135 assertEquals(JSType.toUint32(-4294967295.6d), 1); in testToUint32()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/nashorn/src/jdk/nashorn/internal/runtime/test/
H A DJSTypeTest.java117 assertEquals(JSType.toUint32(+0.0), 0); in testToUint32()
118 assertEquals(JSType.toUint32(-0.0), 0); in testToUint32()
119 assertEquals(JSType.toUint32(Double.NaN), 0); in testToUint32()
127 assertEquals(JSType.toUint32(4294967296.0d), 0); in testToUint32()
128 assertEquals(JSType.toUint32(4294967297.0d), 1); in testToUint32()
129 assertEquals(JSType.toUint32(-4294967295.0d), 1); in testToUint32()
130 assertEquals(JSType.toUint32(-4294967296.0d), 0); in testToUint32()
133 assertEquals(JSType.toUint32(4294967296.6d), 0); in testToUint32()
134 assertEquals(JSType.toUint32(4294967297.6d), 1); in testToUint32()
135 assertEquals(JSType.toUint32(-4294967295.6d), 1); in testToUint32()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/nashorn/src/jdk/nashorn/internal/runtime/test/
H A DJSTypeTest.java117 assertEquals(JSType.toUint32(+0.0), 0); in testToUint32()
118 assertEquals(JSType.toUint32(-0.0), 0); in testToUint32()
119 assertEquals(JSType.toUint32(Double.NaN), 0); in testToUint32()
127 assertEquals(JSType.toUint32(4294967296.0d), 0); in testToUint32()
128 assertEquals(JSType.toUint32(4294967297.0d), 1); in testToUint32()
129 assertEquals(JSType.toUint32(-4294967295.0d), 1); in testToUint32()
130 assertEquals(JSType.toUint32(-4294967296.0d), 0); in testToUint32()
133 assertEquals(JSType.toUint32(4294967296.6d), 0); in testToUint32()
134 assertEquals(JSType.toUint32(4294967297.6d), 1); in testToUint32()
135 assertEquals(JSType.toUint32(-4294967295.6d), 1); in testToUint32()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/test/src/jdk/nashorn/internal/runtime/test/
H A DJSTypeTest.java116 assertEquals(JSType.toUint32(+0.0), 0); in testToUint32()
117 assertEquals(JSType.toUint32(-0.0), 0); in testToUint32()
118 assertEquals(JSType.toUint32(Double.NaN), 0); in testToUint32()
126 assertEquals(JSType.toUint32(4294967296.0d), 0); in testToUint32()
127 assertEquals(JSType.toUint32(4294967297.0d), 1); in testToUint32()
128 assertEquals(JSType.toUint32(-4294967295.0d), 1); in testToUint32()
129 assertEquals(JSType.toUint32(-4294967296.0d), 0); in testToUint32()
132 assertEquals(JSType.toUint32(4294967296.6d), 0); in testToUint32()
133 assertEquals(JSType.toUint32(4294967297.6d), 1); in testToUint32()
134 assertEquals(JSType.toUint32(-4294967295.6d), 1); in testToUint32()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/test/src/jdk/nashorn/internal/runtime/test/
H A DJSTypeTest.java116 assertEquals(JSType.toUint32(+0.0), 0); in testToUint32()
117 assertEquals(JSType.toUint32(-0.0), 0); in testToUint32()
118 assertEquals(JSType.toUint32(Double.NaN), 0); in testToUint32()
126 assertEquals(JSType.toUint32(4294967296.0d), 0); in testToUint32()
127 assertEquals(JSType.toUint32(4294967297.0d), 1); in testToUint32()
128 assertEquals(JSType.toUint32(-4294967295.0d), 1); in testToUint32()
129 assertEquals(JSType.toUint32(-4294967296.0d), 0); in testToUint32()
132 assertEquals(JSType.toUint32(4294967296.6d), 0); in testToUint32()
133 assertEquals(JSType.toUint32(4294967297.6d), 1); in testToUint32()
134 assertEquals(JSType.toUint32(-4294967295.6d), 1); in testToUint32()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimHexString.cpp13 return static_cast<ossim_int32>(toUint32()); in toInt32()
18 return static_cast<ossim_int16>(toUint32()); in toInt16()
23 return static_cast<ossim_int8>(toUint32()); in toChar()
28 return static_cast<ossim_uint8>(toUint32()); in toUchar()
33 return static_cast<ossim_uint16>(toUint32()); in toUint16()
36 ossim_uint32 ossimHexString::toUint32()const in toUint32() function in ossimHexString
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/
H A Dbuiltin_array.go41 length := int64(toUint32(thisObject.get("length")))
94 length := int64(toUint32(thisObject.get("length")))
117 index := int64(toUint32(thisObject.get("length")))
130 length := int64(toUint32(thisObject.get("length")))
150 length := int64(toUint32(thisObject.get("length")))
170 length := int64(toUint32(thisObject.get("length")))
251 length := int64(toUint32(thisObject.get("length")))
273 length := int64(toUint32(thisObject.get("length")))
298 length := int64(toUint32(thisObject.get("length")))
457 length := uint(toUint32(thisObject.get("length")))
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/
H A Dbuiltin_array.go41 length := int64(toUint32(thisObject.get("length")))
94 length := int64(toUint32(thisObject.get("length")))
117 index := int64(toUint32(thisObject.get("length")))
130 length := int64(toUint32(thisObject.get("length")))
150 length := int64(toUint32(thisObject.get("length")))
170 length := int64(toUint32(thisObject.get("length")))
251 length := int64(toUint32(thisObject.get("length")))
273 length := int64(toUint32(thisObject.get("length")))
298 length := int64(toUint32(thisObject.get("length")))
457 length := uint(toUint32(thisObject.get("length")))
[all …]
/dports/net/kea/kea-2.0.1/src/lib/asiolink/
H A Daddr_utilities.cc102 uint32_t addr = prefix.toUint32(); in firstAddrInPrefix4()
118 uint32_t addr = prefix.toUint32(); in lastAddrInPrefix4()
217 uint64_t max_numeric = static_cast<uint64_t>(max.toUint32()); in addrsInRange()
218 uint64_t min_numeric = static_cast<uint64_t>(min.toUint32()); in addrsInRange()
285 uint32_t max_numeric = max.toUint32(); in prefixLengthFromRange()
286 uint32_t min_numeric = min.toUint32(); in prefixLengthFromRange()
384 auto addr_uint32 = static_cast<uint64_t>(addr.toUint32()); in offsetAddress()
H A Dio_address.cc113 IOAddress::toUint32() const { in toUint32() function in isc::asiolink::IOAddress
135 return (IOAddress(a.toUint32() - b.toUint32())); in subtract()
181 return (hasher(address.toUint32())); in hash_value()
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/nodejs/
H A Dsqlrelay.cpp372 toUint32(args[1]), in New()
514 toUint32(args[6])); in enableTls()
1247 toUint32(args[2]), in substitution()
1339 toUint32( in substitutions()
1343 toUint32( in substitutions()
1394 toUint32(args[2]), in inputBind()
1426 toUint32(args[2])); in inputBindBlob()
1439 toUint32(args[2])); in inputBindClob()
1529 toUint32( in inputBinds()
1533 toUint32( in inputBinds()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DBytecodeSection.cpp138 TryNote note(uint32_t(kind), stackDepth, start.toUint32(), in append()
139 (end - start).toUint32()); in append()
148 note.start = offset.toUint32(); in append()
156 recordEndImpl(index, offset.toUint32()); in recordEnd()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DBytecodeSection.cpp127 TryNote note(uint32_t(kind), stackDepth, start.toUint32(), in append()
128 (end - start).toUint32()); in append()
137 note.start = offset.toUint32(); in append()
145 recordEndImpl(index, offset.toUint32()); in recordEnd()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DBytecodeSection.cpp129 TryNote note(uint32_t(kind), stackDepth, start.toUint32(), in append()
130 (end - start).toUint32()); in append()
139 note.start = offset.toUint32(); in append()
147 recordEndImpl(index, offset.toUint32()); in recordEnd()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DBytecodeSection.cpp127 TryNote note(uint32_t(kind), stackDepth, start.toUint32(), in append()
128 (end - start).toUint32()); in append()
137 note.start = offset.toUint32(); in append()
145 recordEndImpl(index, offset.toUint32()); in recordEnd()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeDataView.java437 return JSType.toUint32(getBuffer(self, false).getInt(JSType.toInt32(byteOffset))); in getUint32()
454 … return JSType.toUint32(getBuffer(self, littleEndian).getInt(JSType.toInt32(byteOffset))); in getUint32()
824 … getBuffer(self, littleEndian).putInt(JSType.toInt32(byteOffset), (int)JSType.toUint32(value)); in setUint32()
842 getBuffer(self, false).putInt(byteOffset, (int) JSType.toUint32(value)); in setUint32()
861 getBuffer(self, littleEndian).putInt(byteOffset, (int) JSType.toUint32(value)); in setUint32()
880 …getBuffer(self, littleEndian).putFloat((int)JSType.toUint32(byteOffset), (float)JSType.toNumber(va… in setFloat32()
936 … getBuffer(self, littleEndian).putDouble((int)JSType.toUint32(byteOffset), JSType.toNumber(value)); in setFloat64()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeDataView.java437 return JSType.toUint32(getBuffer(self, false).getInt(JSType.toInt32(byteOffset))); in getUint32()
454 … return JSType.toUint32(getBuffer(self, littleEndian).getInt(JSType.toInt32(byteOffset))); in getUint32()
824 … getBuffer(self, littleEndian).putInt(JSType.toInt32(byteOffset), (int)JSType.toUint32(value)); in setUint32()
842 getBuffer(self, false).putInt(byteOffset, (int) JSType.toUint32(value)); in setUint32()
861 getBuffer(self, littleEndian).putInt(byteOffset, (int) JSType.toUint32(value)); in setUint32()
880 …getBuffer(self, littleEndian).putFloat((int)JSType.toUint32(byteOffset), (float)JSType.toNumber(va… in setFloat32()
936 … getBuffer(self, littleEndian).putDouble((int)JSType.toUint32(byteOffset), JSType.toNumber(value)); in setFloat64()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeDataView.java437 return JSType.toUint32(getBuffer(self, false).getInt(JSType.toInt32(byteOffset))); in getUint32()
454 … return JSType.toUint32(getBuffer(self, littleEndian).getInt(JSType.toInt32(byteOffset))); in getUint32()
824 … getBuffer(self, littleEndian).putInt(JSType.toInt32(byteOffset), (int)JSType.toUint32(value)); in setUint32()
842 getBuffer(self, false).putInt(byteOffset, (int) JSType.toUint32(value)); in setUint32()
861 getBuffer(self, littleEndian).putInt(byteOffset, (int) JSType.toUint32(value)); in setUint32()
880 …getBuffer(self, littleEndian).putFloat((int)JSType.toUint32(byteOffset), (float)JSType.toNumber(va… in setFloat32()
936 … getBuffer(self, littleEndian).putDouble((int)JSType.toUint32(byteOffset), JSType.toNumber(value)); in setFloat64()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeDataView.java437 return JSType.toUint32(getBuffer(self, false).getInt(JSType.toInt32(byteOffset))); in getUint32()
454 … return JSType.toUint32(getBuffer(self, littleEndian).getInt(JSType.toInt32(byteOffset))); in getUint32()
824 … getBuffer(self, littleEndian).putInt(JSType.toInt32(byteOffset), (int)JSType.toUint32(value)); in setUint32()
842 getBuffer(self, false).putInt(byteOffset, (int) JSType.toUint32(value)); in setUint32()
861 getBuffer(self, littleEndian).putInt(byteOffset, (int) JSType.toUint32(value)); in setUint32()
880 …getBuffer(self, littleEndian).putFloat((int)JSType.toUint32(byteOffset), (float)JSType.toNumber(va… in setFloat32()
936 … getBuffer(self, littleEndian).putDouble((int)JSType.toUint32(byteOffset), JSType.toNumber(value)); in setFloat64()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeDataView.java437 return JSType.toUint32(getBuffer(self, false).getInt(JSType.toInt32(byteOffset))); in getUint32()
454 … return JSType.toUint32(getBuffer(self, littleEndian).getInt(JSType.toInt32(byteOffset))); in getUint32()
824 … getBuffer(self, littleEndian).putInt(JSType.toInt32(byteOffset), (int)JSType.toUint32(value)); in setUint32()
842 getBuffer(self, false).putInt(byteOffset, (int) JSType.toUint32(value)); in setUint32()
861 getBuffer(self, littleEndian).putInt(byteOffset, (int) JSType.toUint32(value)); in setUint32()
880 …getBuffer(self, littleEndian).putFloat((int)JSType.toUint32(byteOffset), (float)JSType.toNumber(va… in setFloat32()
936 … getBuffer(self, littleEndian).putDouble((int)JSType.toUint32(byteOffset), JSType.toNumber(value)); in setFloat64()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/objects/
H A DNativeDataView.java437 return JSType.toUint32(getBuffer(self, false).getInt(JSType.toInt32(byteOffset))); in getUint32()
454 … return JSType.toUint32(getBuffer(self, littleEndian).getInt(JSType.toInt32(byteOffset))); in getUint32()
824 … getBuffer(self, littleEndian).putInt(JSType.toInt32(byteOffset), (int)JSType.toUint32(value)); in setUint32()
842 getBuffer(self, false).putInt(byteOffset, (int) JSType.toUint32(value)); in setUint32()
861 getBuffer(self, littleEndian).putInt(byteOffset, (int) JSType.toUint32(value)); in setUint32()
880 …getBuffer(self, littleEndian).putFloat((int)JSType.toUint32(byteOffset), (float)JSType.toNumber(va… in setFloat32()
936 … getBuffer(self, littleEndian).putDouble((int)JSType.toUint32(byteOffset), JSType.toNumber(value)); in setFloat64()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/objects/
H A DNativeDataView.java437 return JSType.toUint32(getBuffer(self, false).getInt(JSType.toInt32(byteOffset))); in getUint32()
454 … return JSType.toUint32(getBuffer(self, littleEndian).getInt(JSType.toInt32(byteOffset))); in getUint32()
824 … getBuffer(self, littleEndian).putInt(JSType.toInt32(byteOffset), (int)JSType.toUint32(value)); in setUint32()
842 getBuffer(self, false).putInt(byteOffset, (int) JSType.toUint32(value)); in setUint32()
861 getBuffer(self, littleEndian).putInt(byteOffset, (int) JSType.toUint32(value)); in setUint32()
880 …getBuffer(self, littleEndian).putFloat((int)JSType.toUint32(byteOffset), (float)JSType.toNumber(va… in setFloat32()
936 … getBuffer(self, littleEndian).putDouble((int)JSType.toUint32(byteOffset), JSType.toNumber(value)); in setFloat64()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/arrays/
H A DArrayIndex.java193 return JSType.toUint32(index); in toLongIndex()
204 return Long.toString(JSType.toUint32(index)); in toKey()

12345678910>>...60