MCPcopy 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

135PerformanceRecorder *perfRecorder;
136
137static bool
138isDoubleZero(double d)
139{
140 return (fabs(d) < 0.000001);
141}
142
143static const char
144*functionToString(BlasFunction function)

Callers 2

checkIsTrmmFasterFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected