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

Function IsInfImplementation

src/Platforms/VisualCpp/UtestPlatform.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194void* (*PlatformSpecificMemset)(void* mem, int c, size_t size) = memset;
195
196static int IsInfImplementation(double d)
197{
198 return !_finite(d);
199}
200
201double (*PlatformSpecificFabs)(double d) = fabs;
202extern "C" int (*PlatformSpecificIsNan)(double) = _isnan;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected