Home
last modified time | relevance | path

Searched refs:identityValue (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/workgroups/
Dtest_wg_scan_reduce.cpp71 static constexpr T identityValue = 0; member
79 static constexpr T identityValue = std::numeric_limits<T>::min(); member
87 static constexpr T identityValue = std::numeric_limits<T>::max(); member
107 Type result = C::identityValue; in verify()
143 Type result = C::identityValue; in verify()
175 Type result = C::identityValue; in verify()
/external/swiftshader/src/Pipeline/
DSpirvShaderGroup.cpp31 const I identityValue, in BinaryOperation() argument
34 auto identity = TYPE(identityValue); in BinaryOperation()