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

Function printResult

src/samples/example_ssbmv.c:64–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63
64static void
65printResult(const char* str)
66{
67 size_t i;
68
69 printf("%s:\n", str);
70
71 for (i = 0; i < N; i++) {
72 printf("%f\n", Y[ i * incy ]);
73 }
74}
75
76int
77main(void)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected