Home
last modified time | relevance | path

Searched refs:colA (Results 1 – 25 of 828) sorted by relevance

12345678910>>...34

/dports/databases/p5-SQL-Abstract/SQL-Abstract-2.000001/t/
H A D24order_by_chunks.t17 "colA DESC"
32 "colA"
35 "colA"
41 "colA"
44 "`colA`"
68 "colA"
71 "colA"
92 "colA",
99 "colA"
192 "colA"
[all …]
H A D06order_by.t12 given => \'colA DESC',
13 expects => ' ORDER BY colA DESC',
17 given => 'colA',
18 expects => ' ORDER BY colA',
19 expects_quoted => ' ORDER BY `colA`',
22 given => 'colA DESC',
23 expects => ' ORDER BY colA DESC',
27 given => [qw/colA colB/],
28 expects => ' ORDER BY colA, colB',
37 given => {-asc => 'colA'},
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/include/
H A Dconst_folding_real_real.inc15 eval SELECT * FROM $table_name WHERE colA <= $minreal;
16 eval SELECT * FROM $table_name WHERE colA < $minreal;
17 eval SELECT * FROM $table_name WHERE colA >= $minreal;
18 eval SELECT * FROM $table_name WHERE colA > $minreal;
19 eval SELECT * FROM $table_name WHERE colA = $minreal;
20 eval SELECT * FROM $table_name WHERE colA <> $minreal;
50 eval SELECT * FROM $table_name WHERE colA <= $maxreal;
51 eval SELECT * FROM $table_name WHERE colA < $maxreal;
52 eval SELECT * FROM $table_name WHERE colA >= $maxreal;
53 eval SELECT * FROM $table_name WHERE colA > $maxreal;
[all …]
H A Dconst_folding_int_int.inc14 eval SELECT * FROM $table_name WHERE colA <= $maxint;
16 eval SELECT * FROM $table_name WHERE colA >= $maxint;
21 eval SELECT * FROM $table_name WHERE colA <= $minint;
22 eval SELECT * FROM $table_name WHERE colA >= $minint;
23 eval SELECT * FROM $table_name WHERE colA > $minint;
27 eval SELECT * FROM $table_name WHERE colA = $maxint;
28 eval SELECT * FROM $table_name WHERE colA <=> $maxint;
30 eval SELECT * FROM $table_name WHERE colA <> $maxint;
31 eval SELECT * FROM $table_name WHERE colA = $minint;
32 eval SELECT * FROM $table_name WHERE colA <=> $minint;
[all …]
H A Dconst_folding_int_real.inc4 eval CREATE TABLE $table_name (colA $int_type $signedness $nullness);
13 eval SELECT * FROM $table_name WHERE colA < $real_0_5;
14 eval SELECT * FROM $table_name WHERE colA <= $real_0_5;
15 eval SELECT * FROM $table_name WHERE colA > $real_0_5;
16 eval SELECT * FROM $table_name WHERE colA >= $real_0_5;
17 eval SELECT * FROM $table_name WHERE colA = $real_0_5;
18 eval SELECT * FROM $table_name WHERE colA <> $real_0_5;
20 eval SELECT * FROM $table_name WHERE colA < $real_minus_0_5;
21 eval SELECT * FROM $table_name WHERE colA <= $real_minus_0_5;
22 eval SELECT * FROM $table_name WHERE colA > $real_minus_0_5;
[all …]
H A Dconst_folding_int_dec.inc13 eval SELECT * FROM $table_name WHERE colA < $dec_0_5;
14 eval SELECT * FROM $table_name WHERE colA <= $dec_0_5;
15 eval SELECT * FROM $table_name WHERE colA > $dec_0_5;
16 eval SELECT * FROM $table_name WHERE colA >= $dec_0_5;
17 eval SELECT * FROM $table_name WHERE colA = $dec_0_5;
18 eval SELECT * FROM $table_name WHERE colA <> $dec_0_5;
20 eval SELECT * FROM $table_name WHERE colA < $dec_minus_0_5;
21 eval SELECT * FROM $table_name WHERE colA <= $dec_minus_0_5;
22 eval SELECT * FROM $table_name WHERE colA > $dec_minus_0_5;
23 eval SELECT * FROM $table_name WHERE colA >= $dec_minus_0_5;
[all …]
/dports/databases/p5-SQL-Abstract-More/SQL-Abstract-More-1.37/t/
H A D02-order-by.t15 given => \'colA DESC',
16 expects => ' ORDER BY colA DESC',
20 given => 'colA',
21 expects => ' ORDER BY colA',
25 given => 'colA DESC',
26 expects => ' ORDER BY colA DESC',
30 given => [qw/colA colB/],
31 expects => ' ORDER BY colA, colB',
40 given => {-asc => 'colA'},
41 expects => ' ORDER BY colA ASC',
[all …]
/dports/databases/p5-SQL-Abstract-Classic/SQL-Abstract-Classic-1.91/t/
H A D06order_by.t12 given => \'colA DESC',
13 expects => ' ORDER BY colA DESC',
17 given => 'colA',
18 expects => ' ORDER BY colA',
19 expects_quoted => ' ORDER BY `colA`',
22 given => 'colA DESC',
23 expects => ' ORDER BY colA DESC',
27 given => [qw/colA colB/],
28 expects => ' ORDER BY colA, colB',
37 given => {-asc => 'colA'},
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Dconst_folding.result13 colA
23 colA
32 colA
41 colA
43 colA
46 colA
55 colA
57 colA
61 colA
70 colA
[all …]
/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/t/sqlmaker/
H A Dorder_by_bindtransport.t60 order_by => { -desc => \[ 'colA LIKE ?', [ colA => 'test' ] ] },
61 order_req => 'colA LIKE ? DESC',
62 bind => [ [ colA => 'test' ] ],
65 order_by => \[ 'colA LIKE ? DESC', [ colA => 'test' ] ],
66 order_req => 'colA LIKE ? DESC',
67 bind => [ [ colA => 'test' ] ],
71 { -asc => \['colA'] },
75 order_req => 'colA ASC, colB LIKE ? DESC, colC LIKE ? ASC',
81 { -asc => 'colA' },
91 order_req => 'colA LIKE ? DESC',
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DColumnHeaderTest.cs63 ColumnHeader colA = new ColumnHeader (); in DisplayIndex_ListView_Created()
67 colA.DisplayIndex = 2; in DisplayIndex_ListView_Created()
77 lv.Columns.Add (colA); in DisplayIndex_ListView_Created()
128 lv.Columns.Add (colA); in DisplayIndex_ListView_Disposed()
136 colA.DisplayIndex = 2; in DisplayIndex_ListView_Disposed()
142 colA.DisplayIndex = 255; in DisplayIndex_ListView_Disposed()
152 colA.DisplayIndex = -66; in DisplayIndex_ListView_NotCreated()
154 colA.DisplayIndex = 66; in DisplayIndex_ListView_NotCreated()
168 lv.Columns.Add (colA); in DisplayIndex_ListView_NotCreated()
173 colA.DisplayIndex = -1; in DisplayIndex_ListView_NotCreated()
[all …]
/dports/devel/R-cran-tibble/tibble/tests/testthat/
H A Dtest-zzz-tribble.R3 ~colA, ~colB,
8 compared <- tibble(colA = c("a", "b"), colB = c(1, 2))
13 ~colA, ~colB, ~colC, ~colD,
19 colA = c(1, 5),
29 ~colA, ~colB,
38 colA = as.numeric(1:5),
47 ~colA, ~colB,
52 compared <- tibble(colA = c("a", "b"), colB = c(1, 2))
H A Dtest-tribble.R3 ~colA, ~colB,
8 compared <- tibble(colA = c("a", "b"), colB = c(1, 2))
13 ~colA, ~colB, ~colC, ~colD,
19 colA = c(1, 5),
29 ~colA, ~colB,
38 colA = as.numeric(1:5),
47 ~colA, ~colB,
52 compared <- tibble(colA = c("a", "b"), colB = c(1, 2))
/dports/science/chrono/chrono-7.0.1/src/chrono_multicore/constraints/
H A DChConstraintBilateral.cpp73 int colA = idA * 6; in Build_D() local
76 D_b_T(row, colA + 0) = mbilateral->Get_Cq_a()(0); in Build_D()
77 D_b_T(row, colA + 1) = mbilateral->Get_Cq_a()(1); in Build_D()
78 D_b_T(row, colA + 2) = mbilateral->Get_Cq_a()(2); in Build_D()
80 D_b_T(row, colA + 3) = mbilateral->Get_Cq_a()(3); in Build_D()
81 D_b_T(row, colA + 4) = mbilateral->Get_Cq_a()(4); in Build_D()
82 D_b_T(row, colA + 5) = mbilateral->Get_Cq_a()(5); in Build_D()
102 D_b_T(row, colA) = mbilateral->Get_Cq_a()(0); in Build_D()
115 D_b_T(row, colA) = mbilateral->Get_Cq_a()(0); in Build_D()
136 D_b_T(row, colA) = mbilateral->Get_Cq_a()(0); in Build_D()
[all …]
/dports/games/wop/wop-0.4.3/src/
H A Drandom.hpp43 Uint32 getColor( Uint32 colA, Uint32 colB );
88 inline Uint32 Random::getColor( const Uint32 colA, const Uint32 colB ) { in getColor() argument
89 const Uint32 rA = (colA >> 16) & 0xff, in getColor()
91 gA = (colA >> 8) & 0xff, in getColor()
93 bA = (colA ) & 0xff, in getColor()
/dports/math/arpack++/arpackpp-2.3.0/include/
H A Darlsmat.h209 int *colA, *colE; in ExpandA() local
223 colA = (int*)A.colptr; in ExpandA()
235 k = colA[i+1]; in ExpandA()
236 if ((k!=colA[i])&&(indA[k-1]==i)) { in ExpandA()
249 k = colA[i]; in ExpandA()
250 if ((k!=colA[i+1])&&(indA[k]==i)) { in ExpandA()
268 colE[0] = colA[0]; in ExpandA()
275 for (j=colA[i]; j<(colA[i+1]-1); j++) { in ExpandA()
281 if ((colA[i]!=colA[i+1])&&(indA[j]==i)) { in ExpandA()
302 k=colA[i]; in ExpandA()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/peigs/ctof/
H A Donenorm_f.c49 DoublePrecision **colA; local
58 colA = (DoublePrecision ** ) work;
64 colA[nvecs] = &matA[*n * nvecs];
72 one_nrm( n, m, colA, mapA, norm, iwork, scratch );
/dports/science/nwchem-data/nwchem-7.0.2-release/src/peigs/ctof/
H A Donenorm_f.c49 DoublePrecision **colA; local
58 colA = (DoublePrecision ** ) work;
64 colA[nvecs] = &matA[*n * nvecs];
72 one_nrm( n, m, colA, mapA, norm, iwork, scratch );
/dports/math/blocksolve95/BlockSolve95/src/
H A DBSmat_subtract.c19 int *colA, *colB; in BSmat_subtract() local
31 colA = Arows[i]->col; in BSmat_subtract()
36 if (colA[indA] == colB[indB]) { in BSmat_subtract()
40 } else if (colA[indA] > colB[indB]) { in BSmat_subtract()
/dports/devel/bullet/bullet3-3.21/examples/Collision/Internal/
H A DRealTimeBullet3CollisionSdk.cpp297 void detectCollisionDummy(RTB3CollisionWorld* world, int colA, int shapeIndexA, int colB, int shape… in detectCollisionDummy() argument
301 (void)colA, (void)colB; in detectCollisionDummy()
370 const b3Transform& trA = world->m_collidableTransforms[colA]; in detectCollisionSphereSphere()
383 void detectCollisionSpherePlane(RTB3CollisionWorld* world, int colA, int shapeIndexA, int colB, int… in detectCollisionSpherePlane() argument
386 const b3Transform& trA = world->m_collidableTransforms[colA]; in detectCollisionSpherePlane()
402 (void)colA, (void)shapeIndexA, (void)colB, (void)shapeIndexB; in detectCollisionPlaneSphere()
429 const b3Collidable& colA = world->m_collidables[colAIndex]; in collide() local
437 for (int i = 0; i < colA.m_numChildShapes; i++) in collide()
460 plCollisionObjectHandle colA; in collideWorld() local
467 colA = caster.m_ptrValue; in collideWorld()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/Collision/Internal/
H A DRealTimeBullet3CollisionSdk.cpp297 void detectCollisionDummy(RTB3CollisionWorld* world, int colA, int shapeIndexA, int colB, int shape… in detectCollisionDummy() argument
301 (void)colA, (void)colB; in detectCollisionDummy()
370 const b3Transform& trA = world->m_collidableTransforms[colA]; in detectCollisionSphereSphere()
383 void detectCollisionSpherePlane(RTB3CollisionWorld* world, int colA, int shapeIndexA, int colB, int… in detectCollisionSpherePlane() argument
386 const b3Transform& trA = world->m_collidableTransforms[colA]; in detectCollisionSpherePlane()
402 (void)colA, (void)shapeIndexA, (void)colB, (void)shapeIndexB; in detectCollisionPlaneSphere()
429 const b3Collidable& colA = world->m_collidables[colAIndex]; in collide() local
437 for (int i = 0; i < colA.m_numChildShapes; i++) in collide()
460 plCollisionObjectHandle colA; in collideWorld() local
467 colA = caster.m_ptrValue; in collideWorld()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/peigs/src/c/
H A Dsfnorm.c58 void sfnorm( n, colA, mapA, norm, iwork, work, info) in sfnorm() argument
60 DoublePrecision **colA, *work, *norm;
125 root2 = colA[i][0];
144 y = c + colA[i][kk]*colA[i][kk];
H A Dsonenorm.c41 void sonenrm ( n, colA, mapA, norm, iwork, work, info) in sonenrm() argument
43 DoublePrecision **colA, *work, *norm;
138 scl = dasum_ ( &ii, colA[i], &IONE );
145 normvec[jj+k] += fabs( colA[i][k] );
/dports/science/nwchem-data/nwchem-7.0.2-release/src/peigs/src/c/
H A Dsfnorm.c58 void sfnorm( n, colA, mapA, norm, iwork, work, info) in sfnorm() argument
60 DoublePrecision **colA, *work, *norm;
125 root2 = colA[i][0];
144 y = c + colA[i][kk]*colA[i][kk];
/dports/databases/akonadi/akonadi-21.12.3/autotests/server/
H A Dcollectionschedulertest.cpp104 Collection colA = Collection::retrieveByName(QStringLiteral("Collection A")); in shouldHonourIntervalChange() local
105 QCOMPARE(colA.id(), 2); in shouldHonourIntervalChange()
108 colA.setCachePolicyInherit(false); in shouldHonourIntervalChange()
109 colA.setCachePolicyCheckInterval(20); // in minutes in shouldHonourIntervalChange()
110 QVERIFY(colA.update()); in shouldHonourIntervalChange()

12345678910>>...34