Home
last modified time | relevance | path

Searched defs:cellsz (Results 1 – 18 of 18) sorted by relevance

/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzaddlnk.c10 integer *cellsz, integer *pntrs, integer *ncell, integer *cells) in zzaddlnk_()
H A Dzztrvlnk.c10 integer *cellsz, integer *cells, integer *maxb, integer *nb, integer * in zztrvlnk_()
H A Dzzvrtplt.c10 integer *cellsz, integer *maxlst, integer *cells, integer *vrtptr, in zzvrtplt_()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzaddlnk.c10 integer *cellsz, integer *pntrs, integer *ncell, integer *cells) in zzaddlnk_()
H A Dzztrvlnk.c10 integer *cellsz, integer *cells, integer *maxb, integer *nb, integer * in zztrvlnk_()
H A Dzzvrtplt.c10 integer *cellsz, integer *maxlst, integer *cells, integer *vrtptr, in zzvrtplt_()
/dports/databases/grass7/grass-7.8.6/raster/r.fill.dir/
H A Ddopolys.c43 int bufsz, cellsz; in dopolys() local
/dports/science/ergo/ergo-3.8/source/test/
H A Dstream_test.cc60 void getBlocks(const real *center, real cellsz, in getBlocks()
H A Dgrid_test.cc78 virtual void getBlocks(const real *center, real cellsz, const real *rshell, in getBlocks()
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/utils/
H A Dsc_mempool.cpp102 sc_allocator::sc_allocator( int blksz, int cellsz ) in sc_allocator()
/dports/science/ergo/ergo-3.8/source/dft/
H A Ddft_common.cc352 ErgoMolInfo::getBlocks1(const real *center, real cellsz, const real *rshell, in getBlocks1()
537 ShellTree::getOverlappingWith(const real *center, real cellsz, in getOverlappingWith()
593 ErgoMolInfo::getBlocks(const real *center, real cellsz, const real *rshell, in getBlocks()
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/perf/common/
H A Dgapi_render_perf_tests_inl.hpp430 int cellsz = 0; in PERF_TEST_P_() local
466 int cellsz = 0; in PERF_TEST_P_() local
701 int cellsz = 25; in PERF_TEST_P_() local
779 int cellsz = 25; in PERF_TEST_P_() local
/dports/graphics/aloadimage/arcan-0.6.1/src/frameserver/util/
H A Dsync_plot.c87 size_t cellsz = sizeof(priv->frametimes) / sizeof(priv->frametimes[0]); in f_update() local
/dports/sysutils/acfgfs/arcan-0.6.1/src/frameserver/util/
H A Dsync_plot.c87 size_t cellsz = sizeof(priv->frametimes) / sizeof(priv->frametimes[0]); in f_update() local
/dports/x11/aclip/arcan-0.6.1/src/frameserver/util/
H A Dsync_plot.c87 size_t cellsz = sizeof(priv->frametimes) / sizeof(priv->frametimes[0]); in f_update() local
/dports/x11/arcan-trayicon/arcan-0.6.1/src/frameserver/util/
H A Dsync_plot.c87 size_t cellsz = sizeof(priv->frametimes) / sizeof(priv->frametimes[0]); in f_update() local
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/test/s11n/
H A Dgapi_sample_pipelines_s11n.cpp609 int cellsz = 50; in TEST() local
726 int cellsz = 50; in TEST() local
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DMarchingSquares.hpp330 explicit Grid(const Rst &rst, const Coord &cellsz, const Coord &overlap) in Grid()