Home
last modified time | relevance | path

Searched defs:newVec (Results 1 – 25 of 86) sorted by relevance

1234

/dports/graphics/openvkl/openvkl-1.1.0/openvkl/common/
H A Dsimd.h117 vfloatn<OW> newVec; in alignas() local
129 vfloatn<OW> newVec; in alignas() local
209 vvec3fn<OW> newVec; in alignas() local
223 vvec3fn<OW> newVec; in alignas() local
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/demo/dmplex/
H A Ddistribute_field.py69 newSect, newVec = plex.distributeField(sf, origSect, origVec) variable
73 newVec = origVec variable
/dports/databases/arrow/apache-arrow-6.0.1/java/compression/src/test/java/org/apache/arrow/compression/
H A DTestCompressionCodec.java130 IntVector newVec = new IntVector("new vec", allocator); in testCompressFixedWidthBuffers() local
170 VarCharVector newVec = new VarCharVector("new vec", allocator); in testCompressVariableWidthBuffers() local
201 VarBinaryVector newVec = new VarBinaryVector("new vec", allocator); in testEmptyBuffer() local
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/api/objs/
H A Dparticle.cpp30 vec3d newVec = vmd_zero_vector; variable
51 vec3d newVec = vmd_zero_vector; variable
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/nvtt/nvmath/
H A DPlane.cpp10 Vector3 newVec = transformVector(m, p.vector()); in transformPlane() local
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/nvtt/src/src/nvmath/
H A DPlane.cpp10 Vector3 newVec = transformVector(m, p.vector()); in transformPlane() local
/dports/graphics/nvidia-texture-tools/nvidia-texture-tools-2.0.8/src/nvmath/
H A DPlane.cpp10 Vector3 newVec = transformVector(m, p.vector()); in transformPlane() local
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/router/include/geometry/
H A Dgeometry_utils.h73 auto newVec = aVec; in GetVectorSnapped45() local
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/libs/kimath/include/geometry/
H A Dgeometry_utils.h109 auto newVec = aVec; variable
/dports/x11/konsole/konsole-21.12.3/tools/uni2characterwidth/
H A Dtemplate.h71 Var(const Vector &newVec) in Var()
88 Var(std::initializer_list<Var> newVec) in Var()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DLegalizationPass.cpp634 … ConstantFP* newVec = cast<ConstantFP>(ConstantFP::get(Type::getDoubleTy(I.getContext()), result)); in visitBitCastInst() local
770 Value* newVec = UndefValue::get(I.getType()); in visitSelectInst() local
1150 Value* newVec = UndefValue::get(vec->getType()); in visitStoreInst() local
1170 Value* newVec = UndefValue::get(vec->getType()); in visitStoreInst() local
1190 Value* newVec = UndefValue::get(vec->getType()); in visitStoreInst() local
1289 void Legalization::PromoteInsertElement(Value* I, Value* newVec) in PromoteInsertElement()
1340 Value* newVec = UndefValue::get(vec->getType()); in visitInsertElementInst() local
1360 Value* newVec = UndefValue::get(I.getType()); in visitInsertElementInst() local
1380 Value* newVec = UndefValue::get(I.getType()); in visitInsertElementInst() local
1399 …Value* newVec = UndefValue::get(IGCLLVM::FixedVectorType::get(m_builder->getInt32Ty(), nbElement)); in visitInsertElementInst() local
[all …]
/dports/games/bzflag-server/bzflag-2.4.22/src/common/
H A DTextChunkManager.cxx91 StringVector newVec = parse(); in reload() local
/dports/games/bzflag/bzflag-2.4.22/src/common/
H A DTextChunkManager.cxx91 StringVector newVec = parse(); in reload() local
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/liblog/
H A Dlogd_writer.cpp125 struct iovec newVec[nr + headerLength]; in logdWrite() local
H A Dpmsg_writer.cpp91 struct iovec newVec[nr + headerLength]; in pmsgWrite() local
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/liblog/
H A Dlogd_writer.c132 struct iovec newVec[nr + headerLength]; in logdWrite() local
H A Dpmsg_writer.c102 struct iovec newVec[nr + headerLength]; in pmsgWrite() local
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libstats/
H A Dstatsd_writer.c138 struct iovec newVec[nr + headerLength]; in statsdWrite() local
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/femli/
H A Dmli_vector.cxx137 hypre_ParVector *newVec; in clone() local
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libstats/
H A Dstatsd_writer.c160 struct iovec newVec[nr + headerLength]; in statsdWrite() local
/dports/net/ns3/ns-allinone-3.35/netanim-3.108/
H A Dcountertablesscene.cpp145 valueVector_t newVec; in reloadContent() local
/dports/misc/usd/USD-21.11/pxr/base/tf/testenv/
H A DtestTfPyResultConversions.cpp162 std::vector<T> newVec; in AssertPySetVecEqual() local
/dports/www/firefox/firefox-99.0/third_party/python/pyrsistent/
H A Dpvectorcmodule.c426 PVector *newVec = copyPVector(self); in PVector_repeat() local
756 PVector *newVec = newPvec(original->count, original->shift, original->root); in copyPVector() local
764 static void extendWithItem(PVector *newVec, PyObject *item) { in extendWithItem()
824 PVector *newVec = copyPVector(EMPTY_VECTOR); in PVector_subscript() local
878 PVector *newVec = copyPVector(self); in PVector_extend() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pyrsistent/
H A Dpvectorcmodule.c426 PVector *newVec = copyPVector(self); in PVector_repeat() local
756 PVector *newVec = newPvec(original->count, original->shift, original->root); in copyPVector() local
764 static void extendWithItem(PVector *newVec, PyObject *item) { in extendWithItem()
824 PVector *newVec = copyPVector(EMPTY_VECTOR); in PVector_subscript() local
878 PVector *newVec = copyPVector(self); in PVector_extend() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pyrsistent/
H A Dpvectorcmodule.c426 PVector *newVec = copyPVector(self); in PVector_repeat() local
756 PVector *newVec = newPvec(original->count, original->shift, original->root); in copyPVector() local
764 static void extendWithItem(PVector *newVec, PyObject *item) { in extendWithItem()
824 PVector *newVec = copyPVector(EMPTY_VECTOR); in PVector_subscript() local
878 PVector *newVec = copyPVector(self); in PVector_extend() local

1234