Home
last modified time | relevance | path

Searched refs:constants (Results 1 – 4 of 4) sorted by relevance

/libCEED/backends/sycl/
H A Dceed-sycl-compile.sycl.cpp28 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 Dceed-sycl-compile.hpp18 const std::map<std::string, CeedInt> &constants = {});
/libCEED/julia/LibCEED.jl/src/
H A DUserQFunction.jl20 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 DUserQFunctions.md129 compile-time constants.