Home
last modified time | relevance | path

Searched defs:outVec (Results 1 – 25 of 79) sorted by relevance

1234

/dports/graphics/quesoglc/quesoglc-0.7.2/src/
H A Dmeasure.c68 static void __glcTransformVector(GLfloat* outVec, GLfloat *inMatrix) in __glcTransformVector()
87 GLfloat* outVec = (GLfloat*)inData; in __glcGetCharMetric() local
232 GLfloat *outVec) in glcGetCharMetric()
318 GLfloat* APIENTRY glcGetMaxCharMetric(GLCenum inMetric, GLfloat *outVec) in glcGetMaxCharMetric()
449 GLfloat *outVec) in glcGetStringCharMetric()
520 GLfloat* APIENTRY glcGetStringMetric(GLCenum inMetric, GLfloat *outVec) in glcGetStringMetric()
575 GLfloat* outVec = inContext->measurementStringBuffer; in __glcMeasureCountedString() local
H A Dofont.c125 GLfloat* outVec, __GLCcontext* inContext, in __glcFontGetBoundingBox()
179 GLfloat* __glcFontGetAdvance(__GLCfont* This, GLint inCode, GLfloat* outVec, in __glcFontGetAdvance()
221 GLfloat* outVec, __GLCcontext* inContext, in __glcFontGetKerning()
H A Dofacedesc.c485 GLCulong inGlyphIndex, GLfloat* outVec,
524 GLCulong inGlyphIndex, GLfloat* outVec,
709 GLfloat* __glcFaceDescGetMaxMetric(__GLCfaceDescriptor* This, GLfloat* outVec,
751 GLfloat* outVec, __GLCcontext* inContext)
H A Dofont.h111 static inline GLfloat* __glcFontGetMaxMetric(__GLCfont* This, GLfloat* outVec, in __glcFontGetMaxMetric()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/algorithm/src/main/java/org/apache/arrow/algorithm/sort/
H A DOutOfPlaceVectorSorter.java36 void sortOutOfPlace(V inVec, V outVec, VectorValueComparator<V> comparator); in sortOutOfPlace()
/dports/databases/arrow/apache-arrow-6.0.1/java/algorithm/src/main/java/org/apache/arrow/algorithm/sort/
H A DOutOfPlaceVectorSorter.java36 void sortOutOfPlace(V inVec, V outVec, VectorValueComparator<V> comparator); in sortOutOfPlace()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/algorithm/src/main/java/org/apache/arrow/algorithm/sort/
H A DOutOfPlaceVectorSorter.java36 void sortOutOfPlace(V inVec, V outVec, VectorValueComparator<V> comparator); in sortOutOfPlace()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tools/asg-hevc/src/
H A Dblock_structures.cpp80 …TreeNode & node, mfxU32 baseAdrX, mfxU32 baseAdrY, mfxU32 baseSize, std::vector<BaseBlock>& outVec) in GetQuadTreeBlocksRecur()
103 …TreeNode & node, BaseBlock & currBlock, const BaseBlock & ctu, std::vector<RefSampleAvail>& outVec) in GetQuadTreeRefSampleAvailVector()
109 …Block, const RefSampleAvail& currAvail, const BaseBlock & ctu, std::vector<RefSampleAvail>& outVec) in GetQuadTreeRefSampleAvailVectorRecur()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dcellular.c34 MYFLT *currLine, *outVec, *initVec, *ruleVec; member
94 MYFLT *actual, *previous, *outVec = p->outVec , *ruleVec = p->ruleVec; in cell() local
/dports/graphics/quesoglc/quesoglc-0.7.2/tests/
H A Dtest5.c38 GLfloat outVec[4]; in vectorEquality() local
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkPassThrough.cxx38 vtkInformation* request, vtkInformationVector** inVec, vtkInformationVector* outVec) in RequestDataObject()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkPassThrough.cxx39 vtkInformationVector *outVec) in RequestDataObject()
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/GNSSCore/
H A DNEDUtil.cpp101 gpstk::Triple outVec( vOut[0], vOut[1], vOut[2] ); in convertToNED() local
H A DENUUtil.cpp98 gpstk::Triple outVec( vOut[0], vOut[1], vOut[2] ); in convertToENU() local
/dports/math/vtk8/VTK-8.2.0/Common/Transforms/
H A DvtkHomogeneousTransform.cxx23 void TransformVector(double M [4][4], double* outPnt, double f, double* inVec, double* outVec) in TransformVector()
169 double inPnt[3],outPnt[3],inNrm[3],outNrm[3],inVec[3],outVec[3]; in TransformPointsNormalsVectors() local
/dports/math/vtk9/VTK-9.1.0/Common/Transforms/
H A DvtkHomogeneousTransform.cxx23 void TransformVector(double M[4][4], double* outPnt, double f, double* inVec, double* outVec) in TransformVector()
155 double inPnt[3], outPnt[3], inNrm[3], outNrm[3], inVec[3], outVec[3]; in TransformPointsNormalsVectors() local
/dports/graphics/ogre3d/ogre-1.11.6/Components/MeshLodGenerator/src/
H A DOgreLodCollapser.cpp311 bool LodCollapser::_getLastVertexPos(LodData* data, Vector3& outVec) in _getLastVertexPos()
321 bool LodCollapser::_getLastVertexCollapseTo(LodData* data, Vector3& outVec ) in _getLastVertexCollapseTo()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/Math/
H A DRACRotation.cpp137 gpstk::Triple outVec( vOut[0], vOut[1], vOut[2] ); in convertToRAC() local
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/src/
H A DOgreTerrainMaterialGenerator.cpp189 Vector3 inVec, outVec; in updateCompositeMap() local
/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/src/
H A DOgreTerrainMaterialGenerator.cpp193 Vector3 inVec, outVec; in updateCompositeMap() local
/dports/multimedia/dragon/dragon-21.12.3/src/app/analyzer/
H A DanalyzerBase.cpp176 void Analyzer::interpolate( const QVector<float> &inVec, QVector<float> &outVec ) //static in interpolate()
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/analyzers/
H A Danalyzerbase.cpp251 void Analyzer::interpolate(const Scope& inVec, Scope& outVec) { in interpolate()
/dports/math/vtk6/VTK-6.2.0/Common/Transforms/
H A DvtkHomogeneousTransform.cxx150 double inPnt[3],outPnt[3],inNrm[3],outNrm[3],inVec[3],outVec[3]; in TransformPointsNormalsVectors() local
/dports/graphics/vigra/vigra-8acd73a/vigranumpy/src/core/
H A Dblockwise.cxx179 std::vector<UInt32> outVec = mb.intersectingBlocks(begin,end); in intersectingBlocks() local
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/tests/
H A Dfoo.cc434 TestContainer::get_vec (std::vector<std::string> &outVec) in get_vec()
449 TestContainer::get_vec_ptr (std::vector<std::string> *outVec) in get_vec_ptr()

1234