MCPcopy 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
104template<class T>
105static T
106ONE()
107{
108 return static_cast<T>(1.0);
109}
110
111template<>
112__template_static FloatComplex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected