Searched refs:CeedQFunctionGetFlopsEstimate (Results 1 – 5 of 5) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-qfunction.c | 642 int CeedQFunctionGetFlopsEstimate(CeedQFunction qf, CeedSize *flops) { in CeedQFunctionGetFlopsEstimate() function
|
| H A D | ceed-operator.c | 1917 CeedCall(CeedQFunctionGetFlopsEstimate(qf, &qf_flops)); in CeedOperatorGetFlopsEstimate()
|
| /libCEED/include/ceed/ |
| H A D | backend.h | 397 CEED_EXTERN int CeedQFunctionGetFlopsEstimate(CeedQFunction qf, CeedSize *flops);
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 1250 function CeedQFunctionGetFlopsEstimate(qf, flops) function 1251 … ccall((:CeedQFunctionGetFlopsEstimate, libceed), Cint, (CeedQFunction, Ptr{CeedSize}), qf, flops)
|
| /libCEED/ |
| H A D | coverage.info | 10890 FNA:35,0,CeedQFunctionGetFlopsEstimate
|