Home
last modified time | relevance | path

Searched refs:doubleSize (Results 1 – 25 of 48) sorted by relevance

12

/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Cxx/
H A DTestDataArrayDispatcher.cxx96 const vtkIdType doubleSize = in TestDataArrayDispatchStatefull() local
102 test_expression(functor.length==doubleSize, in TestDataArrayDispatchStatefull()
106 test_expression(functor.length==intSize+doubleSize, in TestDataArrayDispatchStatefull()
124 const vtkIdType doubleSize = in TestDataArrayDispatchStateless() local
130 test_expression(result == doubleSize, in TestDataArrayDispatchStateless()
145 const int doubleSize=10; in TestDataArrayDispatchSort() local
146 doubleArray->SetNumberOfTuples(doubleSize); in TestDataArrayDispatchSort()
148 for(int i=0; i < doubleSize; i++) in TestDataArrayDispatchSort()
150 doubleArray->SetValue(i,doubleSize-i); in TestDataArrayDispatchSort()
155 for(int i=0; i < doubleSize; i++) in TestDataArrayDispatchSort()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Cxx/
H A DTestDataArrayDispatcher.cxx99 const vtkIdType doubleSize = in TestDataArrayDispatchStatefull() local
105 functor.length == doubleSize, "double array dispatch failed with statefull functor"); in TestDataArrayDispatchStatefull()
109 functor.length == intSize + doubleSize, "int array dispatch failed with statefull functor"); in TestDataArrayDispatchStatefull()
126 const vtkIdType doubleSize = in TestDataArrayDispatchStateless() local
131 test_expression(result == doubleSize, "double array dispatch failed with stateless functor"); in TestDataArrayDispatchStateless()
144 const int doubleSize = 10; in TestDataArrayDispatchSort() local
145 doubleArray->SetNumberOfTuples(doubleSize); in TestDataArrayDispatchSort()
147 for (int i = 0; i < doubleSize; i++) in TestDataArrayDispatchSort()
149 doubleArray->SetValue(i, doubleSize - i); in TestDataArrayDispatchSort()
154 for (int i = 0; i < doubleSize; i++) in TestDataArrayDispatchSort()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/Testing/Cxx/
H A DTestDataArrayDispatcher.cxx96 const vtkIdType doubleSize = in TestDataArrayDispatchStatefull() local
102 test_expression(functor.length==doubleSize, in TestDataArrayDispatchStatefull()
106 test_expression(functor.length==intSize+doubleSize, in TestDataArrayDispatchStatefull()
124 const vtkIdType doubleSize = in TestDataArrayDispatchStateless() local
130 test_expression(result == doubleSize, in TestDataArrayDispatchStateless()
145 const int doubleSize=10; in TestDataArrayDispatchSort() local
146 doubleArray->SetNumberOfTuples(doubleSize); in TestDataArrayDispatchSort()
148 for(int i=0; i < doubleSize; i++) in TestDataArrayDispatchSort()
150 doubleArray->SetValue(i,doubleSize-i); in TestDataArrayDispatchSort()
155 for(int i=0; i < doubleSize; i++) in TestDataArrayDispatchSort()
/dports/games/scummvm/scummvm-2.5.1/engines/nancy/
H A Dgraphics.cpp143 …(const Graphics::Surface &src, Graphics::ManagedSurface &dst, bool verticalFlip, bool doubleSize) { in copyToManaged() argument
144 if (dst.w != (doubleSize ? src.w * 2 : src.w) || dst.h != (doubleSize ? src.h * 2 : src.h)) { in copyToManaged()
147 dst.create(doubleSize ? src.w * 2 : src.w, doubleSize ? src.h * 2 : src.h, src.format); in copyToManaged()
161 if (!verticalFlip && !doubleSize) { in copyToManaged()
167 if (!doubleSize) { in copyToManaged()
218 …t, uint srcW, uint srcH, const Graphics::PixelFormat &format, bool verticalFlip, bool doubleSize) { in copyToManaged() argument
228 copyToManaged(surf, dst, verticalFlip, doubleSize); in copyToManaged()
H A Dgraphics.h58 …::Surface &src, Graphics::ManagedSurface &dst, bool verticalFlip = false, bool doubleSize = false);
59 …int srcH, const Graphics::PixelFormat &format, bool verticalFlip = false, bool doubleSize = false);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/ea/
H A DPartialEscapeUnsafeStoreTest.java474 private static final int doubleSize = 8; field in PartialEscapeUnsafeStoreTest
600 return b[(byteSize / doubleSize) + 1]; in testByteArrayWithDoubleStoreAndReadSnippet()
666 return b[(charSize / doubleSize) + 1]; in testCharArrayWithDoubleStoreAndReadSnippet()
732 return b[(shortSize / doubleSize) + 1]; in testShortArrayWithDoubleStoreAndReadSnippet()
798 return b[(intSize / doubleSize) + 1]; in testIntArrayWithDoubleStoreAndReadSnippet()
864 return b[(longSize / doubleSize) + 1]; in testLongArrayWithDoubleStoreAndReadSnippet()
930 return b[(floatSize / doubleSize) + 1]; in testFloatArrayWithDoubleStoreAndReadSnippet()
941 return b[(doubleSize / byteSize) + 1]; in testDoubleArrayWithByteStoreAndReadSnippet()
952 return b[(doubleSize / charSize) + 1]; in testDoubleArrayWithCharStoreAndReadSnippet()
974 return b[(doubleSize / intSize) + 1]; in testDoubleArrayWithIntStoreAndReadSnippet()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/ea/
H A DPartialEscapeUnsafeStoreTest.java474 private static final int doubleSize = 8; field in PartialEscapeUnsafeStoreTest
600 return b[(byteSize / doubleSize) + 1]; in testByteArrayWithDoubleStoreAndReadSnippet()
666 return b[(charSize / doubleSize) + 1]; in testCharArrayWithDoubleStoreAndReadSnippet()
732 return b[(shortSize / doubleSize) + 1]; in testShortArrayWithDoubleStoreAndReadSnippet()
798 return b[(intSize / doubleSize) + 1]; in testIntArrayWithDoubleStoreAndReadSnippet()
864 return b[(longSize / doubleSize) + 1]; in testLongArrayWithDoubleStoreAndReadSnippet()
930 return b[(floatSize / doubleSize) + 1]; in testFloatArrayWithDoubleStoreAndReadSnippet()
941 return b[(doubleSize / byteSize) + 1]; in testDoubleArrayWithByteStoreAndReadSnippet()
952 return b[(doubleSize / charSize) + 1]; in testDoubleArrayWithCharStoreAndReadSnippet()
974 return b[(doubleSize / intSize) + 1]; in testDoubleArrayWithIntStoreAndReadSnippet()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/ea/
H A DPartialEscapeUnsafeStoreTest.java474 private static final int doubleSize = 8; field in PartialEscapeUnsafeStoreTest
600 return b[(byteSize / doubleSize) + 1]; in testByteArrayWithDoubleStoreAndReadSnippet()
666 return b[(charSize / doubleSize) + 1]; in testCharArrayWithDoubleStoreAndReadSnippet()
732 return b[(shortSize / doubleSize) + 1]; in testShortArrayWithDoubleStoreAndReadSnippet()
798 return b[(intSize / doubleSize) + 1]; in testIntArrayWithDoubleStoreAndReadSnippet()
864 return b[(longSize / doubleSize) + 1]; in testLongArrayWithDoubleStoreAndReadSnippet()
930 return b[(floatSize / doubleSize) + 1]; in testFloatArrayWithDoubleStoreAndReadSnippet()
941 return b[(doubleSize / byteSize) + 1]; in testDoubleArrayWithByteStoreAndReadSnippet()
952 return b[(doubleSize / charSize) + 1]; in testDoubleArrayWithCharStoreAndReadSnippet()
974 return b[(doubleSize / intSize) + 1]; in testDoubleArrayWithIntStoreAndReadSnippet()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/ea/
H A DPartialEscapeUnsafeStoreTest.java458 private static final int doubleSize = 8; field in PartialEscapeUnsafeStoreTest
584 return b[(byteSize / doubleSize) + 1]; in testByteArrayWithDoubleStoreAndReadSnippet()
650 return b[(charSize / doubleSize) + 1]; in testCharArrayWithDoubleStoreAndReadSnippet()
716 return b[(shortSize / doubleSize) + 1]; in testShortArrayWithDoubleStoreAndReadSnippet()
782 return b[(intSize / doubleSize) + 1]; in testIntArrayWithDoubleStoreAndReadSnippet()
848 return b[(longSize / doubleSize) + 1]; in testLongArrayWithDoubleStoreAndReadSnippet()
914 return b[(floatSize / doubleSize) + 1]; in testFloatArrayWithDoubleStoreAndReadSnippet()
925 return b[(doubleSize / byteSize) + 1]; in testDoubleArrayWithByteStoreAndReadSnippet()
936 return b[(doubleSize / charSize) + 1]; in testDoubleArrayWithCharStoreAndReadSnippet()
958 return b[(doubleSize / intSize) + 1]; in testDoubleArrayWithIntStoreAndReadSnippet()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/ea/
H A DPartialEscapeUnsafeStoreTest.java474 private static final int doubleSize = 8; field in PartialEscapeUnsafeStoreTest
600 return b[(byteSize / doubleSize) + 1]; in testByteArrayWithDoubleStoreAndReadSnippet()
666 return b[(charSize / doubleSize) + 1]; in testCharArrayWithDoubleStoreAndReadSnippet()
732 return b[(shortSize / doubleSize) + 1]; in testShortArrayWithDoubleStoreAndReadSnippet()
798 return b[(intSize / doubleSize) + 1]; in testIntArrayWithDoubleStoreAndReadSnippet()
864 return b[(longSize / doubleSize) + 1]; in testLongArrayWithDoubleStoreAndReadSnippet()
930 return b[(floatSize / doubleSize) + 1]; in testFloatArrayWithDoubleStoreAndReadSnippet()
941 return b[(doubleSize / byteSize) + 1]; in testDoubleArrayWithByteStoreAndReadSnippet()
952 return b[(doubleSize / charSize) + 1]; in testDoubleArrayWithCharStoreAndReadSnippet()
974 return b[(doubleSize / intSize) + 1]; in testDoubleArrayWithIntStoreAndReadSnippet()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/ea/
H A DPartialEscapeUnsafeStoreTest.java458 private static final int doubleSize = 8; field in PartialEscapeUnsafeStoreTest
584 return b[(byteSize / doubleSize) + 1]; in testByteArrayWithDoubleStoreAndReadSnippet()
650 return b[(charSize / doubleSize) + 1]; in testCharArrayWithDoubleStoreAndReadSnippet()
716 return b[(shortSize / doubleSize) + 1]; in testShortArrayWithDoubleStoreAndReadSnippet()
782 return b[(intSize / doubleSize) + 1]; in testIntArrayWithDoubleStoreAndReadSnippet()
848 return b[(longSize / doubleSize) + 1]; in testLongArrayWithDoubleStoreAndReadSnippet()
914 return b[(floatSize / doubleSize) + 1]; in testFloatArrayWithDoubleStoreAndReadSnippet()
925 return b[(doubleSize / byteSize) + 1]; in testDoubleArrayWithByteStoreAndReadSnippet()
936 return b[(doubleSize / charSize) + 1]; in testDoubleArrayWithCharStoreAndReadSnippet()
958 return b[(doubleSize / intSize) + 1]; in testDoubleArrayWithIntStoreAndReadSnippet()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/ea/
H A DPartialEscapeUnsafeStoreTest.java474 private static final int doubleSize = 8; field in PartialEscapeUnsafeStoreTest
600 return b[(byteSize / doubleSize) + 1]; in testByteArrayWithDoubleStoreAndReadSnippet()
666 return b[(charSize / doubleSize) + 1]; in testCharArrayWithDoubleStoreAndReadSnippet()
732 return b[(shortSize / doubleSize) + 1]; in testShortArrayWithDoubleStoreAndReadSnippet()
798 return b[(intSize / doubleSize) + 1]; in testIntArrayWithDoubleStoreAndReadSnippet()
864 return b[(longSize / doubleSize) + 1]; in testLongArrayWithDoubleStoreAndReadSnippet()
930 return b[(floatSize / doubleSize) + 1]; in testFloatArrayWithDoubleStoreAndReadSnippet()
941 return b[(doubleSize / byteSize) + 1]; in testDoubleArrayWithByteStoreAndReadSnippet()
952 return b[(doubleSize / charSize) + 1]; in testDoubleArrayWithCharStoreAndReadSnippet()
974 return b[(doubleSize / intSize) + 1]; in testDoubleArrayWithIntStoreAndReadSnippet()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_dsp/frequency/
H A Djuce_Windowing.cpp139 const auto doubleSize = (double) size; in fillWindowingTables() local
142 …ecialFunctions::besselI0 (beta * std::sqrt (1.0 - std::pow (((double) i - 0.5 * (doubleSize - 1.0)) in fillWindowingTables()
143 … / ( 0.5 * (doubleSize - 1.0)), 2.0))) in fillWindowingTables()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/oa/toa/
H A DTransientObjectManager.java61 doubleSize(); in storeServant()
135 private void doubleSize() in doubleSize() method in TransientObjectManager
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/oa/toa/
H A DTransientObjectManager.java61 doubleSize(); in storeServant()
135 private void doubleSize() in doubleSize() method in TransientObjectManager
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DObjectHeap.java64 doubleSize = db.getJDoubleType().getSize(); in ObjectHeap()
82 private long doubleSize; field in ObjectHeap
92 public long getDoubleSize() { return doubleSize; } in getDoubleSize()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DObjectHeap.java64 doubleSize = db.getJDoubleType().getSize(); in ObjectHeap()
82 private long doubleSize; field in ObjectHeap
92 public long getDoubleSize() { return doubleSize; } in getDoubleSize()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DObjectHeap.java64 doubleSize = db.getJDoubleType().getSize(); in ObjectHeap()
82 private long doubleSize; field in ObjectHeap
92 public long getDoubleSize() { return doubleSize; } in getDoubleSize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DObjectHeap.java64 doubleSize = db.getJDoubleType().getSize(); in ObjectHeap()
82 private long doubleSize; field in ObjectHeap
92 public long getDoubleSize() { return doubleSize; } in getDoubleSize()
/dports/devel/qbs/qbs-src-1.21.0/src/plugins/generator/iarew/archs/msp430/
H A Dmsp430generalsettingsgroup_v7.cpp92 const int doubleSize = IarewUtils::flagValue( in TargetPageOptions() local
94 if (doubleSize == 32) in TargetPageOptions()
96 else if (doubleSize == 64) in TargetPageOptions()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DObjectHeap.java65 doubleSize = db.getJDoubleType().getSize(); in ObjectHeap()
83 private long doubleSize; field in ObjectHeap
93 public long getDoubleSize() { return doubleSize; } in getDoubleSize()
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/plugins/imageformats/icns/
H A Dqicnshandler.cpp477 const bool doubleSize = isPowOf2OrDividesBy16(r2u, r2); in parseIconEntryInfo() local
483 } else if (doubleSize) { in parseIconEntryInfo()
490 const bool doubleSize = icon.dataLength == 192 * bytespp * 2; in parseIconEntryInfo() local
491 icon.flags = doubleSize ? ICNSEntry::IconPlusMask : ICNSEntry::IsIcon; in parseIconEntryInfo()
531 const bool doubleSize = mask.flags == ICNSEntry::IconPlusMask; in readMask() local
533 const qint64 pos = doubleSize ? (mask.dataOffset + imageDataSize) : mask.dataOffset; in readMask()
/dports/math/vtk8/VTK-8.2.0/IO/Exodus/
H A DvtkCPExodusIIInSituReader.cxx161 int doubleSize = sizeof(double); in ExOpen() local
165 this->FileId = ex_open(this->FileName, EX_READ, &doubleSize, &fileRealSize, in ExOpen()
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/jasat/utils/structures/
H A DIntHashMap.java128 doubleSize(); in put()
200 private void doubleSize() { in doubleSize() method in IntHashMap
/dports/math/vtk9/VTK-9.1.0/IO/Exodus/
H A DvtkCPExodusIIInSituReader.cxx158 int doubleSize = sizeof(double); in ExOpen() local
162 this->FileId = ex_open(this->FileName, EX_READ, &doubleSize, &fileRealSize, &exodusVersion); in ExOpen()

12