Home
last modified time | relevance | path

Searched refs:col0 (Results 1301 – 1325 of 1692) sorted by relevance

1...<<51525354555657585960>>...68

/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/innodb_gis/r/
H A Dgis.result1089 col0 BINARY NOT NULL,
1091 SPATIAL INDEX i1 (col0)
1095 col0 BINARY NOT NULL,
1098 CREATE SPATIAL INDEX idx0 ON t1(col0);
1100 ALTER TABLE t1 ADD SPATIAL INDEX i1 (col0);
1103 col0 INTEGER NOT NULL,
1110 col0 INTEGER NOT NULL,
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/innodb_gis/r/
H A Dgis.result1089 col0 BINARY NOT NULL,
1091 SPATIAL INDEX i1 (col0)
1095 col0 BINARY NOT NULL,
1098 CREATE SPATIAL INDEX idx0 ON t1(col0);
1100 ALTER TABLE t1 ADD SPATIAL INDEX i1 (col0);
1103 col0 INTEGER NOT NULL,
1110 col0 INTEGER NOT NULL,
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/innodb_gis/r/
H A Dgis.result1089 col0 BINARY NOT NULL,
1091 SPATIAL INDEX i1 (col0)
1095 col0 BINARY NOT NULL,
1098 CREATE SPATIAL INDEX idx0 ON t1(col0);
1100 ALTER TABLE t1 ADD SPATIAL INDEX i1 (col0);
1103 col0 INTEGER NOT NULL,
1110 col0 INTEGER NOT NULL,
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/innodb_gis/r/
H A Dgis.result1089 col0 BINARY NOT NULL,
1091 SPATIAL INDEX i1 (col0)
1095 col0 BINARY NOT NULL,
1098 CREATE SPATIAL INDEX idx0 ON t1(col0);
1100 ALTER TABLE t1 ADD SPATIAL INDEX i1 (col0);
1103 col0 INTEGER NOT NULL,
1110 col0 INTEGER NOT NULL,
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/dataeast/
H A Dd_deco32.cpp2954 UINT16 col0=((priColAlphaPal0&0x1f00)>>8); in mixDualAlphaSprites() local
2963 destLine32[x]=pal0[(priColAlphaPal0&0xff) + (granularity0 * col0)]; in mixDualAlphaSprites()
2965 destLine16[x]=pal0[(priColAlphaPal0&0xff) + (granularity0 * col0)]; in mixDualAlphaSprites()
2971 destLine32[x]=pal0[(priColAlphaPal0&0xff) + (granularity0 * col0)]; in mixDualAlphaSprites()
2973 destLine16[x]=pal0[(priColAlphaPal0&0xff) + (granularity0 * col0)]; in mixDualAlphaSprites()
2980 destLine32[x]=pal0[(priColAlphaPal0&0xff) + (granularity0 * col0)]; in mixDualAlphaSprites()
2982 destLine16[x]=pal0[(priColAlphaPal0&0xff) + (granularity0 * col0)]; in mixDualAlphaSprites()
/dports/math/alglib/alglib-cpp/src/
H A Dap.cpp11972 double *col0, in _ialglib_pack_n2() argument
11987 dst[0] = *col0; in _ialglib_pack_n2()
12002 dst[0] = *col0; in _ialglib_pack_n2()
12006 col0 += stride2; in _ialglib_pack_n2()
12012 dst[0] = *col0; in _ialglib_pack_n2()
12039 double *col0, in _ialglib_pack_n2_sse2() argument
12072 col0 += 2; in _ialglib_pack_n2_sse2()
12090 if( col1-col0==1 ) in _ialglib_pack_n2_sse2()
12119 dst[0] = *col0; in _ialglib_pack_n2_sse2()
12123 col0 += stride2; in _ialglib_pack_n2_sse2()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb/r/
H A Dndb_index_unique.result726 col0 INT NOT NULL,
728 UNIQUE (col0) USING HASH
733 col0 INT NOT NULL,
735 UNIQUE (col0) USING HASH
/dports/net-im/psi/psi-1.5/src/
H A Dfiletransdlg.cpp1326 int col0 = cm->getColumnWidth(0, _w); in paintCell() local
1337 int px = (margin * 2) + col0 + col1; in paintCell()
1349 int sz = col0 - 4; in paintCell()
1365 int tm = margin + col0; in paintCell()
/dports/graphics/embree/embree-3.13.2/kernels/subdiv/
H A Dgregory_patch.h540 …const Vertex_t col0 = deCasteljau(vv, (Vertex_t)matrix[0][0], (Vertex_t)matrix[1][0], (Vertex_t)ma… in normal() local
545 const Vertex_t tangentU = deCasteljau_tangent(uu, col0, col1, col2, col3); in normal()
800 const Vec3<T> col0 = deCasteljau(vv, matrix_00, matrix_10, matrix_20, matrix_30); in normal_t() local
805 const Vec3<T> tangentU = deCasteljau_tangent(uu, col0, col1, col2, col3); in normal_t()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dmatrix_extra.c2295 int col0, any0 = 0; in gretl_matrix_zero_col_mask() local
2305 col0 = 1; in gretl_matrix_zero_col_mask()
2308 col0 = 0; in gretl_matrix_zero_col_mask()
2312 if (col0) { in gretl_matrix_zero_col_mask()
/dports/lang/kawa/kawa-3.1.1/testsuite/
H A Darr-test.scm253 (let ((col0 (share-array
276 (test-equal 'nw (array-ref arr col0))
281 (array-set! arr col0 'ul)
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dsocrates.cpp919 uint8_t col0 = get_color(0x0e, py); in screen_update() local
928 if (x == 0) bitmap.plot_box(0, py, 8 + line_len*6 + 8, 1, col0); in screen_update()
932 bitmap.pix(py, px) = BIT(data, 7) ? col1 : col0; in screen_update()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/t/
H A Dloaddata.test545 CREATE TABLE t1(col0 LONGBLOB);
547 LOAD DATA INFILE 't1.txt' IGNORE INTO TABLE t1 SET col0=col0;
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/t/
H A Dloaddata.test545 CREATE TABLE t1(col0 LONGBLOB);
547 LOAD DATA INFILE 't1.txt' IGNORE INTO TABLE t1 SET col0=col0;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/t/
H A Dloaddata.test545 CREATE TABLE t1(col0 LONGBLOB);
547 LOAD DATA INFILE 't1.txt' IGNORE INTO TABLE t1 SET col0=col0;
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/t/
H A Dloaddata.test545 CREATE TABLE t1(col0 LONGBLOB);
547 LOAD DATA INFILE 't1.txt' IGNORE INTO TABLE t1 SET col0=col0;
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/t/
H A Dloaddata.test545 CREATE TABLE t1(col0 LONGBLOB);
547 LOAD DATA INFILE 't1.txt' IGNORE INTO TABLE t1 SET col0=col0;
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dsocrates.cpp919 uint8_t col0 = get_color(0x0e, py); in screen_update() local
928 if (x == 0) bitmap.plot_box(0, py, 8 + line_len*6 + 8, 1, col0); in screen_update()
932 bitmap.pix(py, px) = BIT(data, 7) ? col1 : col0; in screen_update()
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/t/
H A Dloaddata.test545 CREATE TABLE t1(col0 LONGBLOB);
547 LOAD DATA INFILE 't1.txt' IGNORE INTO TABLE t1 SET col0=col0;
/dports/lang/gnu-apl/apl-1.8/src/
H A DBif_F12_FORMAT.cc227 const UCS_string col0 = col_formats[0]; // keep it out of loop! in format_by_example() local
231 col_formats.push_back(col0); in format_by_example()
/dports/misc/visp/visp-3.4.0/modules/core/src/image/
H A DvpImageTools.cpp804 float col0 = lerp(I[v_round][u_round], I[v_round][u_round + 1], du); in remap() local
806 float value = lerp(col0, col1, dv); in remap()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c149 ifc_out32((oob ? IFC_NAND_COL_MS : 0) | column, &ifc->ifc_nand.col0); in set_addr()
827 ifc_out32(0x0, &ifc_runtime->ifc_nand.col0); in fsl_ifc_sram_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c149 ifc_out32((oob ? IFC_NAND_COL_MS : 0) | column, &ifc->ifc_nand.col0); in set_addr()
827 ifc_out32(0x0, &ifc_runtime->ifc_nand.col0); in fsl_ifc_sram_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c149 ifc_out32((oob ? IFC_NAND_COL_MS : 0) | column, &ifc->ifc_nand.col0); in set_addr()
827 ifc_out32(0x0, &ifc_runtime->ifc_nand.col0); in fsl_ifc_sram_init()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dintg.cc1248 vecteur col(col0); in integrate_sqrt()
1251 col0.push_back(zero); in integrate_sqrt()
1259 col=col0+gen(i)*col1; in integrate_sqrt()
1261 col0.push_back(zero); in integrate_sqrt()
1270 col0=*tmpv._VECTptr; in integrate_sqrt()
1272 col=col0; in integrate_sqrt()
1282 if (!col0.empty() && is_undef(col0.front())){ in integrate_sqrt()
1283 res= col0.front(); in integrate_sqrt()
1286 reverse(col0.begin(),col0.end()); // C at the beginning, Q at the end in integrate_sqrt()
1287 C=2*horner(vecteur(col0.begin(),col0.begin()+k-1),gen_x); in integrate_sqrt()
[all …]

1...<<51525354555657585960>>...68