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

Function printResult

src/samples/example_srotg.c:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33static cl_float S = 0.5;
34
35static void
36printResult(void)
37{
38 printf("\nResult:\n");
39 printf("SA: %f\tSB: %f\t C: %f\tS: %f\n", SA, SB, C, S);
40}
41
42int
43main(void)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected