Home
last modified time | relevance | path

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

1234

/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/testing/
H A DUnitTestVecTraits.cxx46 vtkm::VecC<ComponentType> outVecC(outVector); in operator ()()
47 vtkm::testing::TestVecType<Traits::NUM_COMPONENTS>(vtkm::VecC<ComponentType>(inVector), in operator ()()
65 vtkm::testing::TestVecComponentsTag<vtkm::VecC<vtkm::FloatDefault>>(); in TestVecTraits()
/dports/math/petanque/arybo-release-1.1.0/petanque/include/pa/
H A Dsubs.h71 template <class VecC, class ValC>
72 bool list_vec_syms_list_values_to_bitfields(bitfield& bf_syms, bitfield& bf_values, VecC const& vec… in list_vec_syms_list_values_to_bitfields()
128 template <class O, class VecC, class ValC>
129 bool subs_vectors(O& o, VecC const& vecs, ValC const& vec_values) in subs_vectors()
/dports/math/py-pytanque/pytanque-1.1.0/include/pa/
H A Dsubs.h71 template <class VecC, class ValC>
72 bool list_vec_syms_list_values_to_bitfields(bitfield& bf_syms, bitfield& bf_values, VecC const& vec… in list_vec_syms_list_values_to_bitfields()
128 template <class O, class VecC, class ValC>
129 bool subs_vectors(O& o, VecC const& vecs, ValC const& vec_values) in subs_vectors()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/testing/
H A DUnitTestVecTraits.cxx47 vtkm::VecC<ComponentType> outVecC(outVector); in operator ()()
48 vtkm::testing::TestVecType<Traits::NUM_COMPONENTS>(vtkm::VecC<ComponentType>(inVector), in operator ()()
68 vtkm::testing::TestVecComponentsTag<vtkm::VecC<vtkm::FloatDefault>>(); in TestVecTraits()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/
H A DTypeTraits.h159 struct TypeTraits<vtkm::VecC<T>>
165 static vtkm::VecC<T> ZeroInitialization() { return vtkm::VecC<T>(); }
H A DTypes.h322 class VTKM_ALWAYS_EXPORT VecC; variable
1237 class VTKM_ALWAYS_EXPORT VecC : public detail::VecCBase<T, VecC<T>>
1239 using Superclass = detail::VecCBase<T, VecC<T>>;
1251 VecC()
1258 VecC(T* array, vtkm::IdComponent size)
1265 VTKM_EXEC_CONT VecC(vtkm::Vec<T, Size>& src)
1272 explicit VecC(T& src)
1279 VecC(const VecC<T>& src)
1305 VecC<T>& operator=(const VecC<T>& src)
1380 VecCConst(const VecC<T>& src)
[all …]
H A DVecTraits.h317 struct VTKM_NEVER_EXPORT VecTraits<vtkm::VecC<T>>
319 using VecType = vtkm::VecC<T>;
389 using ReplaceComponentType = vtkm::VecC<NewComponentType>;
398 using ReplaceBaseComponentType = vtkm::VecC<
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/
H A DTypeTraits.h168 struct TypeTraits<vtkm::VecC<T>>
174 static vtkm::VecC<T> ZeroInitialization() { return vtkm::VecC<T>(); }
H A DTypes.h368 class VTKM_ALWAYS_EXPORT VecC;
1007 class VTKM_ALWAYS_EXPORT VecC : public detail::VecCBase<T, VecC<T>>
1009 using Superclass = detail::VecCBase<T, VecC<T>>;
1021 VecC()
1028 VecC(T* array, vtkm::IdComponent size)
1035 VTKM_EXEC_CONT VecC(vtkm::Vec<T, Size>& src)
1042 explicit VecC(T& src)
1049 VecC(const VecC<T>& src)
1075 VecC<T>& operator=(const VecC<T>& src)
1150 VecCConst(const VecC<T>& src)
[all …]
H A DVecTraits.h206 struct VecTraits<vtkm::VecC<T>>
208 using VecType = vtkm::VecC<T>;
/dports/biology/gcta/gcta_1.26.0_src/
H A DStrFunc.cpp161 void StrFunc::match(const vector<string> &VecA, const vector<string> &VecB, vector<int> &VecC) in match() argument
166 VecC.clear(); in match()
170 if(iter==id_map.end()) VecC.push_back(-9); in match()
171 else VecC.push_back(iter->second); in match()
H A DStrFunc.h46 void match(const vector<string> &VecA, const vector<string> &VecB, vector<int> &VecC);
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dvolume.h49 typename VecC,
54 const VecC & c,
H A Dvolume.cpp59 typename VecC,
64 const VecC & c, in volume_single()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dvolume.h49 typename VecC,
54 const VecC & c,
H A Dvolume.cpp59 typename VecC,
64 const VecC & c, in volume_single()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp304 Value *VecC = BitCastAcc->getOperand(0); in createTileDPLoops() local
305 assert(isV256I32Ty(VecC->getType()) && "bitcast from non-v256i32 to x86amx"); in createTileDPLoops()
324 VecCPhiRowLoop->addIncoming(VecC, Start); in createTileDPLoops()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp304 Value *VecC = BitCastAcc->getOperand(0); in createTileDPLoops() local
305 assert(isV256I32Ty(VecC->getType()) && "bitcast from non-v256i32 to x86amx"); in createTileDPLoops()
324 VecCPhiRowLoop->addIncoming(VecC, Start); in createTileDPLoops()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp304 Value *VecC = BitCastAcc->getOperand(0); in createTileDPLoops() local
305 assert(isV256I32Ty(VecC->getType()) && "bitcast from non-v256i32 to x86amx"); in createTileDPLoops()
324 VecCPhiRowLoop->addIncoming(VecC, Start); in createTileDPLoops()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp304 Value *VecC = BitCastAcc->getOperand(0); in createTileDPLoops() local
305 assert(isV256I32Ty(VecC->getType()) && "bitcast from non-v256i32 to x86amx"); in createTileDPLoops()
324 VecCPhiRowLoop->addIncoming(VecC, Start); in createTileDPLoops()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp304 Value *VecC = BitCastAcc->getOperand(0); in createTileDPLoops() local
305 assert(isV256I32Ty(VecC->getType()) && "bitcast from non-v256i32 to x86amx"); in createTileDPLoops()
324 VecCPhiRowLoop->addIncoming(VecC, Start); in createTileDPLoops()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp304 Value *VecC = BitCastAcc->getOperand(0); in createTileDPLoops() local
305 assert(isV256I32Ty(VecC->getType()) && "bitcast from non-v256i32 to x86amx"); in createTileDPLoops()
324 VecCPhiRowLoop->addIncoming(VecC, Start); in createTileDPLoops()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4196 auto *VecC = dyn_cast<Constant>(Vec); in SimplifyInsertElementInst() local
4199 if (VecC && ValC && IdxC) in SimplifyInsertElementInst()
4200 return ConstantFoldInsertElementInstruction(VecC, ValC, IdxC); in SimplifyInsertElementInst()
4480 SmallVector<Constant *, 16> VecC(MaskNumElts, C); in SimplifyShuffleVectorInst() local
4483 VecC[i] = UndefValue::get(C->getType()); in SimplifyShuffleVectorInst()
4484 return ConstantVector::get(VecC); in SimplifyShuffleVectorInst()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DInstructionSimplify.cpp4196 auto *VecC = dyn_cast<Constant>(Vec); in SimplifyInsertElementInst() local
4199 if (VecC && ValC && IdxC) in SimplifyInsertElementInst()
4200 return ConstantFoldInsertElementInstruction(VecC, ValC, IdxC); in SimplifyInsertElementInst()
4480 SmallVector<Constant *, 16> VecC(MaskNumElts, C); in SimplifyShuffleVectorInst() local
4483 VecC[i] = UndefValue::get(C->getType()); in SimplifyShuffleVectorInst()
4484 return ConstantVector::get(VecC); in SimplifyShuffleVectorInst()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DInstructionSimplify.cpp4324 auto *VecC = dyn_cast<Constant>(Vec); in SimplifyInsertElementInst() local
4327 if (VecC && ValC && IdxC) in SimplifyInsertElementInst()
4328 return ConstantFoldInsertElementInstruction(VecC, ValC, IdxC); in SimplifyInsertElementInst()
4619 SmallVector<Constant *, 16> VecC(MaskNumElts, C); in SimplifyShuffleVectorInst() local
4622 VecC[i] = UndefValue::get(C->getType()); in SimplifyShuffleVectorInst()
4623 return ConstantVector::get(VecC); in SimplifyShuffleVectorInst()

1234