Home
last modified time | relevance | path

Searched refs:test_bitwise_xor (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_operator.py310 def test_bitwise_xor(self): member in OperatorTestCase
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp3083 static inline T test_bitwise_xor (T x, T y) in test_bitwise_xor() function in vkt::SpirVAssembly::TestMath
/third_party/mindspore/tests/st/numpy_native/
Dtest_math_ops.py2629 def test_bitwise_xor(): function