Home
last modified time | relevance | path

Searched defs:ref2 (Results 1 – 25 of 1578) sorted by relevance

12345678910>>...64

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/test/
H A Dtest_weakref.cpp57 CRef<CTestObject> ref2; in BOOST_AUTO_TEST_CASE() local
85 CIRef<CTestInterface> ref2; in BOOST_AUTO_TEST_CASE() local
123 CRef<CWeakReferencable> ref2; in BOOST_AUTO_TEST_CASE() local
189 CRef<CWeakReferencable> ref2; in BOOST_AUTO_TEST_CASE() local
221 CRef<CWeakReferencable> ref2; in BOOST_AUTO_TEST_CASE() local
/dports/biology/jalview/jalview/test/jalview/util/
H A DDBRefUtilsTest.java62 DBRefEntry ref2 = new DBRefEntry("UNIPROT", "1.2", "A12346"); in testSelectRefs() local
140 DBRefEntry ref2 = DBRefUtils.parseToDbRef(seq2, "EMBL", "1.2", in testParseToDbRef() local
183 DBRefEntry ref2 = new DBRefEntry("embl", "1", "A1234"); // matches in testSearchRefs_noMapping() local
214 DBRefEntry ref2 = new DBRefEntry("EMBL", "1", "A1234"); // =map: matches in testSearchRefs_withMapping() local
241 DBRefEntry ref2 = new DBRefEntry("embl", "1", "A1234"); // matches in testSearchRefs_accessionid() local
269 DBRefEntry ref2 = new DBRefEntry("embl", "1", "A1235"); // matches in testSearchRefs_wildcardAccessionid() 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
83 git_reference *ref, *ref2; in test_refs_races__delete() 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/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()
77 const __m128i ref2 = _mm_loadl_epi64((__m128i *)(refPic_t + 1)); in eb_vp9_avc_style_luma_interpolation_filter_horizontal_avx2_intrin() local
98 const __m128i ref2 = _mm_loadu_si128((__m128i *)(refPic_t + 1)); in eb_vp9_avc_style_luma_interpolation_filter_horizontal_avx2_intrin() local
122 const __m256i ref2 = _mm256_loadu_si256((__m256i *)(ref_pic + width_cnt + 1)); in eb_vp9_avc_style_luma_interpolation_filter_horizontal_avx2_intrin() local
159 __m128i ref2 = _mm_loadl_epi64((__m128i *)(ref_pic + 1 * src_stride)); in eb_vp9_avc_style_luma_interpolation_filter_vertical_avx2_intrin() local
183 __m128i ref2 = _mm_loadu_si128((__m128i *)(ref_pic + 1 * src_stride)); in eb_vp9_avc_style_luma_interpolation_filter_vertical_avx2_intrin() local
213 __m256i ref2 = _mm256_loadu_si256((__m256i *)(refPic_t - 1 * src_stride)); 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()
77 const __m128i ref2 = _mm_loadl_epi64((__m128i *)(refPic_t + 1)); in eb_vp9_avc_style_luma_interpolation_filter_horizontal_avx2_intrin() local
98 const __m128i ref2 = _mm_loadu_si128((__m128i *)(refPic_t + 1)); in eb_vp9_avc_style_luma_interpolation_filter_horizontal_avx2_intrin() local
122 const __m256i ref2 = _mm256_loadu_si256((__m256i *)(ref_pic + width_cnt + 1)); in eb_vp9_avc_style_luma_interpolation_filter_horizontal_avx2_intrin() local
159 __m128i ref2 = _mm_loadl_epi64((__m128i *)(ref_pic + 1 * src_stride)); in eb_vp9_avc_style_luma_interpolation_filter_vertical_avx2_intrin() local
183 __m128i ref2 = _mm_loadu_si128((__m128i *)(ref_pic + 1 * src_stride)); in eb_vp9_avc_style_luma_interpolation_filter_vertical_avx2_intrin() local
213 __m256i ref2 = _mm256_loadu_si256((__m256i *)(refPic_t - 1 * src_stride)); in eb_vp9_avc_style_luma_interpolation_filter_vertical_avx2_intrin() local
/dports/devel/vstr/vstr-1.0.15/tst/export/
H A Dtst_export_ref.c30 Vstr_ref *ref2 = NULL; in tst() local
40 Vstr_ref *ref2 = NULL; in tst() 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.cpp98 auto& ref2 = v.emplace<int>(42); in test_basic() local
113 auto& ref2 = v.emplace<const void *>(&x); in test_basic() local
137 auto& ref2 = v.emplace<const int &>(x); in test_basic() local
H A Demplace_index_args.pass.cpp98 auto& ref2 = v.emplace<0>(42); in test_basic() local
113 auto& ref2 = v.emplace<2>(&x); in test_basic() local
137 auto& ref2 = v.emplace<2>(x); 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.cpp94 auto& ref2 = v.emplace<int>(42); in test_basic() local
109 auto& ref2 = v.emplace<const void *>(&x); in test_basic() local
133 auto& ref2 = v.emplace<const int &>(x); in test_basic() local
H A Demplace_index_args.pass.cpp94 auto& ref2 = v.emplace<0>(42); in test_basic() local
109 auto& ref2 = v.emplace<2>(&x); in test_basic() local
133 auto& ref2 = v.emplace<2>(x); 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.cpp95 auto& ref2 = v.emplace<int>(42); in test_basic() local
110 auto& ref2 = v.emplace<const void *>(&x); in test_basic() local
134 auto& ref2 = v.emplace<const int &>(x); in test_basic() local
H A Demplace_index_args.pass.cpp95 auto& ref2 = v.emplace<0>(42); in test_basic() local
110 auto& ref2 = v.emplace<2>(&x); in test_basic() local
134 auto& ref2 = v.emplace<2>(x); 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.cpp94 auto& ref2 = v.emplace<int>(42); in test_basic() local
109 auto& ref2 = v.emplace<const void *>(&x); in test_basic() local
133 auto& ref2 = v.emplace<const int &>(x); in test_basic() local
H A Demplace_index_args.pass.cpp94 auto& ref2 = v.emplace<0>(42); in test_basic() local
109 auto& ref2 = v.emplace<2>(&x); in test_basic() local
133 auto& ref2 = v.emplace<2>(x); 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.cpp98 auto& ref2 = v.emplace<int>(42); in test_basic() local
113 auto& ref2 = v.emplace<const void *>(&x); in test_basic() local
137 auto& ref2 = v.emplace<const int &>(x); in test_basic() local
H A Demplace_index_args.pass.cpp98 auto& ref2 = v.emplace<0>(42); in test_basic() local
113 auto& ref2 = v.emplace<2>(&x); in test_basic() local
137 auto& ref2 = v.emplace<2>(x); 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.cpp98 auto& ref2 = v.emplace<int>(42); in test_basic() local
113 auto& ref2 = v.emplace<const void *>(&x); in test_basic() local
137 auto& ref2 = v.emplace<const int &>(x); in test_basic() local
H A Demplace_index_args.pass.cpp98 auto& ref2 = v.emplace<0>(42); in test_basic() local
113 auto& ref2 = v.emplace<2>(&x); in test_basic() local
137 auto& ref2 = v.emplace<2>(x); 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.cpp94 auto& ref2 = v.emplace<int>(42); in test_basic() local
109 auto& ref2 = v.emplace<const void *>(&x); in test_basic() local
133 auto& ref2 = v.emplace<const int &>(x); in test_basic() local
H A Demplace_index_args.pass.cpp94 auto& ref2 = v.emplace<0>(42); in test_basic() local
109 auto& ref2 = v.emplace<2>(&x); in test_basic() local
133 auto& ref2 = v.emplace<2>(x); 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.cpp94 auto& ref2 = v.emplace<int>(42); in test_basic() local
109 auto& ref2 = v.emplace<const void *>(&x); in test_basic() local
133 auto& ref2 = v.emplace<const int &>(x); 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.cpp95 auto& ref2 = v.emplace<int>(42); in test_basic() local
110 auto& ref2 = v.emplace<const void *>(&x); in test_basic() local
134 auto& ref2 = v.emplace<const int &>(x); 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.cpp98 auto& ref2 = v.emplace<int>(42); in test_basic() local
113 auto& ref2 = v.emplace<const void *>(&x); in test_basic() local
137 auto& ref2 = v.emplace<const int &>(x); 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.cpp95 auto& ref2 = v.emplace<int>(42); in test_basic() local
110 auto& ref2 = v.emplace<const void *>(&x); in test_basic() local
134 auto& ref2 = v.emplace<const int &>(x); in test_basic() local
/dports/biology/jalview/jalview/test/jalview/datamodel/
H A DDBRefEntryTest.java55 DBRefEntry ref2 = new DBRefEntry("uniprot", "1", "v71633"); in testEqualRef() local
89 DBRefEntry ref2 = new DBRefEntry("uniprot", "1", "v71633"); in testUpdateFrom() local

12345678910>>...64