Home
last modified time | relevance | path

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

1234

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/exec/cuda/internal/
H A DTaskStrided.h29 template <typename WType>
53 template <typename WType, typename IType>
85 typename std::remove_const<WType>::type Worklet;
93 template <typename WType>
97 TaskStrided1D(WType& worklet) in TaskStrided1D()
116 typename std::remove_const<WType>::type Worklet;
119 template <typename WType, typename IType>
160 typename std::remove_const<WType>::type Worklet;
168 template <typename WType>
172 TaskStrided3D(WType& worklet) in TaskStrided3D()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/exec/cuda/internal/
H A DTaskStrided.h39 template <typename WType>
63 template <typename WType, typename IType>
96 typename std::remove_const<WType>::type Worklet;
105 template <typename WType>
109 TaskStrided1D(WType& worklet) in TaskStrided1D()
128 typename std::remove_const<WType>::type Worklet;
131 template <typename WType, typename IType>
166 typename std::remove_const<WType>::type Worklet;
175 template <typename WType>
179 TaskStrided3D(WType& worklet) in TaskStrided3D()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/exec/kokkos/internal/
H A DTaskBasic.h27 template <typename WType, typename IType>
31 TaskBasic1D(const WType& worklet, const IType& invocation) in TaskBasic1D()
56 typename std::remove_const<WType>::type Worklet;
60 template <typename WType>
64 explicit TaskBasic1D(const WType& worklet) in TaskBasic1D()
78 typename std::remove_const<WType>::type Worklet;
81 template <typename WType, typename IType>
111 typename std::remove_const<WType>::type Worklet;
115 template <typename WType>
119 explicit TaskBasic3D(const WType& worklet) in TaskBasic3D()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/numpy/linalg/
H A Dnp_eig-inl.h140 template<typename AType, typename WType>
155 CUDA_CALL(cudaMemcpyAsync(w_cp_ptr, w.dptr<WType>(), sizeof(WType) * w.Size(), in GpuCallbackCpuImpl()
157 CUDA_CALL(cudaMemcpyAsync(v_cp_ptr, v.dptr<WType>(), sizeof(WType) * v.Size(), in GpuCallbackCpuImpl()
166 CUDA_CALL(cudaMemcpyAsync(w.dptr<WType>(), w_cp_ptr, sizeof(WType) * w.Size(), in GpuCallbackCpuImpl()
168 CUDA_CALL(cudaMemcpyAsync(v.dptr<WType>(), v_cp_ptr, sizeof(WType) * v.Size(), in GpuCallbackCpuImpl()
203 WType* w_cp_ptr = w_vec.data(); in EigOpForward()
204 WType* v_cp_ptr = v_vec.data(); in EigOpForward()
284 CUDA_CALL(cudaMemcpyAsync(w_cp_ptr, w.dptr<WType>(), sizeof(WType) * w.Size(), in GpuCallbackCpuImpl()
286 CUDA_CALL(cudaMemcpyAsync(v_cp_ptr, v.dptr<WType>(), sizeof(WType) * v.Size(), in GpuCallbackCpuImpl()
295 CUDA_CALL(cudaMemcpyAsync(w.dptr<WType>(), w_cp_ptr, sizeof(WType) * w.Size(), in GpuCallbackCpuImpl()
[all …]
H A Dnp_eigvals-inl.h246 template<typename AType, typename WType>
250 WType* w_cp_ptr, in GpuCallbackCpuImpl()
259 CUDA_CALL(cudaMemcpyAsync(w_cp_ptr, w.dptr<WType>(), sizeof(WType) * w.Size(), in GpuCallbackCpuImpl()
267 CUDA_CALL(cudaMemcpyAsync(w.dptr<WType>(), w_cp_ptr, sizeof(WType) * w.Size(), in GpuCallbackCpuImpl()
300 WType* w_cp_ptr = w_vec.data(); in EigvalsOpForward()
331 Tensor<xpu, 1, WType> w_temp_tensor = w.FlatToKD<xpu, 2, WType>(s)[0]; in EighEigvalshForwardWorkspaceSize()
390 template<typename AType, typename WType>
395 WType* w_cp_ptr, in GpuCallbackCpuImpl()
404 CUDA_CALL(cudaMemcpyAsync(w_cp_ptr, w.dptr<WType>(), sizeof(WType) * w.Size(), in GpuCallbackCpuImpl()
412 CUDA_CALL(cudaMemcpyAsync(w.dptr<WType>(), w_cp_ptr, sizeof(WType) * w.Size(), in GpuCallbackCpuImpl()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/numpy/linalg/
H A Dnp_eig-inl.h140 template<typename AType, typename WType>
155 CUDA_CALL(cudaMemcpyAsync(w_cp_ptr, w.dptr<WType>(), sizeof(WType) * w.Size(), in GpuCallbackCpuImpl()
157 CUDA_CALL(cudaMemcpyAsync(v_cp_ptr, v.dptr<WType>(), sizeof(WType) * v.Size(), in GpuCallbackCpuImpl()
166 CUDA_CALL(cudaMemcpyAsync(w.dptr<WType>(), w_cp_ptr, sizeof(WType) * w.Size(), in GpuCallbackCpuImpl()
168 CUDA_CALL(cudaMemcpyAsync(v.dptr<WType>(), v_cp_ptr, sizeof(WType) * v.Size(), in GpuCallbackCpuImpl()
203 WType* w_cp_ptr = w_vec.data(); in EigOpForward()
204 WType* v_cp_ptr = v_vec.data(); in EigOpForward()
284 CUDA_CALL(cudaMemcpyAsync(w_cp_ptr, w.dptr<WType>(), sizeof(WType) * w.Size(), in GpuCallbackCpuImpl()
286 CUDA_CALL(cudaMemcpyAsync(v_cp_ptr, v.dptr<WType>(), sizeof(WType) * v.Size(), in GpuCallbackCpuImpl()
295 CUDA_CALL(cudaMemcpyAsync(w.dptr<WType>(), w_cp_ptr, sizeof(WType) * w.Size(), in GpuCallbackCpuImpl()
[all …]
H A Dnp_eigvals-inl.h246 template<typename AType, typename WType>
250 WType* w_cp_ptr, in GpuCallbackCpuImpl()
259 CUDA_CALL(cudaMemcpyAsync(w_cp_ptr, w.dptr<WType>(), sizeof(WType) * w.Size(), in GpuCallbackCpuImpl()
267 CUDA_CALL(cudaMemcpyAsync(w.dptr<WType>(), w_cp_ptr, sizeof(WType) * w.Size(), in GpuCallbackCpuImpl()
300 WType* w_cp_ptr = w_vec.data(); in EigvalsOpForward()
331 Tensor<xpu, 1, WType> w_temp_tensor = w.FlatToKD<xpu, 2, WType>(s)[0]; in EighEigvalshForwardWorkspaceSize()
390 template<typename AType, typename WType>
395 WType* w_cp_ptr, in GpuCallbackCpuImpl()
404 CUDA_CALL(cudaMemcpyAsync(w_cp_ptr, w.dptr<WType>(), sizeof(WType) * w.Size(), in GpuCallbackCpuImpl()
412 CUDA_CALL(cudaMemcpyAsync(w.dptr<WType>(), w_cp_ptr, sizeof(WType) * w.Size(), in GpuCallbackCpuImpl()
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/josephspurrier/goversioninfo/
H A Dstructbuild.go30 WType uint16 member
61 WType uint16 member
71 WType uint16 member
81 WType uint16 member
91 WType uint16 member
116 ss.WType = 0x01
158 st.WType = 0x01
193 sf.WType = 0x01
218 vs.WType = 0x00
250 vf.WType = 0x01
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-validate/src/
H A Dmoduletype.rs5 ExternalKind, FuncType, ImportSectionEntryType, ModuleReader, SectionContent, Type as WType,
65 form: WType::Func, in parse_wasm()
151 fn wasmparser_to_atomtype(a: &WType) -> Result<AtomType, Error> { in wasmparser_to_atomtype()
153 WType::I32 => Ok(AtomType::I32), in wasmparser_to_atomtype()
154 WType::I64 => Ok(AtomType::I64), in wasmparser_to_atomtype()
155 WType::F32 => Ok(AtomType::F32), in wasmparser_to_atomtype()
156 WType::F64 => Ok(AtomType::F64), in wasmparser_to_atomtype()
/dports/games/keeperrl/keeperrl-alpha23/
H A Dread_write_array.h9 typedef WeakPointer<Type> WType; typedef
20 WType getWritable(Vec2 pos) { in getWritable()
27 const WType getReadonly(Vec2 pos) const { in getReadonly()
70 Table<WType> SERIAL(readonly);
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/exec/serial/internal/
H A DTaskTiling.h28 template <typename WType>
33 using WorkletType = typename std::remove_cv<WType>::type; in TaskTilingSetErrorBuffer()
38 template <typename WType, typename IType>
41 using WorkletType = typename std::remove_cv<WType>::type; in TaskTiling1DExecute()
73 template <typename WType, typename IType>
82 using WorkletType = typename std::remove_cv<WType>::type; in TaskTiling3DExecute()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/exec/serial/internal/
H A DTaskTiling.h38 template <typename WType>
42 using WorkletType = typename std::remove_cv<WType>::type; in TaskTilingSetErrorBuffer()
47 template <typename WType, typename IType>
54 using WorkletType = typename std::remove_cv<WType>::type; in TaskTiling1DExecute()
87 template <typename WType, typename IType>
96 using WorkletType = typename std::remove_cv<WType>::type; in TaskTiling3DExecute()
/dports/cad/xcircuit/xcircuit-3.10.30/Xw/
H A DResConvert.c458 static XwWidgetType WType = XwUNKNOWN; local
463 toVal->addr = (caddr_t) &WType;
471 WType = XwTITLE;
476 WType = XwPULLDOWN;
481 WType = XwWORK_SPACE;
486 WType = XwUNKNOWN;
/dports/devel/yaegi/yaegi-0.9.23/stdlib/
H A Dgo1_16_text_template_parse.go78 WType func() parse.NodeType member
84 func (W _text_template_parse_Node) Type() parse.NodeType { return W.WType() }
H A Dgo1_17_text_template_parse.go80 WType func() parse.NodeType member
86 func (W _text_template_parse_Node) Type() parse.NodeType { return W.WType() }
/dports/net/traefik/traefik-2.6.1/vendor/github.com/traefik/yaegi/stdlib/
H A Dgo1_16_text_template_parse.go78 WType func() parse.NodeType member
94 return W.WType()
H A Dgo1_17_text_template_parse.go80 WType func() parse.NodeType member
96 return W.WType()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/Cholesky/
H A DLDLT.h389 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
390 …Type& mat, const TranspositionType& transpositions, Workspace& tmp, const WType& w, const typename…
408 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
409 …pdate(MatrixType& mat, TranspositionType& transpositions, Workspace& tmp, WType& w, const typename…
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/Cholesky/
H A DLDLT.h392 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
393 …Type& mat, const TranspositionType& transpositions, Workspace& tmp, const WType& w, const typename…
411 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
412 …pdate(MatrixType& mat, TranspositionType& transpositions, Workspace& tmp, WType& w, const typename…
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/Cholesky/
H A DLDLT.h392 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
393 …Type& mat, const TranspositionType& transpositions, Workspace& tmp, const WType& w, const typename…
411 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
412 …pdate(MatrixType& mat, TranspositionType& transpositions, Workspace& tmp, WType& w, const typename…
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/Eigen/src/Cholesky/
H A DLDLT.h380 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
381 …Type& mat, const TranspositionType& transpositions, Workspace& tmp, const WType& w, typename Matri…
399 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
400 …pdate(MatrixType& mat, TranspositionType& transpositions, Workspace& tmp, WType& w, typename Matri…
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Cholesky/
H A DLDLT.h450 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
451 …Type& mat, const TranspositionType& transpositions, Workspace& tmp, const WType& w, const typename…
469 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
470 …pdate(MatrixType& mat, TranspositionType& transpositions, Workspace& tmp, WType& w, const typename…
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/Cholesky/
H A DLDLT.h450 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
451 …Type& mat, const TranspositionType& transpositions, Workspace& tmp, const WType& w, const typename…
469 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
470 …pdate(MatrixType& mat, TranspositionType& transpositions, Workspace& tmp, WType& w, const typename…
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/Cholesky/
H A DLDLT.h444 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
445 …Type& mat, const TranspositionType& transpositions, Workspace& tmp, const WType& w, const typename…
463 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
464 …pdate(MatrixType& mat, TranspositionType& transpositions, Workspace& tmp, WType& w, const typename…
/dports/math/eigen3/eigen-3.3.9/Eigen/src/Cholesky/
H A DLDLT.h444 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
445 …Type& mat, const TranspositionType& transpositions, Workspace& tmp, const WType& w, const typename…
463 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
464 …pdate(MatrixType& mat, TranspositionType& transpositions, Workspace& tmp, WType& w, const typename…

1234