Home
last modified time | relevance | path

Searched refs:ti1 (Results 1 – 25 of 897) sorted by relevance

12345678910>>...36

/dports/lang/gawk/gawk-5.1.1/test/
H A Drebuf.in1 ti1
3 ti1
5 ti1
7 ti1
9 ti1
11 ti1
13 ti1
15 ti1
17 ti1
19 ti1
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/std_data/
H A Dalter_table.csv8 ALTER TABLE ti1;
19 ALTER TABLE ti1 DROP INDEX ii3;
20 ALTER TABLE ti1 DROP COLUMN d2;
34 ALTER TABLE ti1 DROP COLUMN h;
40 ALTER TABLE ti1 ORDER BY b;
43 ALTER TABLE ti1 FORCE;
46 ALTER TABLE ti1 CHECKSUM 1;
48 ALTER TABLE ti1 MAX_ROWS 100;
49 ALTER TABLE ti1 MIN_ROWS 1;
50 ALTER TABLE ti1 PACK_KEYS 1;
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/linearalgebra/gmx_lapack/
H A Ddlatrd.cpp19 int ti1,ti2,ti3; in F77_FUNC() local
35 ti1 = *n-i; in F77_FUNC()
49 ti1 = i-1; in F77_FUNC()
59 ti1 = i-1; in F77_FUNC()
66 ti1 = i-1; in F77_FUNC()
86 ti1 = i-1; in F77_FUNC()
89 F77_FUNC(dscal,DSCAL)(&ti1,&(tau[i-2]),&(w[(iw-1)*(*ldw)+0]),&ti2); in F77_FUNC()
103 ti1 = *n-i+1; in F77_FUNC()
114 ti1 = *n - i; in F77_FUNC()
122 ti1 = *n - i; in F77_FUNC()
[all …]
H A Dslatrd.cpp19 int ti1,ti2,ti3; in F77_FUNC() local
35 ti1 = *n-i; in F77_FUNC()
49 ti1 = i-1; in F77_FUNC()
59 ti1 = i-1; in F77_FUNC()
66 ti1 = i-1; in F77_FUNC()
86 ti1 = i-1; in F77_FUNC()
89 F77_FUNC(sscal,SSCAL)(&ti1,&(tau[i-2]),&(w[(iw-1)*(*ldw)+0]),&ti2); in F77_FUNC()
103 ti1 = *n-i+1; in F77_FUNC()
114 ti1 = *n - i; in F77_FUNC()
122 ti1 = *n - i; in F77_FUNC()
[all …]
H A Dssytd2.cpp21 int ti1,ti2,ti3,i; in F77_FUNC() local
33 ti1 = 1; in F77_FUNC()
34 F77_FUNC(slarfg,SLARFG)(&i,&(a[i*(*lda)+(i-1)]),&(a[i*(*lda)+0]),&ti1,&taui); in F77_FUNC()
39 ti1 = 1; in F77_FUNC()
40 F77_FUNC(ssymv,SSYMV)("U",&i,&taui,a,lda,&(a[i*(*lda)+0]),&ti1,&zero,tau,&ti1); in F77_FUNC()
42 tmp = F77_FUNC(sdot,SDOT)(&i,tau,&ti1,&(a[i*(*lda)+0]),&ti1); in F77_FUNC()
46 F77_FUNC(saxpy,SAXPY)(&i,&alpha,&(a[i*(*lda)+0]),&ti1,tau,&ti1); in F77_FUNC()
48 F77_FUNC(ssyr2,SSYR2)("U",&i,&minusone,&(a[i*(*lda)+0]),&ti1,tau,&ti1,a,lda); in F77_FUNC()
63 ti1 = *n - i; in F77_FUNC()
73 ti1 = *n - i; in F77_FUNC()
[all …]
H A Ddsytd2.cpp21 int ti1,ti2,ti3,i; in F77_FUNC() local
33 ti1 = 1; in F77_FUNC()
34 F77_FUNC(dlarfg,DLARFG)(&i,&(a[i*(*lda)+(i-1)]),&(a[i*(*lda)+0]),&ti1,&taui); in F77_FUNC()
39 ti1 = 1; in F77_FUNC()
40 F77_FUNC(dsymv,DSYMV)("U",&i,&taui,a,lda,&(a[i*(*lda)+0]),&ti1,&zero,tau,&ti1); in F77_FUNC()
42 tmp = F77_FUNC(ddot,DDOT)(&i,tau,&ti1,&(a[i*(*lda)+0]),&ti1); in F77_FUNC()
46 F77_FUNC(daxpy,DAXPY)(&i,&alpha,&(a[i*(*lda)+0]),&ti1,tau,&ti1); in F77_FUNC()
48 F77_FUNC(dsyr2,DSYR2)("U",&i,&minusone,&(a[i*(*lda)+0]),&ti1,tau,&ti1,a,lda); in F77_FUNC()
63 ti1 = *n - i; in F77_FUNC()
73 ti1 = *n - i; in F77_FUNC()
[all …]
H A Ddlarfg.cpp17 int ti1,knt,j; in F77_FUNC() local
25 ti1 = *n-1; in F77_FUNC()
27 xnorm = F77_FUNC(dnrm2,DNRM2)(&ti1,x,incx); in F77_FUNC()
52 ti1 = *n-1; in F77_FUNC()
53 F77_FUNC(dscal,DSCAL)(&ti1,&rsafmn,x,incx); in F77_FUNC()
59 ti1 = *n-1; in F77_FUNC()
60 xnorm = F77_FUNC(dnrm2,DNRM2)(&ti1,x,incx); in F77_FUNC()
70 ti1= *n-1; in F77_FUNC()
72 F77_FUNC(dscal,DSCAL)(&ti1,&t,x,incx); in F77_FUNC()
79 ti1= *n-1; in F77_FUNC()
[all …]
H A Dslarfg.cpp17 int ti1,knt,j; in F77_FUNC() local
25 ti1 = *n-1; in F77_FUNC()
27 xnorm = F77_FUNC(snrm2,SNRM2)(&ti1,x,incx); in F77_FUNC()
52 ti1 = *n-1; in F77_FUNC()
53 F77_FUNC(sscal,SSCAL)(&ti1,&rsafmn,x,incx); in F77_FUNC()
59 ti1 = *n-1; in F77_FUNC()
60 xnorm = F77_FUNC(snrm2,SNRM2)(&ti1,x,incx); in F77_FUNC()
70 ti1= *n-1; in F77_FUNC()
72 F77_FUNC(sscal,SSCAL)(&ti1,&t,x,incx); in F77_FUNC()
79 ti1= *n-1; in F77_FUNC()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dbuildtargetinfo.h56 inline bool operator==(const BuildTargetInfo &ti1, const BuildTargetInfo &ti2)
58 return ti1.buildKey == ti2.buildKey
59 && ti1.displayName == ti2.displayName
60 && ti1.targetFilePath == ti2.targetFilePath
61 && ti1.projectFilePath == ti2.projectFilePath
62 && ti1.workingDirectory == ti2.workingDirectory
63 && ti1.isQtcRunnable == ti2.isQtcRunnable
64 && ti1.usesTerminal == ti2.usesTerminal
65 && ti1.runEnvModifierHash == ti2.runEnvModifierHash;
68 inline bool operator!=(const BuildTargetInfo &ti1, const BuildTargetInfo &ti2)
[all …]
/dports/sysutils/duplicity/duplicity-0.8.20/testing/unit/
H A Dtest_diffdir.py266 for ti1 in tf1:
273 assert tarinfo_eq(ti1, ti2), u"%s %s" % (ti1.name, ti2.name)
274 if ti1.size != 0:
294 def tarinfo_eq(ti1, ti2):
295 if ti1.name != ti2.name:
298 if ti1.size != ti2.size:
310 if ti1.issym() or ti1.islnk():
314 if ti1.uid != ti2.uid or ti1.gid != ti2.gid:
315 print(u"IDs:", ti1.uid, ti2.uid, ti1.gid, ti2.gid)
317 if ti1.uname != ti2.uname or ti1.gname != ti2.gname:
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/rpl/r/
H A Drpl_row_idempotency.result38 delete from ti1 where b=1;
49 delete from ti1 where b=3;
65 drop table ti2, ti1;
108 delete from ti1 where b=3;
118 insert into ti1 set b=3;
131 insert into ti1 set b=1;
138 delete from ti1 where b=1;
189 drop table t1,t2,ti2,ti1;
244 drop table ti2, ti1;
297 insert into ti1 set b=3;
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/rpl/r/
H A Drpl_row_idempotency.result34 delete from ti1 where b=1;
45 delete from ti1 where b=3;
61 drop table ti2, ti1;
104 delete from ti1 where b=3;
114 insert into ti1 set b=3;
127 insert into ti1 set b=1;
134 delete from ti1 where b=1;
185 drop table t1,t2,ti2,ti1;
238 drop table ti2, ti1;
291 insert into ti1 set b=3;
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/rpl/r/
H A Drpl_row_idempotency.result34 delete from ti1 where b=1;
45 delete from ti1 where b=3;
61 drop table ti2, ti1;
104 delete from ti1 where b=3;
114 insert into ti1 set b=3;
127 insert into ti1 set b=1;
134 delete from ti1 where b=1;
185 drop table t1,t2,ti2,ti1;
238 drop table ti2, ti1;
291 insert into ti1 set b=3;
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/rpl/r/
H A Drpl_row_idempotency.result34 delete from ti1 where b=1;
45 delete from ti1 where b=3;
61 drop table ti2, ti1;
104 delete from ti1 where b=3;
114 insert into ti1 set b=3;
127 insert into ti1 set b=1;
134 delete from ti1 where b=1;
185 drop table t1,t2,ti2,ti1;
238 drop table ti2, ti1;
291 insert into ti1 set b=3;
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/rpl/r/
H A Drpl_row_idempotency.result34 delete from ti1 where b=1;
45 delete from ti1 where b=3;
61 drop table ti2, ti1;
104 delete from ti1 where b=3;
114 insert into ti1 set b=3;
127 insert into ti1 set b=1;
134 delete from ti1 where b=1;
185 drop table t1,t2,ti2,ti1;
238 drop table ti2, ti1;
291 insert into ti1 set b=3;
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/rpl/r/
H A Drpl_row_idempotency.result34 delete from ti1 where b=1;
45 delete from ti1 where b=3;
61 drop table ti2, ti1;
104 delete from ti1 where b=3;
114 insert into ti1 set b=3;
127 insert into ti1 set b=1;
134 delete from ti1 where b=1;
185 drop table t1,t2,ti2,ti1;
238 drop table ti2, ti1;
291 insert into ti1 set b=3;
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/rpl/r/
H A Drpl_row_idempotency.result34 delete from ti1 where b=1;
45 delete from ti1 where b=3;
61 drop table ti2, ti1;
104 delete from ti1 where b=3;
114 insert into ti1 set b=3;
127 insert into ti1 set b=1;
134 delete from ti1 where b=1;
185 drop table t1,t2,ti2,ti1;
238 drop table ti2, ti1;
291 insert into ti1 set b=3;
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/rpl/r/
H A Drpl_row_idempotency.result34 delete from ti1 where b=1;
45 delete from ti1 where b=3;
61 drop table ti2, ti1;
104 delete from ti1 where b=3;
114 insert into ti1 set b=3;
127 insert into ti1 set b=1;
134 delete from ti1 where b=1;
185 drop table t1,t2,ti2,ti1;
238 drop table ti2, ti1;
291 insert into ti1 set b=3;
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/rpl/r/
H A Drpl_row_idempotency.result34 delete from ti1 where b=1;
45 delete from ti1 where b=3;
61 drop table ti2, ti1;
104 delete from ti1 where b=3;
114 insert into ti1 set b=3;
127 insert into ti1 set b=1;
134 delete from ti1 where b=1;
185 drop table t1,t2,ti2,ti1;
238 drop table ti2, ti1;
291 insert into ti1 set b=3;
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/suite/rpl/r/
H A Drpl_row_idempotency.result34 delete from ti1 where b=1;
45 delete from ti1 where b=3;
61 drop table ti2, ti1;
104 delete from ti1 where b=3;
114 insert into ti1 set b=3;
127 insert into ti1 set b=1;
134 delete from ti1 where b=1;
185 drop table t1,t2,ti2,ti1;
238 drop table ti2, ti1;
291 insert into ti1 set b=3;
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/rpl/r/
H A Drpl_row_idempotency.result34 delete from ti1 where b=1;
45 delete from ti1 where b=3;
61 drop table ti2, ti1;
104 delete from ti1 where b=3;
114 insert into ti1 set b=3;
127 insert into ti1 set b=1;
134 delete from ti1 where b=1;
185 drop table t1,t2,ti2,ti1;
238 drop table ti2, ti1;
291 insert into ti1 set b=3;
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/suite/rpl/r/
H A Drpl_row_idempotency.result34 delete from ti1 where b=1;
45 delete from ti1 where b=3;
61 drop table ti2, ti1;
104 delete from ti1 where b=3;
114 insert into ti1 set b=3;
127 insert into ti1 set b=1;
134 delete from ti1 where b=1;
185 drop table t1,t2,ti2,ti1;
238 drop table ti2, ti1;
291 insert into ti1 set b=3;
[all …]
/dports/graphics/colord/colord-1.3.5/data/ti1/
H A DMakefile.am1 ti1dir = $(datadir)/colord/ti1 directory
3 display-long.ti1 \
4 display-normal.ti1 \
5 display-short.ti1 \
6 printer-long.ti1 \
7 printer-normal.ti1 \
8 printer-short.ti1
/dports/databases/mysql55-client/mysql-5.5.62/mysql-test/suite/rpl/r/
H A Drpl_row_idempotency.result9 create table ti1 (b int primary key) engine = innodb;
13 insert into ti1 values (1),(2),(3);
27 delete from ti1 where b=1;
37 delete from ti1 where b=3;
52 drop table ti2, ti1;
57 insert into ti1 values (1),(2),(3);
92 delete from ti1 where b=3;
102 insert into ti1 set b=3;
113 insert into ti1 set b=1;
120 delete from ti1 where b=1;
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dtrajmanager.h42 inline bool operator<(const TrajectoryInfo& ti0, const TrajectoryInfo& ti1)
44 if (ti0.interpolation == ti1.interpolation)
46 if (ti0.precision == ti1.precision)
48 if (ti0.source == ti1.source)
49 return ti0.path < ti1.path;
51 return ti0.source < ti1.source;
55 return ti0.precision < ti1.precision;
60 return ti0.interpolation < ti1.interpolation;

12345678910>>...36