Home
last modified time | relevance | path

Searched refs:aMx (Results 1 – 25 of 148) sorted by relevance

123456

/dports/cad/opencascade/opencascade-7.6.0/src/IVtkTools/
H A DIVtkTools_ShapeDataSource.cxx188 vtkSmartPointer<vtkMatrix4x4> aMx = vtkSmartPointer<vtkMatrix4x4>::New(); in transform() local
193 aMx->SetElement (aRow, aCol, theTrsf.Value (aRow + 1, aCol + 1) ); in transform()
197 aTransform->SetMatrix (aMx); in transform()
/dports/databases/db5/db-5.3.28/lang/sql/adapter/sqlite-patches/
H A D22_unique_key.patch22 Mem *aMx;
28 aMx = &aMem[pOp->p4.i];
37 r.aMem = aMx;
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/
H A DTreeTools.ibf594 aMx = {2,kindCount};
598 aMx[0][k] = s2;
599 aMx[1][k] = 1-(k==s2);
601 assignmentMatrices [(treeAVL[_nodeIterator])["Name"]] = aMx;
635 aMx = {2,kindCount};
652 aMx[0][s2] = minI;
653 aMx[1][s2] = minV;
656 assignmentMatrices [nodeName] = aMx;
687 aMx = assignmentMatrices [nodeName];
688 … (treeAVL[_nodeIterator])[label] = idToLabel[aMx[0][uniqueLabels[(treeAVL[nodeParent])[label]]-1]];
/dports/cad/opencascade/opencascade-7.6.0/src/BOPAlgo/
H A DBOPAlgo_Builder_3.cxx595 TopTools_IndexedMapOfShape aMx(100, aAllocator); in FillInternalShapes() local
683 aMx.Clear(); in FillInternalShapes()
684 OwnInternalShapes(aS, aMx); in FillInternalShapes()
686 aNbSx=aMx.Extent(); in FillInternalShapes()
688 const TopoDS_Shape& aSi=aMx(j); in FillInternalShapes()
753 aMx.Clear(); in FillInternalShapes()
811 aMx.Clear(); in FillInternalShapes()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Ddate.c113 static const u16 aMx[] = { 12, 14, 24, 31, 59, 9999 }; in getDigits() local
125 max = aMx[zFormat[2] - 'a']; in getDigits()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Ddate.c113 static const u16 aMx[] = { 12, 14, 24, 31, 59, 9999 }; in getDigits() local
125 max = aMx[zFormat[2] - 'a']; in getDigits()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Ddate.c113 static const u16 aMx[] = { 12, 14, 24, 31, 59, 9999 }; in getDigits() local
125 max = aMx[zFormat[2] - 'a']; in getDigits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Ddate.c113 static const u16 aMx[] = { 12, 14, 24, 31, 59, 9999 }; in getDigits() local
125 max = aMx[zFormat[2] - 'a']; in getDigits()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dvdbe.c3570 Mem *aMx; in sqlite3VdbeExec() local
3576 aMx = &aMem[pOp->p4.i]; in sqlite3VdbeExec()
3592 if( aMx[ii].flags & MEM_Null ){ in sqlite3VdbeExec()
3598 assert( (aMx[nField].flags & MEM_Null)==0 ); in sqlite3VdbeExec()
3605 r.aMem = aMx; in sqlite3VdbeExec()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c52493 Mem *aMx;
55677 Mem *aMx;
55683 u.bc.aMx = &aMem[pOp->p4.i];
55699 if( u.bc.aMx[u.bc.ii].flags & MEM_Null ){
55705 assert( (u.bc.aMx[u.bc.nField].flags & MEM_Null)==0 );
55712 u.bc.r.aMem = u.bc.aMx;
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c53701 Mem *aMx;
56974 Mem *aMx;
56981 u.bc.aMx = &aMem[pOp->p4.i];
56997 if( u.bc.aMx[u.bc.ii].flags & MEM_Null ){
57003 assert( (u.bc.aMx[u.bc.nField].flags & MEM_Null)==0 );
57010 u.bc.r.aMem = u.bc.aMx;
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c47310 Mem *aMx;
50549 Mem *aMx;
50555 u.bc.aMx = &aMem[pOp->p4.i];
50571 if( u.bc.aMx[u.bc.ii].flags & MEM_Null ){
50577 assert( (u.bc.aMx[u.bc.nField].flags & MEM_Null)==0 );
50584 u.bc.r.aMem = u.bc.aMx;
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c65195 Mem *aMx;
68561 Mem *aMx;
68567 u.be.aMx = &aMem[pOp->p4.i];
68583 if( u.be.aMx[u.be.ii].flags & MEM_Null ){
68589 assert( (u.be.aMx[u.be.nField].flags & MEM_Null)==0 );
68596 u.be.r.aMem = u.be.aMx;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c63140 Mem *aMx;
66422 Mem *aMx;
66428 u.bc.aMx = &aMem[pOp->p4.i];
66444 if( u.bc.aMx[u.bc.ii].flags & MEM_Null ){
66450 assert( (u.bc.aMx[u.bc.nField].flags & MEM_Null)==0 );
66457 u.bc.r.aMem = u.bc.aMx;
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c63104 Mem *aMx;
66386 Mem *aMx;
66392 u.bc.aMx = &aMem[pOp->p4.i];
66408 if( u.bc.aMx[u.bc.ii].flags & MEM_Null ){
66414 assert( (u.bc.aMx[u.bc.nField].flags & MEM_Null)==0 );
66421 u.bc.r.aMem = u.bc.aMx;
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c63867 Mem *aMx;
67208 Mem *aMx;
67214 u.bd.aMx = &aMem[pOp->p4.i];
67230 if( u.bd.aMx[u.bd.ii].flags & MEM_Null ){
67236 assert( (u.bd.aMx[u.bd.nField].flags & MEM_Null)==0 );
67243 u.bd.r.aMem = u.bd.aMx;
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c65663 Mem *aMx;
69098 Mem *aMx;
69104 u.bf.aMx = &aMem[pOp->p4.i];
69120 if( u.bf.aMx[u.bf.ii].flags & MEM_Null ){
69126 assert( (u.bf.aMx[u.bf.nField].flags & MEM_Null)==0 );
69133 u.bf.r.aMem = u.bf.aMx;
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c65770 Mem *aMx;
69231 Mem *aMx;
69237 u.bf.aMx = &aMem[pOp->p4.i];
69253 if( u.bf.aMx[u.bf.ii].flags & MEM_Null ){
69259 assert( (u.bf.aMx[u.bf.nField].flags & MEM_Null)==0 );
69266 u.bf.r.aMem = u.bf.aMx;
/dports/science/rdkit/rdkit-Release_2021_03_5/Docs/Notebooks/
H A DRGroupDecomposition-MutipleCores.ipynb2686 …YyOI9VLBt2zZPT89FixZpampmZ2fX19dnZWUZGBiYmZllZmbW1NTk5OSYmZk1NjZyOJzZs2c/e/aMx+M9evSIyWTq6+vn5OTU1…
2700 …YyOI9VLBt2zZPT89FixZpampmZ2fX19dnZWUZGBiYmZllZmbW1NTk5OSYmZk1NjZyOJzZs2c/e/aMx+M9evSIyWTq6+vn5OTU1…
2784 …YyOI9VLBt2zZPT89FixZpampmZ2fX19dnZWUZGBiYmZllZmbW1NTk5OSYmZk1NjZyOJzZs2c/e/aMx+M9evSIyWTq6+vn5OTU1…
2798 …YyOI9VLBt2zZPT89FixZpampmZ2fX19dnZWUZGBiYmZllZmbW1NTk5OSYmZk1NjZyOJzZs2c/e/aMx+M9evSIyWTq6+vn5OTU1…
2812 …YyOI9VLBt2zZPT89FixZpampmZ2fX19dnZWUZGBiYmZllZmbW1NTk5OSYmZk1NjZyOJzZs2c/e/aMx+M9evSIyWTq6+vn5OTU1…
2826 …YyOI9VLBt2zZPT89FixZpampmZ2fX19dnZWUZGBiYmZllZmbW1NTk5OSYmZk1NjZyOJzZs2c/e/aMx+M9evSIyWTq6+vn5OTU1…
2840 …YyOI9VLBt2zZPT89FixZpampmZ2fX19dnZWUZGBiYmZllZmbW1NTk5OSYmZk1NjZyOJzZs2c/e/aMx+M9evSIyWTq6+vn5OTU1…
/dports/net/p5-Net-Analysis/Net-Analysis-0.41/t/
H A Dt4_keepalive.hex9959 … 000129D0 39 8e 6f 22 91 36 8d 04 31 61 4d 78 a5 31 c8 d7 9.o".6.. 1aMx.1..
/dports/lang/jimtcl/jimtcl-0.81/sqlite3/
H A Dsqlite3.c18638 static const u16 aMx[] = { 12, 14, 24, 31, 59, 9999 }; in getDigits() local
18650 max = aMx[zFormat[2] - 'a']; in getDigits()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dsqlite3.c16821 static const u16 aMx[] = { 12, 14, 24, 31, 59, 9999 }; in getDigits() local
16833 max = aMx[zFormat[2] - 'a']; in getDigits()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c18634 static const u16 aMx[] = { 12, 14, 24, 31, 59, 9999 }; in getDigits() local
18646 max = aMx[zFormat[2] - 'a']; in getDigits()
/dports/devel/openocd/openocd-0.11.0/jimtcl/sqlite3/
H A Dsqlite3.c18638 static const u16 aMx[] = { 12, 14, 24, 31, 59, 9999 }; in getDigits() local
18650 max = aMx[zFormat[2] - 'a']; in getDigits()
/dports/lang/php73/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c21030 static const u16 aMx[] = { 12, 14, 24, 31, 59, 9999 }; in getDigits() local
21042 max = aMx[zFormat[2] - 'a']; in getDigits()

123456