MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / printResult

Function printResult

src/samples/example_srot.c:52–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50static const cl_float S = 3.0;
51
52static void
53printResult(void)
54{
55 size_t i;
56 printf("\nResult:\n");
57
58 printf("X\n");
59 for (i = 0; i < N; i++) {
60 printf("\t%f\n", X[i]);
61 }
62 printf("Y\n");
63 for (i = 0; i < N; i++) {
64 printf("\t%f\n", Y[i]);
65 }
66}
67
68int
69main(void)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected