Home
last modified time | relevance | path

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

123456

/dports/math/sundials/sundials-5.7.0/examples/nvector/hip/
H A Dtest_nvector_hip.hip.cpp85 SUNMemoryHelper mem_helper = NULL; in main() local
95 mem_helper = MyMemoryHelper(); in main()
109 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
119 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
140 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
150 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
218 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
230 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
262 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
274 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/nvector/cuda/
H A Dtest_nvector_cuda.cu90 SUNMemoryHelper mem_helper = NULL; in main() local
102 mem_helper = MyMemoryHelper(); in main()
118 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
128 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
149 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
159 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
226 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
238 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
270 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
282 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/nvector/sycl/
H A Dtest_nvector_sycl.cpp138 SUNMemoryHelper mem_helper = NULL; in main() local
156 mem_helper = MyMemoryHelper(&myQueue); in main()
164 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
174 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
195 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
205 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
272 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
284 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
316 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
328 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/nvector/raja/
H A Dtest_nvector_raja.cpp63 SUNMemoryHelper mem_helper = NULL; in main() local
73 mem_helper = MyMemoryHelper(); in main()
79 else if (memtype == SUNMEMORY) X = N_VNewWithMemHelp_Raja(length, SUNFALSE, mem_helper); in main()
81 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
96 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
105 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
172 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
202 if (mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
249 if(mem_helper) SUNMemoryHelper_Destroy(mem_helper); in main()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/nvector/raja/
H A Dnvector_raja.cpp59 #define NVEC_RAJA_MEMHELP(x) (NVEC_RAJA_CONTENT(x)->mem_helper)
166 NVEC_RAJA_CONTENT(v)->mem_helper = NULL; in N_VNewEmpty_Raja()
185 NVEC_RAJA_CONTENT(v)->mem_helper = SUNMemoryHelper_Cuda(); in N_VNew_Raja()
187 NVEC_RAJA_CONTENT(v)->mem_helper = SUNMemoryHelper_Hip(); in N_VNew_Raja()
232 NVEC_RAJA_CONTENT(v)->mem_helper = helper; in N_VNewWithMemHelp_Raja()
258 NVEC_RAJA_CONTENT(v)->mem_helper = SUNMemoryHelper_Cuda(); in N_VNewManaged_Raja()
260 NVEC_RAJA_CONTENT(v)->mem_helper = SUNMemoryHelper_Hip(); in N_VNewManaged_Raja()
298 NVEC_RAJA_CONTENT(v)->mem_helper = SUNMemoryHelper_Cuda(); in N_VMake_Raja()
300 NVEC_RAJA_CONTENT(v)->mem_helper = SUNMemoryHelper_Hip(); in N_VMake_Raja()
340 NVEC_RAJA_CONTENT(v)->mem_helper = SUNMemoryHelper_Hip(); in N_VMakeManaged_Raja()
[all …]
/dports/math/sundials/sundials-5.7.0/src/nvector/raja/
H A Dnvector_raja.cpp59 #define NVEC_RAJA_MEMHELP(x) (NVEC_RAJA_CONTENT(x)->mem_helper)
166 NVEC_RAJA_CONTENT(v)->mem_helper = NULL; in N_VNewEmpty_Raja()
185 NVEC_RAJA_CONTENT(v)->mem_helper = SUNMemoryHelper_Cuda(); in N_VNew_Raja()
187 NVEC_RAJA_CONTENT(v)->mem_helper = SUNMemoryHelper_Hip(); in N_VNew_Raja()
232 NVEC_RAJA_CONTENT(v)->mem_helper = helper; in N_VNewWithMemHelp_Raja()
258 NVEC_RAJA_CONTENT(v)->mem_helper = SUNMemoryHelper_Cuda(); in N_VNewManaged_Raja()
260 NVEC_RAJA_CONTENT(v)->mem_helper = SUNMemoryHelper_Hip(); in N_VNewManaged_Raja()
298 NVEC_RAJA_CONTENT(v)->mem_helper = SUNMemoryHelper_Cuda(); in N_VMake_Raja()
300 NVEC_RAJA_CONTENT(v)->mem_helper = SUNMemoryHelper_Hip(); in N_VMake_Raja()
340 NVEC_RAJA_CONTENT(v)->mem_helper = SUNMemoryHelper_Hip(); in N_VMakeManaged_Raja()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Dplugin.h117 bool mem_helper; member
174 insn->mem_helper = false; in qemu_plugin_tb_insn_get()
/dports/emulators/qemu5/qemu-5.2.0/include/qemu/
H A Dplugin.h101 bool mem_helper; member
158 insn->mem_helper = false; in qemu_plugin_tb_insn_get()
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Dplugin.h117 bool mem_helper; member
174 insn->mem_helper = false; in qemu_plugin_tb_insn_get()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Dplugin.h117 bool mem_helper; member
174 insn->mem_helper = false; in qemu_plugin_tb_insn_get()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Dplugin.h117 bool mem_helper; member
174 insn->mem_helper = false; in qemu_plugin_tb_insn_get()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/hppa/
H A DMakefile.objs1 obj-y += translate.o helper.o cpu.o op_helper.o gdbstub.o mem_helper.o
/dports/emulators/qemu-utils/qemu-4.2.1/target/alpha/
H A DMakefile.objs3 obj-y += int_helper.o fpu_helper.o vax_helper.o sys_helper.o mem_helper.o
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/alpha/
H A DMakefile.objs3 obj-y += int_helper.o fpu_helper.o vax_helper.o sys_helper.o mem_helper.o
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/alpha/
H A DMakefile.objs3 obj-y += int_helper.o fpu_helper.o vax_helper.o sys_helper.o mem_helper.o
/dports/emulators/qemu42/qemu-4.2.1/target/alpha/
H A DMakefile.objs3 obj-y += int_helper.o fpu_helper.o vax_helper.o sys_helper.o mem_helper.o
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/alpha/
H A DMakefile.objs3 obj-y += int_helper.o fpu_helper.o vax_helper.o sys_helper.o mem_helper.o
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/s390x/tcg/
H A Dmeson.build7 'mem_helper.c',
/dports/emulators/qemu/qemu-6.2.0/target/s390x/tcg/
H A Dmeson.build7 'mem_helper.c',
/dports/emulators/qemu/qemu-6.2.0/include/qemu/
H A Dplugin.h121 bool mem_helper; member
183 insn->mem_helper = false; in qemu_plugin_tb_insn_get()
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Dplugin.h102 bool mem_helper; member
162 insn->mem_helper = false; in qemu_plugin_tb_insn_get()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/qemu/
H A Dplugin.h101 bool mem_helper; member
161 insn->mem_helper = false; in qemu_plugin_tb_insn_get()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-i386/
H A DMakefile.objs3 obj-y += smm_helper.o misc_helper.o mem_helper.o seg_helper.o
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-i386/
H A DMakefile.objs3 obj-y += smm_helper.o misc_helper.o mem_helper.o seg_helper.o
/dports/emulators/qemu5/qemu-5.2.0/target/alpha/
H A Dmeson.build8 'mem_helper.c',

123456