Home
last modified time | relevance | path

Searched refs:DOUBLE_SIZE (Results 1 – 25 of 61) sorted by relevance

123

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DDoubleEncodingAlgorithm.java45 if (octetLength % DOUBLE_SIZE != 0) { in getPrimtiveLengthFromOctetLength()
47 … getString("message.lengthIsNotMultipleOfDouble", new Object[]{Integer.valueOf(DOUBLE_SIZE)})); in getPrimtiveLengthFromOctetLength()
50 return octetLength / DOUBLE_SIZE; in getPrimtiveLengthFromOctetLength()
54 return primitiveLength * DOUBLE_SIZE; in getOctetLengthFromPrimitiveLength()
107 final int size = length / DOUBLE_SIZE; in decodeFromBytesToDoubleArray()
124 final byte[] b = new byte[DOUBLE_SIZE]; in decodeFromInputStreamToDoubleArray()
128 if (n != DOUBLE_SIZE) { in decodeFromInputStreamToDoubleArray()
133 while(n != DOUBLE_SIZE) { in decodeFromInputStreamToDoubleArray()
134 final int m = s.read(b, n, DOUBLE_SIZE - n); in decodeFromInputStreamToDoubleArray()
H A DIEEE754FloatingPointEncodingAlgorithm.java32 public final static int DOUBLE_SIZE = 8; field in IEEE754FloatingPointEncodingAlgorithm
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DDoubleEncodingAlgorithm.java45 if (octetLength % DOUBLE_SIZE != 0) { in getPrimtiveLengthFromOctetLength()
47 … getString("message.lengthIsNotMultipleOfDouble", new Object[]{Integer.valueOf(DOUBLE_SIZE)})); in getPrimtiveLengthFromOctetLength()
50 return octetLength / DOUBLE_SIZE; in getPrimtiveLengthFromOctetLength()
54 return primitiveLength * DOUBLE_SIZE; in getOctetLengthFromPrimitiveLength()
107 final int size = length / DOUBLE_SIZE; in decodeFromBytesToDoubleArray()
124 final byte[] b = new byte[DOUBLE_SIZE]; in decodeFromInputStreamToDoubleArray()
128 if (n != DOUBLE_SIZE) { in decodeFromInputStreamToDoubleArray()
133 while(n != DOUBLE_SIZE) { in decodeFromInputStreamToDoubleArray()
134 final int m = s.read(b, n, DOUBLE_SIZE - n); in decodeFromInputStreamToDoubleArray()
H A DIEEE754FloatingPointEncodingAlgorithm.java32 public final static int DOUBLE_SIZE = 8; field in IEEE754FloatingPointEncodingAlgorithm
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/size_of_in_element_count/
H A Dexpressions.rs10 const DOUBLE_SIZE: usize = SIZE * 2; in main() const
21 unsafe { copy(x.as_ptr(), y.as_mut_ptr(), DOUBLE_SIZE * size_of::<u8>() / 2) }; in main()
24 unsafe { copy(x.as_ptr(), y.as_mut_ptr(), DOUBLE_SIZE / size_of::<u8>()) }; in main()
27 unsafe { copy(x.as_ptr(), y.as_mut_ptr(), DOUBLE_SIZE / (2 * size_of::<u8>())) }; in main()
30 unsafe { copy(x.as_ptr(), y.as_mut_ptr(), DOUBLE_SIZE / (2 / size_of::<u8>())) }; in main()
H A Dexpressions.stderr21 LL | unsafe { copy(x.as_ptr(), y.as_mut_ptr(), DOUBLE_SIZE * size_of::<u8>() / 2) };
29 LL | unsafe { copy(x.as_ptr(), y.as_mut_ptr(), DOUBLE_SIZE / (2 / size_of::<u8>())) };
H A Dfunctions.rs13 const DOUBLE_SIZE: usize = SIZE * 2; in main() const
/dports/lang/parrot/parrot-8.1.0/src/platform/generic/
H A Dmath.c38 #if DOUBLE_SIZE == 2 * INT_SIZE
65 #if NUMVAL_SIZE == 12 && DOUBLE_SIZE == 3 * INT_SIZE && PARROT_LITTLE_ENDIAN
/dports/lang/parrot/parrot-8.1.0/src/platform/openbsd/
H A Dmath.c38 #if DOUBLE_SIZE == 2 * INT_SIZE
66 #if NUMVAL_SIZE == 12 && DOUBLE_SIZE == 3 * INT_SIZE && PARROT_LITTLE_ENDIAN
/dports/lang/parrot/parrot-8.1.0/src/platform/solaris/
H A Dmath.c36 #if DOUBLE_SIZE == 2 * INT_SIZE
64 #if NUMVAL_SIZE == 12 && DOUBLE_SIZE == 3 * INT_SIZE && PARROT_LITTLE_ENDIAN
/dports/lang/parrot/parrot-8.1.0/src/platform/cygwin/
H A Dmath.c39 #if DOUBLE_SIZE == 2 * INT_SIZE
67 #if NUMVAL_SIZE == 12 && DOUBLE_SIZE == 3 * INT_SIZE && PARROT_LITTLE_ENDIAN
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/bind/tuple/
H A DDoubleBinding.java31 private static final int DOUBLE_SIZE = 8; field in DoubleBinding
81 return new TupleOutput(new byte[DOUBLE_SIZE]); in sizedOutput()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/bind/tuple/
H A DDoubleBinding.java31 private static final int DOUBLE_SIZE = 8; field in DoubleBinding
81 return new TupleOutput(new byte[DOUBLE_SIZE]); in sizedOutput()
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/bind/tuple/
H A DDoubleBinding.java31 private static final int DOUBLE_SIZE = 8; field in DoubleBinding
81 return new TupleOutput(new byte[DOUBLE_SIZE]); in sizedOutput()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osg/
H A DBinaryStreamOperator.h56 { _out->write((char*)&d, osgDB::DOUBLE_SIZE); } in AsciiOutputIterator()
187 _in->read( (char*)&d, osgDB::DOUBLE_SIZE ); in readLong()
188 if ( _byteSwap ) osg::swapBytes( (char*)&d, osgDB::DOUBLE_SIZE ); in readLong()
/dports/lang/ucc/ucc/ucl/
H A Dconfig.h13 #define DOUBLE_SIZE 8 macro
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osg/
H A DBinaryStreamOperator.h68 { _out->write((char*)&d, osgDB::DOUBLE_SIZE); } in writeDouble()
222 _in->read( (char*)&d, osgDB::DOUBLE_SIZE ); in readDouble()
223 if ( _byteSwap ) osg::swapBytes( (char*)&d, osgDB::DOUBLE_SIZE ); in readDouble()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/field/
H A DFieldDouble.java50 return Database.DOUBLE_SIZE; in getRecordSize()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/memory/memory-core/src/main/java/org/apache/arrow/memory/
H A DArrowBuf.java63 private static final int DOUBLE_SIZE = Double.BYTES; field in ArrowBuf
389 chk(index, DOUBLE_SIZE); in setDouble()
669 ensureWritable(DOUBLE_SIZE); in writeDouble()
671 writerIndex += DOUBLE_SIZE; in writeDouble()
/dports/databases/arrow/apache-arrow-6.0.1/java/memory/memory-core/src/main/java/org/apache/arrow/memory/
H A DArrowBuf.java63 private static final int DOUBLE_SIZE = Double.BYTES; field in ArrowBuf
389 chk(index, DOUBLE_SIZE); in setDouble()
669 ensureWritable(DOUBLE_SIZE); in writeDouble()
671 writerIndex += DOUBLE_SIZE; in writeDouble()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/memory/src/main/java/org/apache/arrow/memory/
H A DArrowBuf.java65 private static final int DOUBLE_SIZE = Double.BYTES; field in ArrowBuf
394 chk(index, DOUBLE_SIZE); in setDouble()
674 ensureWritable(DOUBLE_SIZE); in writeDouble()
676 writerIndex += DOUBLE_SIZE; in writeDouble()
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/util/
H A DSizeEstimator.scala79 private val DOUBLE_SIZE = 8
307 DOUBLE_SIZE
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java418 DOUBLE_SIZE = objectHeap.getDoubleSize(); in write()
544 return DOUBLE_SIZE; in getSizeForType()
933 long offset = DOUBLE_BASE_OFFSET + index * DOUBLE_SIZE; in writeDoubleArray()
1256 private long DOUBLE_SIZE; field in HeapHprofBinWriter
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java420 DOUBLE_SIZE = objectHeap.getDoubleSize(); in write()
546 return DOUBLE_SIZE; in getSizeForType()
935 long offset = DOUBLE_BASE_OFFSET + index * DOUBLE_SIZE; in writeDoubleArray()
1264 private long DOUBLE_SIZE; field in HeapHprofBinWriter
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java420 DOUBLE_SIZE = objectHeap.getDoubleSize(); in write()
546 return DOUBLE_SIZE; in getSizeForType()
935 long offset = DOUBLE_BASE_OFFSET + index * DOUBLE_SIZE; in writeDoubleArray()
1264 private long DOUBLE_SIZE; field in HeapHprofBinWriter

123