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

Function printResult

src/samples/example_srotmg.c:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42static void
43printResult(void)
44{
45 printf("\nResult:\n");
46 printf("SD1: %f,\tSD2: %f,\t SX1: %f,\tSY1: %f\nSPARAM: %f %f %f %f %f\n",
47 SD1, SD2, SX1, SY1, SPARAM[0], SPARAM[1], SPARAM[2], SPARAM[3], SPARAM[4]);
48}
49
50int
51main(void)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected