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

Function AreAllZero

tests/cpu/SSE_tests.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142bool AreAllZero(const float* sseResult)
143{
144 return (sseResult[0] == 0.0f) &&
145 (sseResult[1] == 0.0f) &&
146 (sseResult[2] == 0.0f) &&
147 (sseResult[3] == 0.0f);
148}
149
150bool AreAllInRange(const float* sseResult, const float lower_bound, const float upper_bound)
151{

Callers 1

OCIO_ADD_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected