Home
last modified time | relevance | path

Searched refs:td2 (Results 1 – 25 of 1073) sorted by relevance

12345678910>>...43

/dports/math/abs/abs-src-0.908/X11/
H A Dplotdialog.c96 ThumbDialog *td2; variable
121 activepane (td2, 0); in X11m_plottype()
129 activepane (td2, 1); in X11m_plotdata()
532 addpanechild (td2, 1, btn); in make_plot_dial()
562 addpanechild (td2, 1, btn2); in make_plot_dial()
586 addpanechild (td2, 2, btn3); in make_plot_dial()
605 addpanechild (td2, 2, btn4); in make_plot_dial()
625 addpanechild (td2, 2, btn5); in make_plot_dial()
644 activepane (td2, 0); in make_plot_dial()
659 addpanechild (td2, 4, xmin); in make_plot_dial()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libgo/runtime/
H A Dgo-typedesc-equal.c18 const struct __go_type_descriptor *td2) in __go_type_descriptors_equal() argument
20 if (td1 == td2) in __go_type_descriptors_equal()
23 if (td1 == NULL || td2 == NULL) in __go_type_descriptors_equal()
25 if (td1->__code != td2->__code || td1->__hash != td2->__hash) in __go_type_descriptors_equal()
29 if (td2->__uncommon == NULL || td2->__uncommon->__name == NULL) in __go_type_descriptors_equal()
32 td2->__uncommon->__name) in __go_type_descriptors_equal()
34 td2->__uncommon->__pkg_path)); in __go_type_descriptors_equal()
36 if (td2->__uncommon != NULL && td2->__uncommon->__name != NULL) in __go_type_descriptors_equal()
38 return __go_ptr_strings_equal (td1->__reflection, td2->__reflection); in __go_type_descriptors_equal()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/runtime/
H A Dgo-typedesc-equal.c18 const struct __go_type_descriptor *td2) in __go_type_descriptors_equal() argument
20 if (td1 == td2) in __go_type_descriptors_equal()
23 if (td1 == NULL || td2 == NULL) in __go_type_descriptors_equal()
25 if (td1->__code != td2->__code || td1->__hash != td2->__hash) in __go_type_descriptors_equal()
29 if (td2->__uncommon == NULL || td2->__uncommon->__name == NULL) in __go_type_descriptors_equal()
32 td2->__uncommon->__name) in __go_type_descriptors_equal()
34 td2->__uncommon->__pkg_path)); in __go_type_descriptors_equal()
36 if (td2->__uncommon != NULL && td2->__uncommon->__name != NULL) in __go_type_descriptors_equal()
38 return __go_ptr_strings_equal (td1->__reflection, td2->__reflection); in __go_type_descriptors_equal()
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/runtime/
H A Dgo-typedesc-equal.c18 const struct __go_type_descriptor *td2) in __go_type_descriptors_equal() argument
20 if (td1 == td2) in __go_type_descriptors_equal()
23 if (td1 == NULL || td2 == NULL) in __go_type_descriptors_equal()
25 if (td1->__code != td2->__code || td1->__hash != td2->__hash) in __go_type_descriptors_equal()
29 if (td2->__uncommon == NULL || td2->__uncommon->__name == NULL) in __go_type_descriptors_equal()
32 td2->__uncommon->__name) in __go_type_descriptors_equal()
34 td2->__uncommon->__pkg_path)); in __go_type_descriptors_equal()
36 if (td2->__uncommon != NULL && td2->__uncommon->__name != NULL) in __go_type_descriptors_equal()
38 return __go_ptr_strings_equal (td1->__reflection, td2->__reflection); in __go_type_descriptors_equal()
/dports/math/libxsmm/libxsmm-1.16.3/src/
H A Dlibxsmm_spmdm_begin_avx512.h78 r0 = _mm512_castpd_ps(_mm512_unpacklo_pd(td1, td2)); \
79 r1 = _mm512_castpd_ps(_mm512_unpackhi_pd(td1, td2));} \
81 r2 = _mm512_castpd_ps(_mm512_unpacklo_pd(td1, td2)); \
82 r3 = _mm512_castpd_ps(_mm512_unpackhi_pd(td1, td2));} \
84 r4 = _mm512_castpd_ps(_mm512_unpacklo_pd(td1, td2)); \
85 r5 = _mm512_castpd_ps(_mm512_unpackhi_pd(td1, td2));} \
87 r6 = _mm512_castpd_ps(_mm512_unpacklo_pd(td1, td2)); \
90 r8 = _mm512_castpd_ps(_mm512_unpacklo_pd(td1, td2)); \
93 ra = _mm512_castpd_ps(_mm512_unpacklo_pd(td1, td2)); \
96 rc = _mm512_castpd_ps(_mm512_unpacklo_pd(td1, td2)); \
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/solvent/test/
H A Dtest_ddcosmo_tdscf_grad.py41 td2 = mf.TDA().ddCOSMO().run(equilibrium_solvation=True)
52 td2 = mf.TDA().ddCOSMO().run()
64 td2 = mf.TDHF().ddCOSMO().run(equilibrium_solvation=True)
75 td2 = mf.TDHF().ddCOSMO().run()
98 td2 = mf.TDA().ddCOSMO().run(singlet=False)
121 td2 = mf.TDA().ddCOSMO().run()
144 td2 = mf.TDHF().ddCOSMO().run()
167 td2 = mf.TDA().ddCOSMO().run()
190 td2 = mf.TDA().ddCOSMO().run()
213 td2 = mf.TDA().ddCOSMO().run()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom/
H A DCodeTypeDeclarationCollectionTest.cs62 Assert.AreEqual (1, coll.IndexOf (td2), "#3"); in Constructor1()
91 c.Add (td2); in Constructor2()
96 Assert.AreEqual (1, coll.IndexOf (td2), "#3"); in Constructor2()
118 Assert.AreEqual (1, coll.Add (td2), "#4"); in Add()
120 Assert.AreEqual (1, coll.IndexOf (td2), "#6"); in Add()
140 coll.Insert (0, td2); in Insert()
143 Assert.AreEqual (0, coll.IndexOf (td2), "#5"); in Insert()
163 coll1.Add (td2); in AddRange()
224 coll.Add (td2); in Remove()
227 Assert.AreEqual (1, coll.IndexOf (td2), "#3"); in Remove()
[all …]
/dports/deskutils/moregroupware/moregroupware/modules/calendar/templates/default/html/
H A Dcalendar_subj_followup.tpl32 {if $td2 != ""}
43 {section name=content loop=$td2}
44td2[content].initusername|smarty:nodefaults r0=$td2[content].global_class|smarty:nodefaults r1=$t…
54 {if $td == "" && $td2 == ""}
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dgo-typedesc-equal.c18 const struct __go_type_descriptor *td2) in __go_type_descriptors_equal() argument
20 if (td1 == td2) in __go_type_descriptors_equal()
23 if (td1 == NULL || td2 == NULL) in __go_type_descriptors_equal()
25 if (td1->__code != td2->__code || td1->__hash != td2->__hash) in __go_type_descriptors_equal()
27 return __go_ptr_strings_equal (td1->__reflection, td2->__reflection); in __go_type_descriptors_equal()
/dports/lang/gcc8/gcc-8.5.0/libgo/runtime/
H A Dgo-typedesc-equal.c18 const struct __go_type_descriptor *td2) in __go_type_descriptors_equal() argument
20 if (td1 == td2) in __go_type_descriptors_equal()
23 if (td1 == NULL || td2 == NULL) in __go_type_descriptors_equal()
25 if (td1->__code != td2->__code || td1->__hash != td2->__hash) in __go_type_descriptors_equal()
27 return __go_ptr_strings_equal (td1->__reflection, td2->__reflection); in __go_type_descriptors_equal()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/runtime/
H A Dgo-typedesc-equal.c18 const struct __go_type_descriptor *td2) in __go_type_descriptors_equal() argument
20 if (td1 == td2) in __go_type_descriptors_equal()
23 if (td1 == NULL || td2 == NULL) in __go_type_descriptors_equal()
25 if (td1->__code != td2->__code || td1->__hash != td2->__hash) in __go_type_descriptors_equal()
27 return __go_ptr_strings_equal (td1->__reflection, td2->__reflection); in __go_type_descriptors_equal()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/runtime/
H A Dgo-typedesc-equal.c18 const struct __go_type_descriptor *td2) in __go_type_descriptors_equal() argument
20 if (td1 == td2) in __go_type_descriptors_equal()
23 if (td1 == NULL || td2 == NULL) in __go_type_descriptors_equal()
25 if (td1->__code != td2->__code || td1->__hash != td2->__hash) in __go_type_descriptors_equal()
27 return __go_ptr_strings_equal (td1->__reflection, td2->__reflection); in __go_type_descriptors_equal()
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/runtime/
H A Dgo-typedesc-equal.c18 const struct __go_type_descriptor *td2) in __go_type_descriptors_equal() argument
20 if (td1 == td2) in __go_type_descriptors_equal()
23 if (td1 == NULL || td2 == NULL) in __go_type_descriptors_equal()
25 if (td1->__code != td2->__code || td1->__hash != td2->__hash) in __go_type_descriptors_equal()
27 return __go_ptr_strings_equal (td1->__reflection, td2->__reflection); in __go_type_descriptors_equal()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/runtime/
H A Dgo-typedesc-equal.c18 const struct __go_type_descriptor *td2) in __go_type_descriptors_equal() argument
20 if (td1 == td2) in __go_type_descriptors_equal()
23 if (td1 == NULL || td2 == NULL) in __go_type_descriptors_equal()
25 if (td1->__code != td2->__code || td1->__hash != td2->__hash) in __go_type_descriptors_equal()
27 return __go_ptr_strings_equal (td1->__reflection, td2->__reflection); in __go_type_descriptors_equal()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/runtime/
H A Dgo-typedesc-equal.c18 const struct __go_type_descriptor *td2) in __go_type_descriptors_equal() argument
20 if (td1 == td2) in __go_type_descriptors_equal()
23 if (td1 == NULL || td2 == NULL) in __go_type_descriptors_equal()
25 if (td1->__code != td2->__code || td1->__hash != td2->__hash) in __go_type_descriptors_equal()
27 return __go_ptr_strings_equal (td1->__reflection, td2->__reflection); in __go_type_descriptors_equal()
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/runtime/
H A Dgo-typedesc-equal.c18 const struct __go_type_descriptor *td2) in __go_type_descriptors_equal() argument
20 if (td1 == td2) in __go_type_descriptors_equal()
23 if (td1 == NULL || td2 == NULL) in __go_type_descriptors_equal()
25 if (td1->__code != td2->__code || td1->__hash != td2->__hash) in __go_type_descriptors_equal()
27 return __go_ptr_strings_equal (td1->__reflection, td2->__reflection); in __go_type_descriptors_equal()
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dgo-typedesc-equal.c18 const struct __go_type_descriptor *td2) in __go_type_descriptors_equal() argument
20 if (td1 == td2) in __go_type_descriptors_equal()
23 if (td1 == NULL || td2 == NULL) in __go_type_descriptors_equal()
25 if (td1->__code != td2->__code || td1->__hash != td2->__hash) in __go_type_descriptors_equal()
27 return __go_ptr_strings_equal (td1->__reflection, td2->__reflection); in __go_type_descriptors_equal()
/dports/lang/gcc9/gcc-9.4.0/libgo/runtime/
H A Dgo-typedesc-equal.c18 const struct __go_type_descriptor *td2) in __go_type_descriptors_equal() argument
20 if (td1 == td2) in __go_type_descriptors_equal()
23 if (td1 == NULL || td2 == NULL) in __go_type_descriptors_equal()
25 if (td1->__code != td2->__code || td1->__hash != td2->__hash) in __go_type_descriptors_equal()
27 return __go_ptr_strings_equal (td1->__reflection, td2->__reflection); in __go_type_descriptors_equal()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dgo-typedesc-equal.c18 const struct __go_type_descriptor *td2) in __go_type_descriptors_equal() argument
20 if (td1 == td2) in __go_type_descriptors_equal()
23 if (td1 == NULL || td2 == NULL) in __go_type_descriptors_equal()
25 if (td1->__code != td2->__code || td1->__hash != td2->__hash) in __go_type_descriptors_equal()
27 return __go_ptr_strings_equal (td1->__reflection, td2->__reflection); in __go_type_descriptors_equal()
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/runtime/
H A Dgo-typedesc-equal.c18 const struct __go_type_descriptor *td2) in __go_type_descriptors_equal() argument
20 if (td1 == td2) in __go_type_descriptors_equal()
23 if (td1 == NULL || td2 == NULL) in __go_type_descriptors_equal()
25 if (td1->__code != td2->__code || td1->__hash != td2->__hash) in __go_type_descriptors_equal()
27 return __go_ptr_strings_equal (td1->__reflection, td2->__reflection); in __go_type_descriptors_equal()
/dports/devel/hyperscan/boost_1_75_0/libs/date_time/test/posix_time/
H A Dtestc_local_adjustor.cpp28 time_duration td2; in main() local
57 td2 = t4 - t3; in main()
58 std::cout << "A difference of: " << td2 in main()
103 check("td2 isn't too low", td2 >= hours(-12)); in main()
104 check("td2 isn't too high", td2 <= hours(14)); in main()
116 td1 - td2 <= hours(1) && td2 - td1 <= hours(1)); in main()
121 td2 - td3 <= hours(2) && td3 - td2 <= hours(2)); in main()
/dports/devel/R-cran-broom/broom/tests/testthat/
H A Dtest-survival-survreg.R23 td2 <- tidy(sr, conf.int = TRUE) globalVar
26 check_tidy_output(td2)
29 check_dims(td2, 3, 7)
32 expect_equal(td2$term, c("(Intercept)", "ecog.ps", "rx"))
59 td2 <- tidy(sr, conf.int = TRUE) globalVar
62 check_tidy_output(td2)
65 check_dims(td2, 3, 7)
H A Dtest-glmnet.R44 td2 <- tidy(fit2) globalVar
47 check_tidy_output(td2)
50 expect_true(all(td2$estimate != 0))
55 expect_true(is.numeric(td2$step) && !any(is.na(td2$step)))
73 td2 <- tidy(cv_fit2) globalVar
75 check_tidy_output(td2)
76 check_dims(td2, expected_cols = 6)
/dports/devel/boost-docs/boost_1_72_0/libs/date_time/test/posix_time/
H A Dtestc_local_adjustor.cpp28 time_duration td2; in main() local
57 td2 = t4 - t3; in main()
58 std::cout << "A difference of: " << to_simple_string(td2) in main()
103 check("td2 isn't too low", td2 >= hours(-12)); in main()
104 check("td2 isn't too high", td2 <= hours(14)); in main()
116 td1 - td2 <= hours(1) && td2 - td1 <= hours(1)); in main()
121 td2 - td3 <= hours(2) && td3 - td2 <= hours(2)); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/date_time/test/posix_time/
H A Dtestc_local_adjustor.cpp28 time_duration td2; in main() local
57 td2 = t4 - t3; in main()
58 std::cout << "A difference of: " << to_simple_string(td2) in main()
103 check("td2 isn't too low", td2 >= hours(-12)); in main()
104 check("td2 isn't too high", td2 <= hours(14)); in main()
116 td1 - td2 <= hours(1) && td2 - td1 <= hours(1)); in main()
121 td2 - td3 <= hours(2) && td3 - td2 <= hours(2)); in main()

12345678910>>...43