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

Function GetOperation

tests/cpu/SSE_tests.cpp:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170std::string GetOperation(const char* fct, const float arg1)
171{
172 std::ostringstream oss;
173 oss << fct << "(" << arg1 << ")";
174 return oss.str();
175}
176
177std::string GetOperation(const char* fct, const float arg1, const float arg2)
178{

Callers 1

OCIO_ADD_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected