Home
last modified time | relevance | path

Searched refs:colA (Results 201 – 225 of 828) sorted by relevance

12345678910>>...34

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/peigs/h/
H A Dpeigs_types.h173 void one_nrm (Integer *n, Integer *m, DoublePrecision **colA, Integer *mapA, DoublePrecision *norm,…
257 void resid (Integer *n, DoublePrecision **colA, Integer *mapA, Integer *m, DoublePrecision **colZ, …
262 void residual (Integer *n, DoublePrecision **colA, Integer *mapA, DoublePrecision **colB, Integer *…
277 …void sonenrm (Integer *n, DoublePrecision **colA, Integer *mapA, DoublePrecision *norm, Integer *i…
/dports/science/nwchem-data/nwchem-7.0.2-release/src/peigs/h/
H A Dpeigs_types.h173 void one_nrm (Integer *n, Integer *m, DoublePrecision **colA, Integer *mapA, DoublePrecision *norm,…
257 void resid (Integer *n, DoublePrecision **colA, Integer *mapA, Integer *m, DoublePrecision **colZ, …
262 void residual (Integer *n, DoublePrecision **colA, Integer *mapA, DoublePrecision **colB, Integer *…
277 …void sonenrm (Integer *n, DoublePrecision **colA, Integer *mapA, DoublePrecision *norm, Integer *i…
/dports/lang/nim/nim-1.6.2/compiler/
H A Dlexer.nim241 var colA = getColNumber(L, pos)
248 if L.fileIdx == L.config.m.trackPos.fileIndex and L.config.m.trackPos.col in colA..colB and
250 L.config.m.trackPos.col = colA.int16
251 colA = 0
258 if L.fileIdx == L.config.m.trackPos.fileIndex and L.config.m.trackPos.col in colA..colB and
262 colA = 0
272 if L.fileIdx == L.config.m.trackPos.fileIndex and L.config.m.trackPos.col in colA..colB and
276 colA = 0
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/r/
H A Dctype_utf8mb4_heap.result1729 colA int(11) NOT NULL,
1731 PRIMARY KEY (colA)
1733 INSERT INTO t1 (colA, colB) VALUES (1, 'foo'), (2, 'foo bar');
1735 colA int(11) NOT NULL,
1737 KEY bad (colA,colB(3))
1739 INSERT INTO t2 (colA, colB) VALUES (1, 'foo'),(2, 'foo bar');
1740 SELECT * FROM t1 JOIN t2 ON t1.colA=t2.colA AND t1.colB=t2.colB
1741 WHERE t1.colA < 3;
1742 colA colB colA colB
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/r/
H A Dctype_utf8mb4_heap.result1729 colA int(11) NOT NULL,
1731 PRIMARY KEY (colA)
1733 INSERT INTO t1 (colA, colB) VALUES (1, 'foo'), (2, 'foo bar');
1735 colA int(11) NOT NULL,
1737 KEY bad (colA,colB(3))
1739 INSERT INTO t2 (colA, colB) VALUES (1, 'foo'),(2, 'foo bar');
1740 SELECT * FROM t1 JOIN t2 ON t1.colA=t2.colA AND t1.colB=t2.colB
1741 WHERE t1.colA < 3;
1742 colA colB colA colB
/dports/databases/mysql55-client/mysql-5.5.62/mysql-test/r/
H A Dctype_utf8mb4_heap.result1673 colA int(11) NOT NULL,
1675 PRIMARY KEY (colA)
1677 INSERT INTO t1 (colA, colB) VALUES (1, 'foo'), (2, 'foo bar');
1679 colA int(11) NOT NULL,
1681 KEY bad (colA,colB(3))
1683 INSERT INTO t2 (colA, colB) VALUES (1, 'foo'),(2, 'foo bar');
1684 SELECT * FROM t1 JOIN t2 ON t1.colA=t2.colA AND t1.colB=t2.colB
1685 WHERE t1.colA < 3;
1686 colA colB colA colB
/dports/databases/mysql55-client/mysql-5.5.62/mysql-test/t/
H A Dctype_utf8.test1347 colA int(11) NOT NULL,
1349 PRIMARY KEY (colA)
1351 INSERT INTO t1 (colA, colB) VALUES (1, 'foo'), (2, 'foo bar');
1353 colA int(11) NOT NULL,
1355 KEY bad (colA,colB(3))
1357 INSERT INTO t2 (colA, colB) VALUES (1, 'foo'),(2, 'foo bar');
1358 SELECT * FROM t1 JOIN t2 ON t1.colA=t2.colA AND t1.colB=t2.colB
1359 WHERE t1.colA < 3;
/dports/graphics/py-gphoto2/gphoto2-2.2.4/examples/
H A Dcam-conf-view-gui.py804 colA = (80, 80, 80) ; colB = (210, 30, 30) ; # colB is center
812 r = colA[0]*distnorm + colB[0]*(1.0-distnorm)
813 g = colA[1]*distnorm + colB[1]*(1.0-distnorm)
814 b = colA[2]*distnorm + colB[2]*(1.0-distnorm)
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/t/
H A Dctype_utf8.test1382 colA int(11) NOT NULL,
1384 PRIMARY KEY (colA)
1386 INSERT INTO t1 (colA, colB) VALUES (1, 'foo'), (2, 'foo bar');
1388 colA int(11) NOT NULL,
1390 KEY bad (colA,colB(3))
1392 INSERT INTO t2 (colA, colB) VALUES (1, 'foo'),(2, 'foo bar');
1393 SELECT * FROM t1 JOIN t2 ON t1.colA=t2.colA AND t1.colB=t2.colB
1394 WHERE t1.colA < 3;
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/t/
H A Dctype_utf8.test1382 colA int(11) NOT NULL,
1384 PRIMARY KEY (colA)
1386 INSERT INTO t1 (colA, colB) VALUES (1, 'foo'), (2, 'foo bar');
1388 colA int(11) NOT NULL,
1390 KEY bad (colA,colB(3))
1392 INSERT INTO t2 (colA, colB) VALUES (1, 'foo'),(2, 'foo bar');
1393 SELECT * FROM t1 JOIN t2 ON t1.colA=t2.colA AND t1.colB=t2.colB
1394 WHERE t1.colA < 3;
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/t/
H A Dctype_utf8.test1382 colA int(11) NOT NULL,
1384 PRIMARY KEY (colA)
1386 INSERT INTO t1 (colA, colB) VALUES (1, 'foo'), (2, 'foo bar');
1388 colA int(11) NOT NULL,
1390 KEY bad (colA,colB(3))
1392 INSERT INTO t2 (colA, colB) VALUES (1, 'foo'),(2, 'foo bar');
1393 SELECT * FROM t1 JOIN t2 ON t1.colA=t2.colA AND t1.colB=t2.colB
1394 WHERE t1.colA < 3;
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/t/
H A Dctype_utf8.test1382 colA int(11) NOT NULL,
1384 PRIMARY KEY (colA)
1386 INSERT INTO t1 (colA, colB) VALUES (1, 'foo'), (2, 'foo bar');
1388 colA int(11) NOT NULL,
1390 KEY bad (colA,colB(3))
1392 INSERT INTO t2 (colA, colB) VALUES (1, 'foo'),(2, 'foo bar');
1393 SELECT * FROM t1 JOIN t2 ON t1.colA=t2.colA AND t1.colB=t2.colB
1394 WHERE t1.colA < 3;
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/t/
H A Dctype_utf8.test1385 colA int(11) NOT NULL,
1387 PRIMARY KEY (colA)
1389 INSERT INTO t1 (colA, colB) VALUES (1, 'foo'), (2, 'foo bar');
1391 colA int(11) NOT NULL,
1393 KEY bad (colA,colB(3))
1395 INSERT INTO t2 (colA, colB) VALUES (1, 'foo'),(2, 'foo bar');
1396 SELECT * FROM t1 JOIN t2 ON t1.colA=t2.colA AND t1.colB=t2.colB
1397 WHERE t1.colA < 3;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/t/
H A Dctype_utf8.test1385 colA int(11) NOT NULL,
1387 PRIMARY KEY (colA)
1389 INSERT INTO t1 (colA, colB) VALUES (1, 'foo'), (2, 'foo bar');
1391 colA int(11) NOT NULL,
1393 KEY bad (colA,colB(3))
1395 INSERT INTO t2 (colA, colB) VALUES (1, 'foo'),(2, 'foo bar');
1396 SELECT * FROM t1 JOIN t2 ON t1.colA=t2.colA AND t1.colB=t2.colB
1397 WHERE t1.colA < 3;
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/t/
H A Dctype_utf8.test1385 colA int(11) NOT NULL,
1387 PRIMARY KEY (colA)
1389 INSERT INTO t1 (colA, colB) VALUES (1, 'foo'), (2, 'foo bar');
1391 colA int(11) NOT NULL,
1393 KEY bad (colA,colB(3))
1395 INSERT INTO t2 (colA, colB) VALUES (1, 'foo'),(2, 'foo bar');
1396 SELECT * FROM t1 JOIN t2 ON t1.colA=t2.colA AND t1.colB=t2.colB
1397 WHERE t1.colA < 3;
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/t/
H A Dctype_utf8.test1385 colA int(11) NOT NULL,
1387 PRIMARY KEY (colA)
1389 INSERT INTO t1 (colA, colB) VALUES (1, 'foo'), (2, 'foo bar');
1391 colA int(11) NOT NULL,
1393 KEY bad (colA,colB(3))
1395 INSERT INTO t2 (colA, colB) VALUES (1, 'foo'),(2, 'foo bar');
1396 SELECT * FROM t1 JOIN t2 ON t1.colA=t2.colA AND t1.colB=t2.colB
1397 WHERE t1.colA < 3;
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/t/
H A Dctype_utf8.test1385 colA int(11) NOT NULL,
1387 PRIMARY KEY (colA)
1389 INSERT INTO t1 (colA, colB) VALUES (1, 'foo'), (2, 'foo bar');
1391 colA int(11) NOT NULL,
1393 KEY bad (colA,colB(3))
1395 INSERT INTO t2 (colA, colB) VALUES (1, 'foo'),(2, 'foo bar');
1396 SELECT * FROM t1 JOIN t2 ON t1.colA=t2.colA AND t1.colB=t2.colB
1397 WHERE t1.colA < 3;
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/t/
H A Dctype_utf8.test1385 colA int(11) NOT NULL,
1387 PRIMARY KEY (colA)
1389 INSERT INTO t1 (colA, colB) VALUES (1, 'foo'), (2, 'foo bar');
1391 colA int(11) NOT NULL,
1393 KEY bad (colA,colB(3))
1395 INSERT INTO t2 (colA, colB) VALUES (1, 'foo'),(2, 'foo bar');
1396 SELECT * FROM t1 JOIN t2 ON t1.colA=t2.colA AND t1.colB=t2.colB
1397 WHERE t1.colA < 3;
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/t/
H A Dctype_utf8.test1382 colA int(11) NOT NULL,
1384 PRIMARY KEY (colA)
1386 INSERT INTO t1 (colA, colB) VALUES (1, 'foo'), (2, 'foo bar');
1388 colA int(11) NOT NULL,
1390 KEY bad (colA,colB(3))
1392 INSERT INTO t2 (colA, colB) VALUES (1, 'foo'),(2, 'foo bar');
1393 SELECT * FROM t1 JOIN t2 ON t1.colA=t2.colA AND t1.colB=t2.colB
1394 WHERE t1.colA < 3;
/dports/devel/R-cran-data.table/data.table/inst/doc/
H A Ddatatable-reshape.Rmd193 colA = paste("dob_child", 1:3, sep = "")
195 DT.m2 = melt(DT, measure = list(colA, colB), value.name = c("dob", "gender"))
/dports/devel/R-cran-data.table/data.table/vignettes/
H A Ddatatable-reshape.Rmd193 colA = paste("dob_child", 1:3, sep = "")
195 DT.m2 = melt(DT, measure = list(colA, colB), value.name = c("dob", "gender"))
/dports/textproc/libwps/libwps-0.4.12/src/lib/
H A Dlibwps_internal.cpp386 WPSColor WPSColor::barycenter(float alpha, WPSColor const &colA, in barycenter() argument
392 float val=alpha*float((colA.m_value>>depl)&0xFF)+beta*float((colB.m_value>>depl)&0xFF); in barycenter()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DObjectSurface.cpp801 float colA[3], colB[3], colC[3]; in ObjectSurfaceRenderRay() local
820 ColorGetEncoded(G, rc[0], (cA = colA)); in ObjectSurfaceRenderRay()
848 ColorGetEncoded(G, rc[0], (cA = colA)); in ObjectSurfaceRenderRay()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dbullet_class.c479 Thing *ti, void *data, const struct vec2 colA, const struct vec2 colB,
520 Thing *ti, void *data, const struct vec2 colA, const struct vec2 colB, in HitItemFunc() argument
544 hData, colA, normal, GetHitType(ti, hData->Obj, NULL), ti, in HitItemFunc()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/r/
H A Dctype_utf8mb4_heap.result1733 colA int(11) NOT NULL,
1735 PRIMARY KEY (colA)
1737 INSERT INTO t1 (colA, colB) VALUES (1, 'foo'), (2, 'foo bar');
1739 colA int(11) NOT NULL,
1741 KEY bad (colA,colB(3))
1743 INSERT INTO t2 (colA, colB) VALUES (1, 'foo'),(2, 'foo bar');
1744 SELECT * FROM t1 JOIN t2 ON t1.colA=t2.colA AND t1.colB=t2.colB
1745 WHERE t1.colA < 3;
1746 colA colB colA colB

12345678910>>...34