MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / AreAllInfinity

Function AreAllInfinity

tests/cpu/SSE_tests.cpp:134–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134bool AreAllInfinity(const float* sseResult)
135{
136 return IsInfinity(sseResult[0]) &&
137 IsInfinity(sseResult[1]) &&
138 IsInfinity(sseResult[2]) &&
139 IsInfinity(sseResult[3]);
140}
141
142bool AreAllZero(const float* sseResult)
143{

Callers 1

OCIO_ADD_TESTFunction · 0.85

Calls 1

IsInfinityFunction · 0.85

Tested by

no test coverage detected