Home
last modified time | relevance | path

Searched refs:td1 (Results 1 – 25 of 990) sorted by relevance

12345678910>>...40

/dports/lang/tcl85/tcl8.5.19/tests/
H A DwinFCmd.test131 list [catch {testfile mv td1 td1/td2} msg] $msg
231 list [catch {testfile mv [pwd]/td1 td1/td2} msg] $msg
240 list [catch {testfile mv td1 $cdrom/td1} msg] $msg
770 list [catch {testfile cpdir td1 td1} msg] $msg
822 file mkdir td1/td1/td3/td4/td5
874 } {0 td1 {}}
878 close [open td1/td1 w]
880 } {0 td1/td1 {}}
908 } {0 td1 {}}
918 } {0 td1 {}}
[all …]
H A DfCmd.test282 } {td1}
307 glob td1
308 } {td1}
312 glob td1 [file join td1 td2]
313 } "td1 [file join td1 td2]"
380 } {tf1 td1}
606 file copy ~/td1 td1
629 file copy ~/td1 td1
945 } [subst {td1 {1 {error renaming "td1" to "[file join td1 td1]": trying to rename a volume or move …
958 cd td1
[all …]
/dports/lang/tcl86/tcl8.6.12/tests/
H A DwinFCmd.test156 testfile mv td1 td1/td2
279 testfile mv [pwd]/td1 td1/td2
290 testfile mv td1 $cdrom/td1
936 testfile cpdir td1 td1
944 list [file writable td1] [file writable td1/td2]
979 file mkdir td1/td1/td3/td4/td5
1054 createfile td1/td1 {}
1055 string tolower [file attributes td1/td1 -longname]
1058 } -result {td1/td1}
1132 } -result td1
[all …]
/dports/lang/tcl87/tcl8.7a5/tests/
H A DwinFCmd.test142 testfile mv td1 td1/td2
243 testfile mv [pwd]/td1 td1/td2
254 testfile mv td1 $cdrom/td1
890 testfile cpdir td1 td1
898 list [file writable td1] [file writable td1/td2]
933 file mkdir td1/td1/td3/td4/td5
1008 createfile td1/td1 {}
1009 string tolower [file attributes td1/td1 -longname]
1012 } -result {td1/td1}
1078 } -result td1
[all …]
/dports/finance/R-cran-timeDate/timeDate/inst/unitTests/
H A Drunit.seq.R22 td1 <- timeDate(iso1, zone = "Zurich", FinCenter = "Zurich") functionVar
27 format(seq(td1, td2 , length.out = 12))
32 format(seq(td1, by = "min", length.out = 24*60))
37 format(seq(td1, by = "hour", length.out = 24))
42 format(seq(td1, by = "days", length.out = 24))
52 format(seq(td1, by = "month", length.out = 24))
57 format(seq(td1, by = "year", length.out = 24))
62 format(seq(td1, by = 0.5*(td2 - td1), length.out = 4))
74 td1 <- timeDate(iso1, zone = "GMT", FinCenter = "GMT") functionVar
79 format(seq(td1, td2 , length.out = 12))
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/series/
H A Dtest_missing.py49 td1 = td.copy()
50 td1[0] = np.nan
51 assert isna(td1[0])
53 td1[0] = td[0]
54 assert not isna(td1[0])
57 td1[1] = iNaT
60 assert td1[1] == iNaT
61 td1[1] = td[1]
64 td1[2] = NaT
65 assert isna(td1[2])
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom/
H A DCodeTypeDeclarationCollectionTest.cs61 Assert.AreEqual (0, coll.IndexOf (td1), "#2"); in Constructor1()
90 c.Add (td1); in Constructor2()
95 Assert.AreEqual (0, coll.IndexOf (td1), "#2"); in Constructor2()
114 Assert.AreEqual (0, coll.Add (td1), "#1"); in Add()
116 Assert.AreEqual (0, coll.IndexOf (td1), "#3"); in Add()
137 coll.Add (td1); in Insert()
139 Assert.AreEqual (0, coll.IndexOf (td1), "#2"); in Insert()
142 Assert.AreEqual (1, coll.IndexOf (td1), "#4"); in Insert()
162 coll1.Add (td1); in AddRange()
223 coll.Add (td1); in Remove()
[all …]
/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/lang/gcc48/gcc-4.8.5/libgo/runtime/
H A Dgo-typedesc-equal.c17 __go_type_descriptors_equal (const struct __go_type_descriptor *td1, 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 if (td1->__uncommon != NULL && td1->__uncommon->__name != NULL) in __go_type_descriptors_equal()
31 return (__go_ptr_strings_equal (td1->__uncommon->__name, in __go_type_descriptors_equal()
33 && __go_ptr_strings_equal (td1->__uncommon->__pkg_path, 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.c17 __go_type_descriptors_equal (const struct __go_type_descriptor *td1, 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 if (td1->__uncommon != NULL && td1->__uncommon->__name != NULL) in __go_type_descriptors_equal()
31 return (__go_ptr_strings_equal (td1->__uncommon->__name, in __go_type_descriptors_equal()
33 && __go_ptr_strings_equal (td1->__uncommon->__pkg_path, 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.c17 __go_type_descriptors_equal (const struct __go_type_descriptor *td1, 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 if (td1->__uncommon != NULL && td1->__uncommon->__name != NULL) in __go_type_descriptors_equal()
31 return (__go_ptr_strings_equal (td1->__uncommon->__name, in __go_type_descriptors_equal()
33 && __go_ptr_strings_equal (td1->__uncommon->__pkg_path, in __go_type_descriptors_equal()
38 return __go_ptr_strings_equal (td1->__reflection, td2->__reflection); in __go_type_descriptors_equal()
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/solvent/test/
H A Dtest_ddcosmo_tdscf_grad.py39 td1 = mf.TDA().ddCOSMO().run(equilibrium_solvation=True)
50 td1 = mf.TDA().ddCOSMO().run()
62 td1 = mf.TDHF().ddCOSMO().run(equilibrium_solvation=True)
73 td1 = mf.TDHF().ddCOSMO().run()
96 td1 = mf.TDA().ddCOSMO().run(singlet=False)
119 td1 = mf.TDA().ddCOSMO().run()
142 td1 = mf.TDHF().ddCOSMO().run()
165 td1 = mf.TDA().ddCOSMO().run()
188 td1 = mf.TDA().ddCOSMO().run()
211 td1 = mf.TDA().ddCOSMO().run()
[all …]
/dports/math/abs/abs-src-0.908/X11/
H A Dcelldialog.c69 static ThumbDialog *td1; variable
321 base = get_base (td1); in make_format_dial()
336 addpanechild (td1, 0, viewport); in make_format_dial()
356 addpanechild (td1, 0, decimal); in make_format_dial()
481 addpanechild (td1, 3, topline); in make_format_dial()
500 addpanechild (td1, 3, botline); in make_format_dial()
516 addpanechild (td1, 3, lefline); in make_format_dial()
538 addpanechild (td1, 3, rigline); in make_format_dial()
566 addpanechild (td1, 4, fgval); in make_format_dial()
592 addpanechild (td1, 4, bgval); in make_format_dial()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/date_time/test/posix_time/
H A Dtestduration.cpp34 time_duration td1(1,25,0); in main() local
35 time_duration td3(td1.hours(),td1.minutes(),td1.seconds()); in main()
36 check("total up elements", td1 == td3); in main()
37 td1 = -td1; // td1 == "-1:25:00" in main()
38 check("invert_sign",td3 == td1.invert_sign()); in main()
40 check("abs",td3 == td1.abs()); in main()
43 check("is_positive",!td1.is_positive()); in main()
44 check("is_negative",td1.is_negative()); in main()
46 check("is_zero",!td1.is_zero()); in main()
47 check("is_zero",(td1 - td1).is_zero()); in main()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/date_time/test/posix_time/
H A Dtestduration.cpp34 time_duration td1(1,25,0); in main() local
35 time_duration td3(td1.hours(),td1.minutes(),td1.seconds()); in main()
36 check("total up elements", td1 == td3); in main()
37 td1 = -td1; // td1 == "-1:25:00" in main()
38 check("invert_sign",td3 == td1.invert_sign()); in main()
40 check("abs",td3 == td1.abs()); in main()
43 check("is_positive",!td1.is_positive()); in main()
44 check("is_negative",td1.is_negative()); in main()
46 check("is_zero",!td1.is_zero()); in main()
47 check("is_zero",(td1 - td1).is_zero()); in main()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/date_time/test/posix_time/
H A Dtestduration.cpp34 time_duration td1(1,25,0); in main() local
35 time_duration td3(td1.hours(),td1.minutes(),td1.seconds()); in main()
36 check("total up elements", td1 == td3); in main()
37 td1 = -td1; // td1 == "-1:25:00" in main()
38 check("invert_sign",td3 == td1.invert_sign()); in main()
40 check("abs",td3 == td1.abs()); in main()
43 check("is_positive",!td1.is_positive()); in main()
44 check("is_negative",td1.is_negative()); in main()
46 check("is_zero",!td1.is_zero()); in main()
47 check("is_zero",(td1 - td1).is_zero()); in main()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/date_time/test/posix_time/
H A Dtestduration.cpp34 time_duration td1(1,25,0); in main() local
35 time_duration td3(td1.hours(),td1.minutes(),td1.seconds()); in main()
36 check("total up elements", td1 == td3); in main()
37 td1 = -td1; // td1 == "-1:25:00" in main()
38 check("invert_sign",td3 == td1.invert_sign()); in main()
40 check("abs",td3 == td1.abs()); in main()
43 check("is_positive",!td1.is_positive()); in main()
44 check("is_negative",td1.is_negative()); in main()
46 check("is_zero",!td1.is_zero()); in main()
47 check("is_zero",(td1 - td1).is_zero()); in main()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dgo-typedesc-equal.c17 __go_type_descriptors_equal (const struct __go_type_descriptor *td1, 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.c17 __go_type_descriptors_equal (const struct __go_type_descriptor *td1, 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.c17 __go_type_descriptors_equal (const struct __go_type_descriptor *td1, 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.c17 __go_type_descriptors_equal (const struct __go_type_descriptor *td1, 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.c17 __go_type_descriptors_equal (const struct __go_type_descriptor *td1, 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.c17 __go_type_descriptors_equal (const struct __go_type_descriptor *td1, 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.c17 __go_type_descriptors_equal (const struct __go_type_descriptor *td1, 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.c17 __go_type_descriptors_equal (const struct __go_type_descriptor *td1, 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()

12345678910>>...40