Home
last modified time | relevance | path

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

/external/llvm-project/openmp/tools/archer/tests/
Dlit.site.cfg.in7 config.test_not = "@OPENMP_NOT_EXECUTABLE@"
Dlit.cfg121 config.substitutions.append(("%not", config.test_not))
/external/llvm-project/openmp/runtime/test/
Dlit.site.cfg.in7 config.test_not = "@OPENMP_NOT_EXECUTABLE@"
Dlit.cfg131 config.substitutions.append(("%not", config.test_not))
/external/python/cpython3/Lib/test/
Dtest_richcmp.py207 def test_not(self): member in MiscTest
/external/python/cpython2/Lib/test/
Dtest_richcmp.py209 def test_not(self): member in MiscTest
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dzvector.c1123 void test_not(void) { in test_not() function
/external/clang/test/CodeGen/
Dzvector.c909 void test_not (void) in test_not() function
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dimport.hlotxt543 // CHECK-LABEL: func private @test_not(%arg0: tensor<16xi1>) -> tensor<16xi1>
544 %test_not (arg0.1: pred[16]) -> pred[16] {
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp3089 static inline T test_not (T x) in test_not() function in vkt::SpirVAssembly::TestMath