Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
static cl_float S = 0.5;
34
35
static void
36
printResult(void)
37
{
38
printf(
"\nResult:\n"
);
39
printf(
"SA: %f\tSB: %f\t C: %f\tS: %f\n"
, SA, SB, C, S);
40
}
41
42
int
43
main(void)
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected