Home
last modified time | relevance | path

Searched refs:test_if (Results 1 – 20 of 20) sorted by relevance

/external/clang/test/PCH/
Dcxx1z-init-statement.cpp9 static_assert(test_if(-1) == -1, ""); in g0()
10 static_assert(test_if(0) == 0, ""); in g0()
Dcxx1z-init-statement.h3 constexpr int test_if(int x) { in test_if() function
/external/llvm-project/clang/test/PCH/
Dcxx1z-init-statement.cpp9 static_assert(test_if(-1) == -1, ""); in g0()
10 static_assert(test_if(0) == 0, ""); in g0()
Dcxx1z-init-statement.h3 constexpr int test_if(int x) { in test_if() function
/external/ltp/testcases/network/stress/route/
Droute-change-if.sh64 test_if() function
/external/OpenCL-CTS/test_conformance/basic/
Dtest_if.cpp87 int test_if(cl_device_id device, cl_context context, cl_command_queue queue, int num_elements) in test_if() function
DCMakeLists.txt8 test_if.cpp test_loop.cpp
Dprocs.h36 extern int test_if(cl_device_id deviceID, cl_context context, cl_command_queue queue, int nu…
/external/llvm-project/llvm/test/Analysis/DivergenceAnalysis/AMDGPU/
Dcontrol-flow-intrinsics.ll17 ; CHECK: Printing analysis 'Legacy Divergence Analysis' for function 'test_if':
23 define void @test_if(i32 %arg0) {
/external/llvm-project/libcxx/test/libcxx/utilities/meta/
Dmeta_base.pass.cpp24 void test_if() { in test_if() function
/external/tensorflow/tensorflow/python/tf_program/tests/
Dmlir_gen_test.py146 def test_if(self): member in MLIRGenTest
/external/llvm/test/CodeGen/AMDGPU/
Dvalu-i1.ll5 ; SI-LABEL: @test_if
10 define void @test_if(i32 %b, i32 addrspace(1)* %src, i32 addrspace(1)* %dst) #1 {
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dvalu-i1.ll5 ; SI-LABEL: {{^}}test_if:
28 define amdgpu_kernel void @test_if(i32 %b, i32 addrspace(1)* %src, i32 addrspace(1)* %dst) #1 {
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_util.py342 def test_if(self): member in Test_find_binding
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_util.py339 def test_if(self): member in Test_find_binding
/external/python/cpython3/Lib/test/
Dtest_compile.py823 def test_if(self): member in TestStackSizeStability
Dtest_grammar.py1224 def test_if(self): member in GrammarTests
Dtest_ast.py1170 def test_if(self): member in ASTValidatorTests
/external/python/cpython2/Lib/test/
Dtest_grammar.py760 def test_if(self): member in GrammarTests
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dactivity_test.py293 def test_if(self): member in ActivityAnalyzerTest