Home
last modified time | relevance | path

Searched defs:void (Results 26 – 43 of 43) sorted by relevance

12

/libCEED/backends/hip-shared/
H A Dceed-hip-shared.c47 CEED_INTERN int CeedRegister_Hip_Shared(void) { return CeedRegister("/gpu/hip/shared", CeedInit_Hip… in CeedRegister_Hip_Shared() argument
/libCEED/gallery/poisson/
H A Dceed-poisson3dapply.c36 CEED_INTERN int CeedQFunctionRegister_Poisson3DApply(void) { in CeedQFunctionRegister_Poisson3DApply() argument
/libCEED/backends/hip-gen/
H A Dceed-hip-gen.c52 CEED_INTERN int CeedRegister_Hip_Gen(void) { return CeedRegister("/gpu/hip/gen", CeedInit_Hip_gen, … in CeedRegister_Hip_Gen() argument
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref.sycl.cpp58 CEED_INTERN int CeedRegister_Sycl(void) { in CeedRegister_Sycl() argument
/libCEED/gallery/poisson-vector/
H A Dceed-vectorpoisson3dapply.c36 CEED_INTERN int CeedQFunctionRegister_Vector3Poisson3DApply(void) { in CeedQFunctionRegister_Vector3Poisson3DApply() argument
H A Dceed-vectorpoisson2dapply.c36 CEED_INTERN int CeedQFunctionRegister_Vector3Poisson2DApply(void) { in CeedQFunctionRegister_Vector3Poisson2DApply() argument
H A Dceed-vectorpoisson1dapply.c36 CEED_INTERN int CeedQFunctionRegister_Vector3Poisson1DApply(void) { in CeedQFunctionRegister_Vector3Poisson1DApply() argument
/libCEED/gallery/identity/
H A Dceed-identity.c42 CEED_INTERN int CeedQFunctionRegister_Identity(void) { in CeedQFunctionRegister_Identity() argument
/libCEED/backends/sycl-gen/
H A Dceed-sycl-gen.sycl.cpp53 CEED_INTERN int CeedRegister_Sycl_Gen(void) { return CeedRegister("/gpu/sycl/gen", CeedInit_Sycl_ge… in CeedRegister_Sycl_Gen() argument
/libCEED/backends/cuda-gen/
H A Dceed-cuda-gen.c52 CEED_INTERN int CeedRegister_Cuda_Gen(void) { return CeedRegister("/gpu/cuda/gen", CeedInit_Cuda_ge… in CeedRegister_Cuda_Gen() argument
/libCEED/backends/opt/
H A Dceed-opt-blocked.c56 CEED_INTERN int CeedRegister_Opt_Blocked(void) { return CeedRegister("/cpu/self/opt/blocked", CeedI… in CeedRegister_Opt_Blocked() argument
H A Dceed-opt-serial.c56 CEED_INTERN int CeedRegister_Opt_Serial(void) { return CeedRegister("/cpu/self/opt/serial", CeedIni… in CeedRegister_Opt_Serial() argument
/libCEED/interface/
H A Dceed-register.c30 int CeedRegisterAll(void) { in CeedRegisterAll() argument
H A Dceed.c241 bool CeedDebugFlagEnv(void) { return getenv("CEED_DEBUG") || getenv("DEBUG") || getenv("DBG"); } in CeedDebugFlagEnv() argument
730 …ndFunctionImpl(Ceed ceed, const char *type, void *object, const char *func_name, void (*f)(void)) { in CeedSetBackendFunctionImpl() argument
/libCEED/backends/sycl-shared/
H A Dceed-sycl-shared.sycl.cpp55 CEED_INTERN int CeedRegister_Sycl_Shared(void) { in CeedRegister_Sycl_Shared() argument
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref.c72 CEED_INTERN int CeedRegister_Cuda(void) { return CeedRegister("/gpu/cuda/ref", CeedInit_Cuda_ref, 4… in CeedRegister_Cuda() argument
/libCEED/backends/hip-ref/
H A Dceed-hip-ref.c75 CEED_INTERN int CeedRegister_Hip(void) { return CeedRegister("/gpu/hip/ref", CeedInit_Hip_ref, 40);… in CeedRegister_Hip() argument
/libCEED/examples/fluids/src/
H A Dmat-ceed.c1017 PetscErrorCode MatCeedSetOperation(Mat mat, MatOperation op, void (*g)(void)) { in MatCeedSetOperation() argument

12