Home
last modified time | relevance | path

Searched defs:valuesArray (Results 1 – 25 of 60) sorted by relevance

123

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/include/
H A DCOLLADAFWMeshVertexData.h84 void appendValues ( const FloatArray& valuesArray, const String& name, const size_t stride ) in appendValues()
104 … void appendValues ( const DoubleArray& valuesArray, const String& name, const size_t stride ) in appendValues()
145 bool appendValues ( const FloatArray& valuesArray ) in appendValues()
153 bool appendValues ( const DoubleArray& valuesArray ) in appendValues()
H A DCOLLADAFWPointerArray.h54 void appendValues( const PointerArray<T>& valuesArray ) in appendValues()
H A DCOLLADAFWArrayPrimitiveType.h199 ArrayPrimitiveType<Type>* appendValues ( const ArrayPrimitiveType<Type>& valuesArray ) in appendValues()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/src/
H A DCOLLADASaxFWLSplineLoader.cpp177 COLLADAFW::ArrayPrimitiveType<float>& valuesArray = arrayElement.getValues (); in loadPositions() local
210 COLLADAFW::ArrayPrimitiveType<double>& valuesArray = arrayElement.getValues (); in loadPositions() local
269 COLLADAFW::ArrayPrimitiveType<float>& valuesArray = arrayElement.getValues (); in loadOutTangents() local
302 COLLADAFW::ArrayPrimitiveType<double>& valuesArray = arrayElement.getValues (); in loadOutTangents() local
361 COLLADAFW::ArrayPrimitiveType<float>& valuesArray = arrayElement.getValues (); in loadInTangents() local
394 COLLADAFW::ArrayPrimitiveType<double>& valuesArray = arrayElement.getValues (); in loadInTangents() local
H A DCOLLADASaxFWLSourceArrayLoader.cpp71 COLLADAFW::FloatArray& valuesArray = arrayElement.getValues(); in assignSourceValuesToFloatOrDoubleArray() local
82 COLLADAFW::DoubleArray& valuesArray = arrayElement.getValues(); in assignSourceValuesToFloatOrDoubleArray() local
H A DCOLLADASaxFWLMeshLoader.cpp202 COLLADAFW::ArrayPrimitiveType<float>& valuesArray = arrayElement.getValues (); in loadPositionsSourceElement() local
235 COLLADAFW::ArrayPrimitiveType<double>& valuesArray = arrayElement.getValues (); in loadPositionsSourceElement() local
297 COLLADAFW::ArrayPrimitiveType<float>& valuesArray = arrayElement.getValues (); in loadNormalsSourceElement() local
327 COLLADAFW::ArrayPrimitiveType<double>& valuesArray = arrayElement.getValues (); in loadNormalsSourceElement() local
513 COLLADAFW::ArrayPrimitiveType<float>& valuesArray = arrayElement.getValues (); in appendVertexValues() local
525 COLLADAFW::ArrayPrimitiveType<double>& valuesArray = arrayElement.getValues (); in appendVertexValues() local
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/src/
H A DCOLLADAFWFloatOrDoubleArray.cpp140 bool FloatOrDoubleArray::appendValues( const FloatArray& valuesArray ) in appendValues()
151 bool FloatOrDoubleArray::appendValues( const DoubleArray& valuesArray ) in appendValues()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/
H A DArguments.java58 public static Object[] valuesArray(List<Argument> vts) { in valuesArray() method in Arguments
62 public static Object[] valuesArray(Argument[] vts) { in valuesArray() method in Arguments
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/
H A DArguments.java58 public static Object[] valuesArray(List<Argument> vts) { in valuesArray() method in Arguments
62 public static Object[] valuesArray(Argument[] vts) { in valuesArray() method in Arguments
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/
H A DArguments.java58 public static Object[] valuesArray(List<Argument> vts) { in valuesArray() method in Arguments
62 public static Object[] valuesArray(Argument[] vts) { in valuesArray() method in Arguments
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/
H A DArguments.java58 public static Object[] valuesArray(List<Argument> vts) { in valuesArray() method in Arguments
62 public static Object[] valuesArray(Argument[] vts) { in valuesArray() method in Arguments
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/
H A DArguments.java58 public static Object[] valuesArray(List<Argument> vts) { in valuesArray() method in Arguments
62 public static Object[] valuesArray(Argument[] vts) { in valuesArray() method in Arguments
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/
H A DArguments.java58 public static Object[] valuesArray(List<Argument> vts) { in valuesArray() method in Arguments
62 public static Object[] valuesArray(Argument[] vts) { in valuesArray() method in Arguments
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/
H A DArguments.java58 public static Object[] valuesArray(List<Argument> vts) { in valuesArray() method in Arguments
62 public static Object[] valuesArray(Argument[] vts) { in valuesArray() method in Arguments
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/share/
H A DArguments.java58 public static Object[] valuesArray(List<Argument> vts) { in valuesArray() method in Arguments
62 public static Object[] valuesArray(Argument[] vts) { in valuesArray() method in Arguments
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@reduxjs/toolkit/src/query/core/buildMiddleware/
H A DinvalidationByTags.ts86 const valuesArray = Array.from(toInvalidate.values()) constant
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/
H A DChoicePropertyDescriptor.java37 public ChoicePropertyDescriptor(Object id, String displayName, String[] valuesArray) { in ChoicePropertyDescriptor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/preferences/
H A DWorkingCopyManager.java56 WorkingCopyPreferences[] valuesArray = (WorkingCopyPreferences[]) values in applyChanges() local
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/ui/
H A DSettingsAdapter.java494 int[] valuesArray = mContext.getResources().getIntArray(valuesId); in getValueForSingleChoiceSelection() local
510 int[] valuesArray = mContext.getResources().getIntArray(valuesId); in getSelectionForSingleChoiceValue() local
535 int[] valuesArray = mContext.getResources().getIntArray(valuesId); in getValueForSingleChoiceDynamicDescriptionsSelection() local
552 int[] valuesArray = mContext.getResources().getIntArray(valuesId); in getSelectionForSingleChoiceDynamicDescriptionsValue() local
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/include/
H A DCOLLADASaxFWLPrimitiveBase.h87 const COLLADAFW::UIntValuesArray& valuesArray, in setUIntValuesArray()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/testing/
H A DUnitTestAverageByKey.cxx84 vtkm::cont::ArrayHandleCounting<vtkm::FloatDefault> valuesArray(0.0f, 1.0f, ARRAY_SIZE); in TryKeyType() local
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/testing/
H A DUnitTestAverageByKey.cxx73 vtkm::cont::ArrayHandleCounting<vtkm::FloatDefault> valuesArray(0.0f, 1.0f, ARRAY_SIZE); in TryKeyType() local
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fempy/test/
H A Dtest_quad.hpp30 …const auto &valuesArray = lf( pointsWeights.first ).template cast< pybind11::array_t< double > >(); in l2norm2() local
/dports/biology/py-deeptools/deepTools-3.5.1/deeptools/
H A Dheatmapper.py597 def coverage_from_array(valuesArray, zones, binSize, avgType): argument
733 def my_average(valuesArray, avgType='mean'): argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.tests/src-annotations/org/eclipse/jdt/apt/tests/annotations/mirrortest/
H A DMirrorDeclarationTestAnnotationProcessor.java225 Modifier[] valuesArray = Modifier.values(); in testEnumImplementations() local

123