/external/valgrind/none/tests/s390x/ |
bfp-4.c | 39 float f1, f2; local 43 f1 = 3.14f; 44 f2 = f1; 45 cebr(f1, f2); 46 f2 = f1 + 10.; 47 cebr(f1, f2); 48 f2 = f1 - 100.; 49 cebr(f1, f2);
|
/ndk/sources/cxx-stl/gabi++/tests/ |
catch_class_01.cpp | 25 void f1() function 35 f1();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
imbue.pass.cpp | 31 void f1(std::ios_base::event ev, std::ios_base& stream, int index) function 74 ios.register_callback(f1, 4); 90 ios.register_callback(f1, 4);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.cons/ |
dtor.pass.cpp | 35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) function 79 b.register_callback(f1, 4);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/ |
notify_all.pass.cpp | 28 void f1() function 50 std::thread t1(f1);
|
notify_one.pass.cpp | 28 void f1() function 50 std::thread t1(f1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/ |
notify_all.pass.cpp | 32 void f1() function 54 std::thread t1(f1);
|
notify_one.pass.cpp | 32 void f1() function 54 std::thread t1(f1);
|
wait.exception.pass.cpp | 8 void f1() function 43 std::set_terminate(f1);
|
wait_for.exception.pass.cpp | 8 void f1() function 43 std::set_terminate(f1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/ |
mutex_duration.pass.cpp | 33 void f1() function 62 v.push_back(std::thread(f1));
|
mutex_time_point.pass.cpp | 33 void f1() function 62 v.push_back(std::thread(f1));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/ |
mutex_duration.pass.cpp | 30 void f1() function 54 std::thread t(f1);
|
mutex_time_point.pass.cpp | 30 void f1() function 54 std::thread t(f1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/ |
try_lock_for.pass.cpp | 32 void f1() function 58 std::thread t(f1);
|
try_lock_shared_for.pass.cpp | 33 void f1() function 61 v.push_back(std::thread(f1));
|
try_lock_shared_until.pass.cpp | 33 void f1() function 61 v.push_back(std::thread(f1));
|
try_lock_until.pass.cpp | 32 void f1() function 58 std::thread t(f1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/ |
try_lock_for.pass.cpp | 30 void f1() function 53 std::thread t(f1);
|
try_lock_until.pass.cpp | 30 void f1() function 53 std::thread t(f1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/ |
try_lock_for.pass.cpp | 30 void f1() function 55 std::thread t(f1);
|
try_lock_until.pass.cpp | 30 void f1() function 55 std::thread t(f1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.destr/ |
dtor.pass.cpp | 43 void f1() function 50 std::set_terminate(f1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.access/ |
conversion.pass.cpp | 40 functor1 f1; local 41 test(f1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.assign/ |
copy_assign.pass.cpp | 52 functor1 f1; local 53 test(f1);
|