Home
last modified time | relevance | path

Searched refs:test_bitwise_or (Results 1 – 4 of 4) sorted by relevance

/external/autotest/site_utils/
Drun_suite_unittest.py50 def test_bitwise_or(self): member in ReturnResultUnittest
/external/python/cpython2/Lib/test/
Dtest_operator.py253 def test_bitwise_or(self): member in OperatorTestCase
/external/python/cpython3/Lib/test/
Dtest_operator.py226 def test_bitwise_or(self): member in OperatorTestCase
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2851 static inline T test_bitwise_or (T x, T y) in test_bitwise_or() function in vkt::SpirVAssembly::TestMath