Searched defs:ctx_data (Results 1 – 8 of 8) sorted by relevance
| /libCEED/tests/ |
| H A D | t404-qfunction.c | 11 CeedScalar ctx_data[5] = {1, 2, 3, 4, 5}, *ctx_data_copy; in main() local
|
| H A D | t408-qfunction.c | 11 CeedScalar ctx_data[5] = {1, 2, 3, 4, 5}, *ctx_data_copy; in main() local
|
| H A D | t409-qfunction.c | 18 CeedScalar ctx_data[5] = {1, 2, 3, 4, 5}; in main() local
|
| H A D | t401-qfunction.c | 17 CeedScalar v_true[q], ctx_data[5] = {1, 2, 3, 4, 5}; in main() local
|
| H A D | t407-qfunction.c | 21 TestContext ctx_data = { in main() local
|
| /libCEED/gallery/identity/ |
| H A D | ceed-identity.c | 27 IdentityCtx ctx_data = {.size = 1}; in CeedQFunctionInit_Identity() local
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-qfunction.c | 18 void *ctx_data = NULL; in CeedQFunctionApply_Ref() local
|
| /libCEED/backends/memcheck/ |
| H A D | ceed-memcheck-qfunction.c | 20 void *ctx_data = NULL; in CeedQFunctionApply_Memcheck() local
|