Home
last modified time | relevance | path

Searched defs:ref3 (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/dports/biology/jalview/jalview/test/jalview/util/
H A DDBRefUtilsTest.java64 DBRefEntry ref3 = new DBRefEntry("Uniprot", "1.2", "A12347"); in testSelectRefs() local
185 DBRefEntry ref3 = new DBRefEntry("EMBL", "1", "a1234"); // no match in testSearchRefs_noMapping() local
220 DBRefEntry ref3 = new DBRefEntry("EMBL", "1", "A1234"); in testSearchRefs_withMapping() local
243 DBRefEntry ref3 = new DBRefEntry("EMBL", "1", "a1234"); // no match in testSearchRefs_accessionid() local
271 DBRefEntry ref3 = new DBRefEntry("EMBL", "1", "A1236"); // matches in testSearchRefs_wildcardAccessionid() local
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/ASM_AVX2/
H A DEbAvcStyleMcp_Intrinsic_AVX2.c28 const __m256i ref1, const __m256i ref2, const __m256i ref3, in avc_style_luma_interpolation_filter32()
78 const __m128i ref3 = _mm_loadl_epi64((__m128i *)(refPic_t + 2)); in eb_vp9_avc_style_luma_interpolation_filter_horizontal_avx2_intrin() local
99 const __m128i ref3 = _mm_loadu_si128((__m128i *)(refPic_t + 2)); in eb_vp9_avc_style_luma_interpolation_filter_horizontal_avx2_intrin() local
123 const __m256i ref3 = _mm256_loadu_si256((__m256i *)(ref_pic + width_cnt + 2)); in eb_vp9_avc_style_luma_interpolation_filter_horizontal_avx2_intrin() local
163 const __m128i ref3 = _mm_loadl_epi64((__m128i *)refPic_t); in eb_vp9_avc_style_luma_interpolation_filter_vertical_avx2_intrin() local
187 const __m128i ref3 = _mm_loadu_si128((__m128i *)refPic_t); in eb_vp9_avc_style_luma_interpolation_filter_vertical_avx2_intrin() local
217 const __m256i ref3 = _mm256_loadu_si256((__m256i *)refPic_t); in eb_vp9_avc_style_luma_interpolation_filter_vertical_avx2_intrin() local
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/ASM_AVX2/
H A DEbAvcStyleMcp_Intrinsic_AVX2.c28 const __m256i ref1, const __m256i ref2, const __m256i ref3, in avc_style_luma_interpolation_filter32()
78 const __m128i ref3 = _mm_loadl_epi64((__m128i *)(refPic_t + 2)); in eb_vp9_avc_style_luma_interpolation_filter_horizontal_avx2_intrin() local
99 const __m128i ref3 = _mm_loadu_si128((__m128i *)(refPic_t + 2)); in eb_vp9_avc_style_luma_interpolation_filter_horizontal_avx2_intrin() local
123 const __m256i ref3 = _mm256_loadu_si256((__m256i *)(ref_pic + width_cnt + 2)); in eb_vp9_avc_style_luma_interpolation_filter_horizontal_avx2_intrin() local
163 const __m128i ref3 = _mm_loadl_epi64((__m128i *)refPic_t); in eb_vp9_avc_style_luma_interpolation_filter_vertical_avx2_intrin() local
187 const __m128i ref3 = _mm_loadu_si128((__m128i *)refPic_t); in eb_vp9_avc_style_luma_interpolation_filter_vertical_avx2_intrin() local
217 const __m256i ref3 = _mm256_loadu_si256((__m256i *)refPic_t); in eb_vp9_avc_style_luma_interpolation_filter_vertical_avx2_intrin() local
/dports/devel/libgit2/libgit2-1.3.0/tests/refs/
H A Draces.c45 git_reference *ref, *ref2, *ref3; in test_refs_races__create_matching() local
64 git_reference *ref, *ref2, *ref3; in test_refs_races__symbolic_create_matching() local
116 git_reference *ref, *ref2, *ref3; in test_refs_races__switch_oid_to_symbolic() local
145 git_reference *ref, *ref2, *ref3; in test_refs_races__switch_symbolic_to_oid() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
H A Demplace_type_args.pass.cpp118 auto& ref3 = v.emplace<std::string>(3u, 'a'); in test_basic() local
142 auto& ref3 = v.emplace<int &&>(std::move(y)); in test_basic() local
H A Demplace_index_args.pass.cpp118 auto& ref3 = v.emplace<4>(3u, 'a'); in test_basic() local
142 auto& ref3 = v.emplace<3>(std::move(y)); in test_basic() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
H A Demplace_type_args.pass.cpp114 auto& ref3 = v.emplace<std::string>(3u, 'a'); in test_basic() local
138 auto& ref3 = v.emplace<int &&>(std::move(y)); in test_basic() local
H A Demplace_index_args.pass.cpp114 auto& ref3 = v.emplace<4>(3u, 'a'); in test_basic() local
138 auto& ref3 = v.emplace<3>(std::move(y)); in test_basic() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
H A Demplace_type_args.pass.cpp115 auto& ref3 = v.emplace<std::string>(3u, 'a'); in test_basic() local
139 auto& ref3 = v.emplace<int &&>(std::move(y)); in test_basic() local
H A Demplace_index_args.pass.cpp115 auto& ref3 = v.emplace<4>(3u, 'a'); in test_basic() local
139 auto& ref3 = v.emplace<3>(std::move(y)); in test_basic() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/variant/variant.variant/variant.mod/
H A Demplace_type_args.pass.cpp114 auto& ref3 = v.emplace<std::string>(3u, 'a'); in test_basic() local
138 auto& ref3 = v.emplace<int &&>(std::move(y)); in test_basic() local
H A Demplace_index_args.pass.cpp114 auto& ref3 = v.emplace<4>(3u, 'a'); in test_basic() local
138 auto& ref3 = v.emplace<3>(std::move(y)); in test_basic() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
H A Demplace_type_args.pass.cpp118 auto& ref3 = v.emplace<std::string>(3u, 'a'); in test_basic() local
142 auto& ref3 = v.emplace<int &&>(std::move(y)); in test_basic() local
H A Demplace_index_args.pass.cpp118 auto& ref3 = v.emplace<4>(3u, 'a'); in test_basic() local
142 auto& ref3 = v.emplace<3>(std::move(y)); in test_basic() local
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
H A Demplace_type_args.pass.cpp118 auto& ref3 = v.emplace<std::string>(3u, 'a'); in test_basic() local
142 auto& ref3 = v.emplace<int &&>(std::move(y)); in test_basic() local
H A Demplace_index_args.pass.cpp118 auto& ref3 = v.emplace<4>(3u, 'a'); in test_basic() local
142 auto& ref3 = v.emplace<3>(std::move(y)); in test_basic() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
H A Demplace_type_args.pass.cpp114 auto& ref3 = v.emplace<std::string>(3u, 'a'); in test_basic() local
138 auto& ref3 = v.emplace<int &&>(std::move(y)); in test_basic() local
H A Demplace_index_args.pass.cpp114 auto& ref3 = v.emplace<4>(3u, 'a'); in test_basic() local
138 auto& ref3 = v.emplace<3>(std::move(y)); in test_basic() local
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/variant/variant.variant/variant.mod/
H A Demplace_type_args.pass.cpp114 auto& ref3 = v.emplace<std::string>(3u, 'a'); in test_basic() local
138 auto& ref3 = v.emplace<int &&>(std::move(y)); in test_basic() local
H A Demplace_index_args.pass.cpp114 auto& ref3 = v.emplace<4>(3u, 'a'); in test_basic() local
138 auto& ref3 = v.emplace<3>(std::move(y)); in test_basic() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
H A Demplace_type_args.pass.cpp115 auto& ref3 = v.emplace<std::string>(3u, 'a'); in test_basic() local
139 auto& ref3 = v.emplace<int &&>(std::move(y)); in test_basic() local
H A Demplace_index_args.pass.cpp115 auto& ref3 = v.emplace<4>(3u, 'a'); in test_basic() local
139 auto& ref3 = v.emplace<3>(std::move(y)); in test_basic() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
H A Demplace_type_args.pass.cpp118 auto& ref3 = v.emplace<std::string>(3u, 'a'); in test_basic() local
142 auto& ref3 = v.emplace<int &&>(std::move(y)); in test_basic() local
H A Demplace_index_args.pass.cpp118 auto& ref3 = v.emplace<4>(3u, 'a'); in test_basic() local
142 auto& ref3 = v.emplace<3>(std::move(y)); in test_basic() local
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
H A Demplace_type_args.pass.cpp115 auto& ref3 = v.emplace<std::string>(3u, 'a'); in test_basic() local
139 auto& ref3 = v.emplace<int &&>(std::move(y)); in test_basic() local

12345678910>>...21