Home
last modified time | relevance | path

Searched refs:test_loop (Results 1 – 16 of 16) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/arm64/fp/
Dfp-pidbench.S15 .macro test_loop per_loop macro
44 test_loop
61 test_loop
65 test_loop "rdvl x0, #8"
/external/llvm/test/CodeGen/AMDGPU/
Dbasic-loop.ll4 ; CHECK-LABEL: {{^}}test_loop:
5 define void @test_loop(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %in, i32 %val) nou…
Dcf-loop-on-constant.ll4 ; GCN-LABEL: {{^}}test_loop:
10 define void @test_loop(float addrspace(3)* %ptr, i32 %n) nounwind {
/external/python/pyserial/test/
Dtest_url.py24 def test_loop(self): member in Test_URL
/external/llvm/test/CodeGen/SPARC/
D2011-01-19-DelaySlot.ll28 define i32 @test_loop(i32 %a, i32 %b) nounwind readnone {
29 ; CHECK: test_loop
/external/OpenCL-CTS/test_conformance/basic/
DCMakeLists.txt8 test_if.cpp test_loop.cpp
Dtest_loop.cpp71 int test_loop(cl_device_id device, cl_context context, cl_command_queue queue, int num_elements) in test_loop() function
Dprocs.h38 extern int test_loop(cl_device_id deviceID, cl_context context, cl_command_queue queue, int …
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_arrays_v1.py583 test_loop = functools.partial( variable
682 return test_loop(
Dtraining_distributed_v1.py717 return training_arrays_v1.test_loop(
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Drematerialize-derived-pointers.ll221 define void @test_loop(i32 addrspace(1)* %base) gc "statepoint-example" {
222 ; CHECK-LABEL: test_loop
/external/liburing/test/
Daccept.c206 static int test_loop(struct io_uring *ring, in test_loop() function
316 ret = test_loop(ring, args, recv_s0, &addr); in test()
/external/linux-kselftest/tools/testing/selftests/kvm/
Dmemslot_perf_test.c947 static bool test_loop(const struct test_data *data, in test_loop() function
1032 if (!test_loop(data, &targs, in main()
/external/rust/crates/anyhow/tests/
Dtest_ensure.rs211 fn test_loop() { in test_loop() function
/external/autotest/docs/
Dfaft-design-doc.md248 ('*:*:*:*:*', cgpt_st.test_loop),
/external/python/cpython3/Lib/test/
Dtest_fstring.py1143 def test_loop(self): member in TestCase