Home
last modified time | relevance | path

Searched defs:vec (Results 1 – 12 of 12) sorted by relevance

/ndk/tests/build/issue22345-ICE-postreload/jni/
Dissue22345-ICE-postreload.cpp5 #define _IOS_SHUFFLE_1032(vec) vrev64q_f32(vec) argument
6 #define _IOS_SHUFFLE_2301(vec) vcombine_f32(vget_high_f32(vec), vget_low_f32(vec)) argument
14 inline float32x4_t fastRSqrt(const float32x4_t& vec) { in fastRSqrt()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
Dpush_front_exception_safety.pass.cpp63 std::forward_list<CMyClass> vec; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/
Dpush_back_exception_safety.pass.cpp63 std::list<CMyClass> vec; in main() local
Dpush_front_exception_safety.pass.cpp63 std::list<CMyClass> vec; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
Dpush_back_exception_safety.pass.cpp69 std::deque<CMyClass> vec; in main() local
Dpush_front_exception_safety.pass.cpp69 std::deque<CMyClass> vec; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
Dpush_back_exception_safety.pass.cpp71 std::vector<CMyClass> vec; in main() local
/ndk/tests/device/test-gnustl-full/unit/
Diter_test.cpp48 typedef vector<const char*> vec; in iter1() typedef
/ndk/tests/device/test-stlport/unit/
Diter_test.cpp48 typedef vector<const char*> vec; in iter1() typedef
/ndk/sources/host-tools/make-3.81/
Dhash.c181 void **vec = ht->ht_vec; in hash_free_items() local
197 void **vec = ht->ht_vec; in hash_delete_items() local
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DRegisters.hpp26 struct v128 { uint32_t vec[4]; }; member
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc6817 std::vector<std::string> vec; in TEST() local