Home
last modified time | relevance | path

Searched refs:ntables (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/dports/math/m4ri/m4ri-release-20200125/m4ri/
H A Dple_russian.c66 assert((ntables <= __M4RI_PLE_NTABLES) & (ntables > 0)); in _kk_setup()
73 switch(ntables) { in _kk_setup()
74 …case 8: k_[ntables - 8] = kk / ntables + ((rem >= (ntables - s++)) ? 1 : 0); knar_[7] = 0; assert(… in _kk_setup()
75 …case 7: k_[ntables - 7] = kk / ntables + ((rem >= (ntables - s++)) ? 1 : 0); knar_[6] = 0; assert(… in _kk_setup()
76 …case 6: k_[ntables - 6] = kk / ntables + ((rem >= (ntables - s++)) ? 1 : 0); knar_[5] = 0; assert(… in _kk_setup()
77 …case 5: k_[ntables - 5] = kk / ntables + ((rem >= (ntables - s++)) ? 1 : 0); knar_[4] = 0; assert(… in _kk_setup()
78 …case 4: k_[ntables - 4] = kk / ntables + ((rem >= (ntables - s++)) ? 1 : 0); knar_[3] = 0; assert(… in _kk_setup()
79 …case 3: k_[ntables - 3] = kk / ntables + ((rem >= (ntables - s++)) ? 1 : 0); knar_[2] = 0; assert(… in _kk_setup()
80 …case 2: k_[ntables - 2] = kk / ntables + ((rem >= (ntables - s++)) ? 1 : 0); knar_[1] = 0; assert(… in _kk_setup()
81 case 1: k_[ntables - 1] = kk / ntables; knar_[0] = 0; assert((k_[ntables - 1] > 0)); in _kk_setup()
[all …]
/dports/security/ophcrack/ophcrack-3.8.0/src/test/
H A Dtest_all.c97 for (int i=0; i<ntables; ++i) { in create_crack_4test()
138 for (int i=0; i<ntables; ++i) in preload_4test()
237 for (int i=0; i<ntables; ++i) in test_ophcrack_preload_all0()
244 preload_4test(crack, tables, ntables); in test_ophcrack_preload_all0()
256 for (int i=0; i<ntables; ++i) in test_ophcrack_preload_all0()
305 preload_4test(crack, tables, ntables); in test_ophcrack_preload_all1()
307 assert(crack->active->size == ntables); in test_ophcrack_preload_all1()
356 preload_4test(crack, tables, ntables); in test_ophcrack_preload_all3()
422 for (int i=0; i<ntables; ++i) in test_ophcrack_preload_all4()
485 preload_4test(crack, tables, ntables); in test_ophcrack_preload_all7()
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/bitmap/
H A Dpcfread.c176 int ntables;
183 for (i = 0; i < ntables; i++)
198 pcfHasType (tables, ntables, type) in pcfHasType() argument
200 int ntables;
205 for (i = 0; i < ntables; i++)
223 int ntables;
303 int ntables;
358 int ntables; local
555 bitmapFont->num_tables = ntables;
607 int ntables; local
[all …]
/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A DMCMChierEI.cc210 Matrix<> p0mat(mcmc/thin, ntables, false); in MCMChierEI_impl()
284 double nu2 = (nu0 + ntables)*0.5; in MCMChierEI_impl()
291 nu2 = (nu1 + ntables)*0.5; in MCMChierEI_impl()
365 double nu2 = (nu0 + ntables)*0.5; in MCMChierEI_impl()
372 nu2 = (nu1 + ntables)*0.5; in MCMChierEI_impl()
424 unsigned int ntables = *Rntables; in hierEI() local
425 Matrix<> r0(ntables, 1, Rr0); in hierEI()
426 Matrix<> r1(ntables, 1, Rr1); in hierEI()
427 Matrix<> c0(ntables, 1, Rc0); in hierEI()
428 Matrix<> c1(ntables, 1, Rc1); in hierEI()
[all …]
H A DMCMCdynamicEI.cc232 for (unsigned int i=0; i<ntables; ++i) in MCMCdynamicEI_impl()
319 double nu2 = (nu0 + ntables)*0.5; in MCMCdynamicEI_impl()
324 nu2 = (nu1 + ntables)*0.5; in MCMCdynamicEI_impl()
384 double nu2 = (nu0 + ntables)*0.5; in MCMCdynamicEI_impl()
389 nu2 = (nu1 + ntables)*0.5; in MCMCdynamicEI_impl()
449 const int ntables = *Rntables; in dynamicEI() local
451 const Matrix<> r0(ntables, 1, Rr0); in dynamicEI()
452 const Matrix<> r1(ntables, 1, Rr1); in dynamicEI()
453 const Matrix<> c0(ntables, 1, Rc0); in dynamicEI()
456 const Matrix<double> W(ntables, ntables, RW); in dynamicEI()
[all …]
/dports/math/R-cran-MCMCpack/MCMCpack/R/
H A DMCMCdynamicEI.R290 ntables = length(r0) functionVar
294 W <- matrix(0, ntables, ntables)
295 for (i in 2:(ntables)){
302 sample <- matrix(0, mcmc/thin, ntables*2+2)
313 ntables = as.integer(ntables),
332 p0names <- paste("p0table", 1:ntables, sep="")
333 p1names <- paste("p1table", 1:ntables, sep="")
H A DMCMChierEI.R261 ntables = length(r0) functionVar
262 sample <- matrix(0, mcmc/thin, ntables*2+4)
273 ntables = as.integer(ntables),
296 p0names <- paste("p0table", 1:ntables, sep="")
297 p1names <- paste("p1table", 1:ntables, sep="")
/dports/databases/grass7/grass-7.8.6/db/drivers/dbf/
H A Dtable.c46 if (db.atables == db.ntables) { in add_table()
60 db.tables[db.ntables].alive = TRUE; in add_table()
62 db.tables[db.ntables].loaded = FALSE; in add_table()
64 db.tables[db.ntables].cols = NULL; in add_table()
65 db.tables[db.ntables].rows = NULL; in add_table()
66 db.tables[db.ntables].acols = 0; in add_table()
67 db.tables[db.ntables].ncols = 0; in add_table()
68 db.tables[db.ntables].arows = 0; in add_table()
69 db.tables[db.ntables].nrows = 0; in add_table()
71 db.ntables++; in add_table()
[all …]
H A Dlisttab.c30 list = db_alloc_string_array(db.ntables); in db__driver_list_tables()
31 if (list == NULL && db.ntables > 0) in db__driver_list_tables()
34 for (i = 0; i < db.ntables; i++) { in db__driver_list_tables()
42 *tcount = db.ntables; in db__driver_list_tables()
/dports/print/typetools/lcdf-typetools-2.108/libefont/
H A Dttfkern.cc53 uint32_t ntables, off; in KernTable() local
55 ntables = d.u16(2); in KernTable()
59 ntables = d.u32(4); in KernTable()
65 for (uint32_t i = 0; i < ntables; ++i) in KernTable()
74 uint32_t ntables = this->ntables(); in unparse_automatics() local
80 for (uint16_t i = 0; i < ntables; ++i) { in unparse_automatics()
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/libefont/
H A Dttfkern.cc53 uint32_t ntables, off; in KernTable() local
55 ntables = d.u16(2); in KernTable()
59 ntables = d.u32(4); in KernTable()
65 for (uint32_t i = 0; i < ntables; ++i) in KernTable()
74 uint32_t ntables = this->ntables(); in unparse_automatics() local
80 for (uint16_t i = 0; i < ntables; ++i) { in unparse_automatics()
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/libefont/
H A Dttfkern.cc53 uint32_t ntables, off; in KernTable() local
55 ntables = d.u16(2); in KernTable()
59 ntables = d.u32(4); in KernTable()
65 for (uint32_t i = 0; i < ntables; ++i) in KernTable()
74 uint32_t ntables = this->ntables(); in unparse_automatics() local
80 for (uint16_t i = 0; i < ntables; ++i) { in unparse_automatics()
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/front/caml/
H A Dmemory.h48 long ntables; member
124 (caml__roots_##x.ntables = 1), \
134 (caml__roots_##x.ntables = 2), \
145 (caml__roots_##x.ntables = 3), \
157 (caml__roots_##x.ntables = 4), \
260 caml__roots_block.ntables = 1; \
268 caml__roots_block.ntables = 2; \
277 caml__roots_block.ntables = 3; \
287 caml__roots_block.ntables = 4; \
298 caml__roots_block.ntables = 5; \
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dpair_table_kokkos.cpp273 memoryKK->create_kokkos(d_table->nmask,h_table->nmask,ntables,"Table::nmask"); in create_kokkos_tables()
279 memoryKK->create_kokkos(d_table->e,h_table->e,ntables,tlm1,"Table::e"); in create_kokkos_tables()
280 memoryKK->create_kokkos(d_table->f,h_table->f,ntables,tlm1,"Table::f"); in create_kokkos_tables()
285 memoryKK->create_kokkos(d_table->e,h_table->e,ntables,tablength,"Table::e"); in create_kokkos_tables()
287 memoryKK->create_kokkos(d_table->de,h_table->de,ntables,tlm1,"Table::de"); in create_kokkos_tables()
288 memoryKK->create_kokkos(d_table->df,h_table->df,ntables,tlm1,"Table::df"); in create_kokkos_tables()
302 memoryKK->create_kokkos(d_table->e,h_table->e,ntables,ntable,"Table::e"); in create_kokkos_tables()
303 memoryKK->create_kokkos(d_table->f,h_table->f,ntables,ntable,"Table::f"); in create_kokkos_tables()
311 for (int i=0; i < ntables; i++) { in create_kokkos_tables()
463 for (int m = 0; m < ntables; m++) free_table(&tables[m]); in settings()
[all …]
/dports/x11-fonts/libXfont/libXfont-1.5.4/src/bitmap/
H A Dpcfread.c207 for (i = 0; i < ntables; i++) in pcfSeekToType()
222 pcfHasType (PCFTablePtr tables, int ntables, CARD32 type) in pcfHasType() argument
226 for (i = 0; i < ntables; i++) in pcfHasType()
241 PCFTablePtr tables, int ntables) in pcfGetProperties() argument
350 PCFTablePtr tables, int ntables, CARD32 type) in pcfGetAccel() argument
405 int ntables; in pcfReadFont() local
424 if (!(tables = pcfReadTOC(file, &ntables))) in pcfReadFont()
651 bitmapFont->num_tables = ntables; in pcfReadFont()
707 int ntables; in pcfReadFontInfo() local
717 if (!(tables = pcfReadTOC(file, &ntables))) in pcfReadFontInfo()
[all …]
/dports/x11-fonts/libXfont2/libXfont2-2.0.5/src/bitmap/
H A Dpcfread.c209 for (i = 0; i < ntables; i++) in pcfSeekToType()
224 pcfHasType (PCFTablePtr tables, int ntables, CARD32 type) in pcfHasType() argument
228 for (i = 0; i < ntables; i++) in pcfHasType()
243 PCFTablePtr tables, int ntables) in pcfGetProperties() argument
352 PCFTablePtr tables, int ntables, CARD32 type) in pcfGetAccel() argument
407 int ntables; in pcfReadFont() local
426 if (!(tables = pcfReadTOC(file, &ntables))) in pcfReadFont()
653 bitmapFont->num_tables = ntables; in pcfReadFont()
709 int ntables; in pcfReadFontInfo() local
719 if (!(tables = pcfReadTOC(file, &ntables))) in pcfReadFontInfo()
[all …]
/dports/devel/py-tables/tables-3.6.1/bench/
H A Dstress-test.py24 def createFileArr(filename, ngroups, ntables, nrows): argument
41 for j in range(ntables):
46 return (ngroups * ntables * nrows, 4)
90 if not ntables:
98 for j in range(ntables):
262 ngroups, ntables, nrows): argument
270 (rowsw, rowsz) = createFileArr(file, ngroups, ntables, nrows)
272 (rowsw, rowsz) = createFile(file, ngroups, ntables, nrows,
340 ntables = 5 variable
373 ntables = int(option[1]) variable
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/src/librawspeed/common/
H A DTableLookUp.cpp37 : ntables(_ntables), dither(_dither) { in TableLookUp()
38 if (ntables < 1) { in TableLookUp()
41 tables.resize(ntables * TABLE_SIZE, uint16_t(0)); in TableLookUp()
51 if (ntable > ntables) { in setTable()
80 if (n > ntables) { in getTable()
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/librawspeed/common/
H A DTableLookUp.cpp37 : ntables(_ntables), dither(_dither) { in TableLookUp()
38 if (ntables < 1) { in TableLookUp()
41 tables.resize(ntables * TABLE_SIZE, uint16_t(0)); in TableLookUp()
51 if (ntable > ntables) { in setTable()
80 if (n > ntables) { in getTable()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/librawspeed/common/
H A DTableLookUp.cpp37 : ntables(_ntables), dither(_dither) { in TableLookUp()
38 if (ntables < 1) { in TableLookUp()
41 tables.resize(ntables * TABLE_SIZE, uint16_t(0)); in TableLookUp()
51 if (ntable > ntables) { in setTable()
80 if (n > ntables) { in getTable()
/dports/lang/ocaml/ocaml-4.05.0/byterun/caml/
H A Dmemory.h134 intnat ntables; member
228 (caml__roots_##x.ntables = 1), \
240 (caml__roots_##x.ntables = 2), \
253 (caml__roots_##x.ntables = 3), \
267 (caml__roots_##x.ntables = 4), \
384 caml__roots_block.ntables = 1; \
392 caml__roots_block.ntables = 2; \
401 caml__roots_block.ntables = 3; \
411 caml__roots_block.ntables = 4; \
422 caml__roots_block.ntables = 5; \
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/caml/
H A Dmemory.h134 intnat ntables; member
228 (caml__roots_##x.ntables = 1), \
240 (caml__roots_##x.ntables = 2), \
253 (caml__roots_##x.ntables = 3), \
267 (caml__roots_##x.ntables = 4), \
384 caml__roots_block.ntables = 1; \
392 caml__roots_block.ntables = 2; \
401 caml__roots_block.ntables = 3; \
411 caml__roots_block.ntables = 4; \
422 caml__roots_block.ntables = 5; \
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/suite/
H A Dtest_bug011.py42 ntables = 2000 variable in test_bug011
53 for i in range(0, self.ntables):
64 for i in range(0, self.ntables):
70 for i in range(0, self.ntables):
/dports/cad/sp2sp/gwave2-20090213/spicefile/
H A Dss_hspice.c122 ntables = atoi(cp); in sf_rdhdr_hsascii()
123 if(ntables == 0) in sf_rdhdr_hsascii()
124 ntables = 1; in sf_rdhdr_hsascii()
171 sf->ntables = ntables; in sf_rdhdr_hsascii()
179 sf->ntables, sf->ncols); in sf_rdhdr_hsascii()
234 ntables = atoi(&ahdr[176]); in sf_rdhdr_hsbin()
235 if(ntables == 0) in sf_rdhdr_hsbin()
236 ntables = 1; in sf_rdhdr_hsbin()
267 sf->ntables = ntables; in sf_rdhdr_hsbin()
597 if(sf->read_tables == sf->ntables) in sf_readrow_hsascii()
[all …]
/dports/print/ttftot42/ttftot42-0.3.1/
H A Dopen_font.c198 int ntables, i, j; in read_dir() local
206 ntables = (bh[4]<<8)+bh[5]; in read_dir()
208 dir = (struct table *)xmalloc(sizeof(struct table)*ntables); in read_dir()
209 b = (unsigned char *)xmalloc(ntables*16); in read_dir()
211 len = ntables*16; in read_dir()
214 for (i=0; i<16*ntables; i+=16) { in read_dir()
223 for (i=j=0; i<ntables && j<9; i++) { in read_dir()

12345678910>>...16