MCPcopy Create free account
hub / github.com/cpputest/cpputest / IsInfImplementation

Function IsInfImplementation

src/Platforms/C2000/UtestPlatform.cpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224static int IsInfImplementation(double d)
225{
226 return 0;
227}
228
229int (*PlatformSpecificIsNan)(double d) = IsNanImplementation;
230int (*PlatformSpecificIsInf)(double d) = IsInfImplementation;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected