Home
last modified time | relevance | path

Searched refs:outVec (Results 1 – 25 of 122) sorted by relevance

12345

/dports/graphics/quesoglc/quesoglc-0.7.2/src/
H A Dmeasure.c140 outVec[2] += outVec[12]; in __glcGetCharMetric()
157 outVec[4] = xMin < outVec[4] ? xMin : outVec[4]; in __glcGetCharMetric()
158 outVec[5] = yMin < outVec[5] ? yMin : outVec[5]; in __glcGetCharMetric()
159 outVec[6] = xMax > outVec[6] ? xMax : outVec[6]; in __glcGetCharMetric()
160 outVec[9] = yMax > outVec[9] ? yMax : outVec[9]; in __glcGetCharMetric()
169 outVec[7] = outVec[5]; in __glcGetCharMetric()
170 outVec[8] = outVec[6]; in __glcGetCharMetric()
171 outVec[10] = outVec[4]; in __glcGetCharMetric()
172 outVec[11] = outVec[9]; in __glcGetCharMetric()
723 outVec[7] = outVec[5]; in __glcMeasureCountedString()
[all …]
H A Dofont.c131 assert(outVec); in __glcFontGetBoundingBox()
141 return outVec; in __glcFontGetBoundingBox()
150 if ((fabs(outVec[0] - outVec[2]) < GLC_EPSILON) in __glcFontGetBoundingBox()
151 || (fabs(outVec[1] - outVec[3]) < GLC_EPSILON)) { in __glcFontGetBoundingBox()
156 if (fabs(outVec[0] - outVec[2]) < GLC_EPSILON) in __glcFontGetBoundingBox()
157 outVec[2] += advance[0]; in __glcFontGetBoundingBox()
159 if (fabs(outVec[1] - outVec[3]) < GLC_EPSILON) in __glcFontGetBoundingBox()
170 return outVec; in __glcFontGetBoundingBox()
186 assert(outVec); in __glcFontGetAdvance()
196 return outVec; in __glcFontGetAdvance()
[all …]
H A Dofacedesc.c492 assert(outVec);
514 return outVec;
528 assert(outVec);
543 return outVec;
717 assert(outVec);
740 return outVec;
756 assert(outVec);
763 outVec[0] = 0.;
764 outVec[1] = 0.;
765 return outVec;
[all …]
H A Dofont.h48 GLfloat* outVec, __GLCcontext* inContext,
50 GLfloat* __glcFontGetAdvance(__GLCfont *This, GLint inCode, GLfloat* outVec,
54 GLfloat* outVec, __GLCcontext* inContext,
69 static inline GLfloat* __glcFontGetMaxMetric(__GLCfont* This, GLfloat* outVec,
111 static inline GLfloat* __glcFontGetMaxMetric(__GLCfont* This, GLfloat* outVec, in __glcFontGetMaxMetric() argument
114 return __glcFaceDescGetMaxMetric(This->faceDesc, outVec, inContext); in __glcFontGetMaxMetric()
H A Dofacedesc.h63 GLCulong inGlyphIndex, GLfloat* outVec,
67 GLCulong inGlyphIndex, GLfloat* outVec,
73 GLfloat* __glcFaceDescGetMaxMetric(__GLCfaceDescriptor* This, GLfloat* outVec,
78 GLfloat* outVec, __GLCcontext* inContext);
/dports/devel/bullet/bullet3-3.21/src/LinearMath/
H A DbtSpatialAlgebra.h242 SpatialVectorType &outVec,
247 outVec.m_topVec = m_rotMat * inVec.m_topVec;
248 outVec.m_bottomVec = -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
252 outVec.m_topVec += m_rotMat * inVec.m_topVec;
253 outVec.m_bottomVec += -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
257 outVec.m_topVec -= m_rotMat * inVec.m_topVec;
258 outVec.m_bottomVec -= -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
264 SpatialVectorType &outVec,
269 outVec.m_topVec = m_rotMat * inVec.m_topVec;
286 SpatialVectorType &outVec,
[all …]
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/LinearMath/
H A DbtSpatialAlgebra.h242 SpatialVectorType &outVec,
247 outVec.m_topVec = m_rotMat * inVec.m_topVec;
248 outVec.m_bottomVec = -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
252 outVec.m_topVec += m_rotMat * inVec.m_topVec;
253 outVec.m_bottomVec += -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
257 outVec.m_topVec -= m_rotMat * inVec.m_topVec;
258 outVec.m_bottomVec -= -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
264 SpatialVectorType &outVec,
269 outVec.m_topVec = m_rotMat * inVec.m_topVec;
286 SpatialVectorType &outVec,
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtSpatialAlgebra.h242 SpatialVectorType &outVec,
247 outVec.m_topVec = m_rotMat * inVec.m_topVec;
248 outVec.m_bottomVec = -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
252 outVec.m_topVec += m_rotMat * inVec.m_topVec;
253 outVec.m_bottomVec += -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
257 outVec.m_topVec -= m_rotMat * inVec.m_topVec;
258 outVec.m_bottomVec -= -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
264 SpatialVectorType &outVec,
269 outVec.m_topVec = m_rotMat * inVec.m_topVec;
286 SpatialVectorType &outVec,
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/LinearMath/
H A DbtSpatialAlgebra.h242 SpatialVectorType &outVec,
247 outVec.m_topVec = m_rotMat * inVec.m_topVec;
248 outVec.m_bottomVec = -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
252 outVec.m_topVec += m_rotMat * inVec.m_topVec;
253 outVec.m_bottomVec += -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
257 outVec.m_topVec -= m_rotMat * inVec.m_topVec;
258 outVec.m_bottomVec -= -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
264 SpatialVectorType &outVec,
269 outVec.m_topVec = m_rotMat * inVec.m_topVec;
286 SpatialVectorType &outVec,
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/LinearMath/
H A DbtSpatialAlgebra.h179 SpatialVectorType &outVec,
184 outVec.m_topVec = m_rotMat * inVec.m_topVec;
185 outVec.m_bottomVec = -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
189 outVec.m_topVec += m_rotMat * inVec.m_topVec;
190 outVec.m_bottomVec += -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
194 outVec.m_topVec -= m_rotMat * inVec.m_topVec;
195 outVec.m_bottomVec -= -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
202 SpatialVectorType &outVec,
207 outVec.m_topVec = m_rotMat * inVec.m_topVec;
225 SpatialVectorType &outVec,
[all …]
/dports/devel/py-bullet3/bullet3-3.21/src/LinearMath/
H A DbtSpatialAlgebra.h242 SpatialVectorType &outVec,
247 outVec.m_topVec = m_rotMat * inVec.m_topVec;
248 outVec.m_bottomVec = -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
252 outVec.m_topVec += m_rotMat * inVec.m_topVec;
253 outVec.m_bottomVec += -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
257 outVec.m_topVec -= m_rotMat * inVec.m_topVec;
258 outVec.m_bottomVec -= -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
264 SpatialVectorType &outVec,
269 outVec.m_topVec = m_rotMat * inVec.m_topVec;
286 SpatialVectorType &outVec,
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/LinearMath/
H A DbtSpatialAlgebra.h179 SpatialVectorType &outVec,
184 outVec.m_topVec = m_rotMat * inVec.m_topVec;
185 outVec.m_bottomVec = -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
189 outVec.m_topVec += m_rotMat * inVec.m_topVec;
190 outVec.m_bottomVec += -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
194 outVec.m_topVec -= m_rotMat * inVec.m_topVec;
195 outVec.m_bottomVec -= -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
202 SpatialVectorType &outVec,
207 outVec.m_topVec = m_rotMat * inVec.m_topVec;
225 SpatialVectorType &outVec,
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtSpatialAlgebra.h242 SpatialVectorType &outVec,
247 outVec.m_topVec = m_rotMat * inVec.m_topVec;
248 outVec.m_bottomVec = -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
252 outVec.m_topVec += m_rotMat * inVec.m_topVec;
253 outVec.m_bottomVec += -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
257 outVec.m_topVec -= m_rotMat * inVec.m_topVec;
258 outVec.m_bottomVec -= -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
264 SpatialVectorType &outVec,
269 outVec.m_topVec = m_rotMat * inVec.m_topVec;
286 SpatialVectorType &outVec,
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/Transforms/
H A DvtkHomogeneousTransform.cxx26 outVec[0] = M[0][0]*inVec[0] + M[0][1]*inVec[1] + M[0][2]*inVec[2]; in TransformVector()
27 outVec[1] = M[1][0]*inVec[0] + M[1][1]*inVec[1] + M[1][2]*inVec[2]; in TransformVector()
28 outVec[2] = M[2][0]*inVec[0] + M[2][1]*inVec[1] + M[2][2]*inVec[2]; in TransformVector()
33 outVec[0] = (outVec[0]-w*outPnt[0])*f; in TransformVector()
34 outVec[1] = (outVec[1]-w*outPnt[1])*f; in TransformVector()
35 outVec[2] = (outVec[2]-w*outPnt[2])*f; in TransformVector()
169 double inPnt[3],outPnt[3],inNrm[3],outNrm[3],inVec[3],outVec[3]; in TransformPointsNormalsVectors() local
192 TransformVector(M, outPnt, f, inVec, outVec); in TransformPointsNormalsVectors()
193 outVrs->InsertNextTuple(outVec); in TransformPointsNormalsVectors()
201 TransformVector(M, outPnt, f, inVec, outVec); in TransformPointsNormalsVectors()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/Transforms/
H A DvtkHomogeneousTransform.cxx26 outVec[0] = M[0][0] * inVec[0] + M[0][1] * inVec[1] + M[0][2] * inVec[2]; in TransformVector()
27 outVec[1] = M[1][0] * inVec[0] + M[1][1] * inVec[1] + M[1][2] * inVec[2]; in TransformVector()
28 outVec[2] = M[2][0] * inVec[0] + M[2][1] * inVec[1] + M[2][2] * inVec[2]; in TransformVector()
33 outVec[0] = (outVec[0] - w * outPnt[0]) * f; in TransformVector()
34 outVec[1] = (outVec[1] - w * outPnt[1]) * f; in TransformVector()
35 outVec[2] = (outVec[2] - w * outPnt[2]) * f; in TransformVector()
155 double inPnt[3], outPnt[3], inNrm[3], outNrm[3], inVec[3], outVec[3]; in TransformPointsNormalsVectors() local
178 TransformVector(M, outPnt, f, inVec, outVec); in TransformPointsNormalsVectors()
179 outVrs->InsertNextTuple(outVec); in TransformPointsNormalsVectors()
187 TransformVector(M, outPnt, f, inVec, outVec); in TransformPointsNormalsVectors()
[all …]
/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
175 outVec[0] = M[0][0]*inVec[0] + M[0][1]*inVec[1] + M[0][2]*inVec[2]; in TransformPointsNormalsVectors()
176 outVec[1] = M[1][0]*inVec[0] + M[1][1]*inVec[1] + M[1][2]*inVec[2]; in TransformPointsNormalsVectors()
177 outVec[2] = M[2][0]*inVec[0] + M[2][1]*inVec[1] + M[2][2]*inVec[2]; in TransformPointsNormalsVectors()
182 outVec[0] = (outVec[0]-w*outPnt[0])*f; in TransformPointsNormalsVectors()
183 outVec[1] = (outVec[1]-w*outPnt[1])*f; in TransformPointsNormalsVectors()
184 outVec[2] = (outVec[2]-w*outPnt[2])*f; in TransformPointsNormalsVectors()
186 outVrs->InsertNextTuple(outVec); in TransformPointsNormalsVectors()
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/
H A DTiff.hs175 (outVec `M.unsafeWrite` writeIdx) v
327 outVecWord32 = M.unsafeCast outVec
348 maxWrite = M.length outVec
357 (outVec `M.write` writeIdx) high
374 maxWrite = M.length outVec
386 (outVec `M.write` writeIdx) v0
409 maxWrite = M.length outVec
432 (outVec `M.write` writeIdx) p0
462 maxOut = M.length outVec
503 tempVec <- allocTempBuffer comp outVec
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/
H A DTiff.hs175 (outVec `M.unsafeWrite` writeIdx) v
327 outVecWord32 = M.unsafeCast outVec
348 maxWrite = M.length outVec
357 (outVec `M.write` writeIdx) high
374 maxWrite = M.length outVec
386 (outVec `M.write` writeIdx) v0
409 maxWrite = M.length outVec
432 (outVec `M.write` writeIdx) p0
462 maxOut = M.length outVec
503 tempVec <- allocTempBuffer comp outVec
[all …]
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dcellular.c34 MYFLT *currLine, *outVec, *initVec, *ruleVec; member
46 p->outVec = ftp->ftable; in cell_set()
94 MYFLT *actual, *previous, *outVec = p->outVec , *ruleVec = p->ruleVec; in cell() local
105 outVec[j] = previous[j]; in cell()
114 memcpy(p->outVec, actual, sizeof(MYFLT)*elements); in cell()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/src/
H A DOgreTerrainMaterialGenerator.cpp189 Vector3 inVec, outVec; in updateCompositeMap() local
192 terrain->convertPosition(Terrain::POINT_SPACE, inVec, Terrain::TERRAIN_SPACE, outVec); in updateCompositeMap()
193 imgRect.left = outVec.x * compSize; in updateCompositeMap()
194 imgRect.top = (1.0f - outVec.y) * compSize; in updateCompositeMap()
197 terrain->convertPosition(Terrain::POINT_SPACE, inVec, Terrain::TERRAIN_SPACE, outVec); in updateCompositeMap()
198 imgRect.right = outVec.x * (Real)compSize + 1; in updateCompositeMap()
199 imgRect.bottom = (1.0 - outVec.y) * compSize + 1; in updateCompositeMap()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/src/
H A DOgreTerrainMaterialGenerator.cpp193 Vector3 inVec, outVec; in updateCompositeMap() local
196 terrain->convertPosition(Terrain::POINT_SPACE, inVec, Terrain::TERRAIN_SPACE, outVec); in updateCompositeMap()
197 imgRect.left = outVec.x * compSize; in updateCompositeMap()
198 imgRect.top = (1.0f - outVec.y) * compSize; in updateCompositeMap()
201 terrain->convertPosition(Terrain::POINT_SPACE, inVec, Terrain::TERRAIN_SPACE, outVec); in updateCompositeMap()
202 imgRect.right = outVec.x * (Real)compSize + 1; in updateCompositeMap()
203 imgRect.bottom = (1.0 - outVec.y) * compSize + 1; in updateCompositeMap()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/Gif/Internal/
H A DLZW.hs63 decodeLzw str maxBitKey initialKey outVec = do
65 lzw GifVariant maxBitKey initialKey 0 outVec
74 decodeLzwTiff str outVec initialWriteIdx = do
81 lzw variant 12 9 initialWriteIdx outVec
92 lzw variant nMaxBitKeySize initialKeySize initialWriteIdx outVec = do
108 duplicateData lzwData outVec dataOffset dataSize at
126 maxWrite = M.length outVec
143 (outVec ..<-.. (outWriteIdx + wroteSize)) c
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/Gif/Internal/
H A DLZW.hs63 decodeLzw str maxBitKey initialKey outVec = do
65 lzw GifVariant maxBitKey initialKey 0 outVec
74 decodeLzwTiff str outVec initialWriteIdx = do
81 lzw variant 12 9 initialWriteIdx outVec
92 lzw variant nMaxBitKeySize initialKeySize initialWriteIdx outVec = do
108 duplicateData lzwData outVec dataOffset dataSize at
126 maxWrite = M.length outVec
143 (outVec ..<-.. (outWriteIdx + wroteSize)) c
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkPassThrough.cxx38 vtkInformation* request, vtkInformationVector** inVec, vtkInformationVector* outVec) in RequestDataObject() argument
46 outVec->GetInformationObject(i)->Set(vtkDataObject::DATA_OBJECT(), obj); in RequestDataObject()
53 return this->Superclass::RequestDataObject(request, inVec, outVec); in RequestDataObject()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkPassThrough.cxx39 vtkInformationVector *outVec) in RequestDataObject() argument
48 outVec->GetInformationObject(i)->Set(vtkDataObject::DATA_OBJECT(), obj); in RequestDataObject()
55 return this->Superclass::RequestDataObject(request, inVec, outVec); in RequestDataObject()

12345