Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ isDoubleZero
Function
isDoubleZero
src/tests/performance/test-performance.cpp:137–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
PerformanceRecorder *perfRecorder;
136
137
static bool
138
isDoubleZero(double d)
139
{
140
return (fabs(d) < 0.000001);
141
}
142
143
static const char
144
*functionToString(BlasFunction function)
Callers
2
checkIsTrmmFaster
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected