Lines Matching refs:printf
16 printf("New RS %p\n", rs.get()); in test_compute()
20 printf("Init returned %i\n", r); in test_compute()
23 printf("Element %p\n", e.get()); in test_compute()
29 printf("Type %p\n", t.get()); in test_compute()
33 printf("Allocation %p\n", a1.get()); in test_compute()
37 printf("Allocation %p %p\n", ain.get(), aout.get()); in test_compute()
44 printf("Input pointer: %p\n", input); in test_compute()
45 printf("Input stride: %zu\n", inputStride); in test_compute()
46 printf("Output pointer: %p\n", output); in test_compute()
47 printf("Output stride: %zu\n", outputStride); in test_compute()
62 printf("Launching script\n"); in test_compute()
68 printf("Script completed\n"); in test_compute()
76 printf("Mismatch at location %zu, %zu\n", j, i); in test_compute()
91 printf("TEST FAILED!\n"); in main()
93 printf("TEST PASSED!\n"); in main()