Home
last modified time | relevance | path

Searched defs: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
/external/swiftshader/src/Pipeline/
DSpirvShaderGroup.cpp31 const I identityValue, in BinaryOperation()