Home
last modified time | relevance | path

Searched refs:test_not (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_richcmp.py209 def test_not(self): member in MiscTest
/external/python/cpython3/Lib/test/
Dtest_richcmp.py207 def test_not(self): member in MiscTest
/external/clang/test/CodeGen/
Dzvector.c909 void test_not (void) in test_not() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dschedule-x86_64.ll8418 define void @test_not(i8 %a0, i16 %a1, i32 %a2, i64 %a3, i8 *%p0, i16 *%p1, i32 *%p2, i64 *%p3) opt…
8419 ; GENERIC-LABEL: test_not:
8435 ; ATOM-LABEL: test_not:
8451 ; SLM-LABEL: test_not:
8467 ; SANDY-LABEL: test_not:
8483 ; HASWELL-LABEL: test_not:
8499 ; BROADWELL-LABEL: test_not:
8515 ; SKYLAKE-LABEL: test_not:
8531 ; SKX-LABEL: test_not:
8547 ; BTVER2-LABEL: test_not:
[all …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2866 static inline T test_not (T x) in test_not() function in vkt::SpirVAssembly::TestMath