Home
last modified time | relevance | path

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

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/include/
H A DitkFEMImageMetricLoad.hxx302 VectorType OutVec; in Fe() local
309 OutVec.set_size(ImageDimension); OutVec.fill(0.0); return OutVec; in Fe()
319 OutVec.set_size(ImageDimension); in Fe()
381 OutVec[k] = 0.0; in Fe()
385 OutVec[k] = m_Sign * m_Gamma * derivative[k]; in Fe()
387 gmag += OutVec[k] * OutVec[k]; in Fe()
399 return OutVec / std::sqrt(gmag); in Fe()
515 VectorType OutVec; in MetricFiniteDiff() local
516 OutVec.set_size(ImageDimension); in MetricFiniteDiff()
597 OutVec[row] = dPixL - dPixR; in MetricFiniteDiff()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/FEM/include/
H A DitkFEMFiniteDifferenceFunctionLoad.hxx224 VectorType OutVec; in Fe() local
274 OutVec = m_DifferenceFunction->ComputeUpdate(nD, globalData); in Fe()
277 if( itk::Math::isnan(OutVec[k]) || itk::Math::isinf(OutVec[k] ) ) in Fe()
283 femVec[k] = OutVec[k] * m_Sign; in Fe()
/dports/math/clasp/clasp-3.3.5/libpotassco/src/
H A Dconvert.cpp68 typedef std::vector<Symbol> OutVec; typedef
147 OutVec output_; // list of output atoms not yet processed
309 …for (SmData::OutVec::const_iterator it = data_->output_.begin(), end = data_->output_.end(); it !=… in flushSymbols()
/dports/math/clingo/clingo-5.5.1/clasp/libpotassco/src/
H A Dconvert.cpp68 typedef std::vector<Symbol> OutVec; typedef
147 OutVec output_; // list of output atoms not yet processed
309 …for (SmData::OutVec::const_iterator it = data_->output_.begin(), end = data_->output_.end(); it !=… in flushSymbols()
/dports/math/amgcl/amgcl-1.4.2/amgcl/backend/
H A Dbuiltin.hpp971 template <class InVec, class OutVec>
972 void operator()(const InVec &vec, OutVec &vals) const { in operator ()()
984 template <class InVec, class OutVec>
985 void operator()(const InVec &vals, OutVec &vec) const { in operator ()()
/dports/math/R/R-4.1.2/src/main/
H A Dsaveload.c962 #define OutVec(fp, obj, accessor, outfunc, methods, d) \ macro
1003 OutVec(fp, s, INTEGER_ELT, m->OutInteger, m, d); in NewWriteVec()
1006 OutVec(fp, s, REAL_ELT, m->OutReal, m, d); in NewWriteVec()
1009 OutVec(fp, s, COMPLEX_ELT, m->OutComplex, m, d); in NewWriteVec()
/dports/math/libRmath/R-4.1.1/src/main/
H A Dsaveload.c962 #define OutVec(fp, obj, accessor, outfunc, methods, d) \ macro
1003 OutVec(fp, s, INTEGER_ELT, m->OutInteger, m, d); in NewWriteVec()
1006 OutVec(fp, s, REAL_ELT, m->OutReal, m, d); in NewWriteVec()
1009 OutVec(fp, s, COMPLEX_ELT, m->OutComplex, m, d); in NewWriteVec()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxGeometryExporter.cpp1424 position = k.OutVec(); in doExportSpline()
1445 position = k.OutVec(); in doExportSpline()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1000 SmallVector<std::pair<unsigned, unsigned>, 4> OutVec; in getRegsAndSizes() local
1007 OutVec.push_back(std::make_pair(Regs[I], RegisterSize)); in getRegsAndSizes()
1009 return OutVec; in getRegsAndSizes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1000 SmallVector<std::pair<unsigned, unsigned>, 4> OutVec; in getRegsAndSizes() local
1007 OutVec.push_back(std::make_pair(Regs[I], RegisterSize)); in getRegsAndSizes()
1009 return OutVec; in getRegsAndSizes()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1000 SmallVector<std::pair<unsigned, unsigned>, 4> OutVec; in getRegsAndSizes() local
1007 OutVec.push_back(std::make_pair(Regs[I], RegisterSize)); in getRegsAndSizes()
1009 return OutVec; in getRegsAndSizes()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp997 SmallVector<std::pair<unsigned, unsigned>, 4> OutVec; in getRegsAndSizes() local
1004 OutVec.push_back(std::make_pair(Regs[I], RegisterSize)); in getRegsAndSizes()
1006 return OutVec; in getRegsAndSizes()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp986 SmallVector<std::pair<unsigned, unsigned>, 4> OutVec; in getRegsAndSizes() local
993 OutVec.push_back(std::make_pair(Regs[I], RegisterSize)); in getRegsAndSizes()
995 return OutVec; in getRegsAndSizes()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp973 SmallVector<std::pair<unsigned, unsigned>, 4> OutVec; in getRegsAndSizes() local
980 OutVec.push_back(std::make_pair(Regs[I], RegisterSize)); in getRegsAndSizes()
982 return OutVec; in getRegsAndSizes()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1033 SmallVector<std::pair<unsigned, unsigned>, 4> OutVec; in getRegsAndSizes() local
1040 OutVec.push_back(std::make_pair(Regs[I], RegisterSize)); in getRegsAndSizes()
1042 return OutVec; in getRegsAndSizes()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1004 SmallVector<std::pair<unsigned, TypeSize>, 4> OutVec; in getRegsAndSizes() local
1011 OutVec.push_back(std::make_pair(Regs[I], RegisterSize)); in getRegsAndSizes()
1013 return OutVec; in getRegsAndSizes()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp985 SmallVector<std::pair<unsigned, TypeSize>, 4> OutVec; in getRegsAndSizes() local
992 OutVec.push_back(std::make_pair(Regs[I], RegisterSize)); in getRegsAndSizes()
994 return OutVec; in getRegsAndSizes()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1003 SmallVector<std::pair<unsigned, unsigned>, 4> OutVec; in getRegsAndSizes() local
1010 OutVec.push_back(std::make_pair(Regs[I], RegisterSize)); in getRegsAndSizes()
1012 return OutVec; in getRegsAndSizes()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1004 SmallVector<std::pair<unsigned, TypeSize>, 4> OutVec; in getRegsAndSizes() local
1011 OutVec.push_back(std::make_pair(Regs[I], RegisterSize)); in getRegsAndSizes()
1013 return OutVec; in getRegsAndSizes()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1022 SmallVector<std::pair<unsigned, TypeSize>, 4> OutVec; in getRegsAndSizes() local
1029 OutVec.push_back(std::make_pair(Regs[I], RegisterSize)); in getRegsAndSizes()
1031 return OutVec; in getRegsAndSizes()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1004 SmallVector<std::pair<unsigned, TypeSize>, 4> OutVec; in getRegsAndSizes() local
1011 OutVec.push_back(std::make_pair(Regs[I], RegisterSize)); in getRegsAndSizes()
1013 return OutVec; in getRegsAndSizes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp985 SmallVector<std::pair<unsigned, unsigned>, 4> OutVec; in getRegsAndSizes() local
992 OutVec.push_back(std::make_pair(Regs[I], RegisterSize)); in getRegsAndSizes()
994 return OutVec; in getRegsAndSizes()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp985 SmallVector<std::pair<unsigned, TypeSize>, 4> OutVec; in getRegsAndSizes() local
992 OutVec.push_back(std::make_pair(Regs[I], RegisterSize)); in getRegsAndSizes()
994 return OutVec; in getRegsAndSizes()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1004 SmallVector<std::pair<unsigned, TypeSize>, 4> OutVec; in getRegsAndSizes() local
1011 OutVec.push_back(std::make_pair(Regs[I], RegisterSize)); in getRegsAndSizes()
1013 return OutVec; in getRegsAndSizes()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1004 SmallVector<std::pair<unsigned, TypeSize>, 4> OutVec;
1011 OutVec.push_back(std::make_pair(Regs[I], RegisterSize));
1013 return OutVec;