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

Function TWO

src/library/tools/ktest/naive/naive_blas.cpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125template<class T>
126static T
127TWO()
128{
129 return static_cast<T>(2.0);
130}
131
132template<>
133__template_static FloatComplex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected