Searched refs:constants (Results 1 – 4 of 4) sorted by relevance
| /libCEED/backends/sycl/ |
| H A D | ceed-sycl-compile.sycl.cpp | 28 const std::map<std::string, CeedInt> &constants = {}) { in CeedJitAddDefinitions_Sycl() argument 35 for (const auto &[name, value] : constants) { 124 …ring &kernel_source, SyclModule_t **sycl_module, const std::map<std::string, CeedInt> &constants) { in CeedBuildModule_Sycl() argument 131 CeedCallBackend(CeedJitAddDefinitions_Sycl(ceed, kernel_source, jit_source, constants)); in CeedBuildModule_Sycl()
|
| H A D | ceed-sycl-compile.hpp | 18 const std::map<std::string, CeedInt> &constants = {});
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | UserQFunction.jl | 20 constants, argument 33 const_assignments = Vector{Expr}(undef, length(constants)) 34 for (i, c) ∈ enumerate(constants) 140 constants = Expr[] 150 push!(constants, :(($a1, $a2))) 182 [$(constants...)], 208 constants in the Q-function. For example, if `dim` is a variable set to the dimension of the
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | UserQFunctions.md | 129 compile-time constants.
|