Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ ONE
Function
ONE
src/library/tools/ktest/naive/naive_blas.cpp:105–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
104
template<class T>
105
static T
106
ONE()
107
{
108
return static_cast<T>(1.0);
109
}
110
111
template<>
112
__template_static FloatComplex
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected