Home
last modified time | relevance | path

Searched refs:ssteps (Results 1 – 8 of 8) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/SLA/
H A DSupportTreeMesher.cpp95 Contour3D cylinder(double r, double h, size_t ssteps, const Vec3d &sp) in cylinder() argument
97 assert(ssteps > 0); in cylinder()
101 auto steps = int(ssteps); in cylinder()
104 points.reserve(2*ssteps); in cylinder()
127 indices.reserve(2*ssteps); in cylinder()
/dports/graphics/argyllcms/Argyll_V1.9.2/target/
H A Dtargen.c942 int ssteps = -1; /* Single channel steps */ in main() local
1071 ssteps = tt; in main()
1313 if (ssteps < 0) in main()
1314 ssteps = 50; in main()
1318 if (ssteps < 0) /* Defaults */ in main()
1319 ssteps = 0; in main()
1360 if (ssteps > 0) in main()
1615 if (ssteps > 0) { in main()
1616 sprintf(buf,"%d",ssteps); in main()
1619 for (i = 0; i < ssteps; i++) { in main()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/torch/
H A Dtorch_importer.cpp428 AutoBuffer<size_t, 4> ssteps(ndims); in readTorchTensor() local
432 ssteps[i] = (size_t)steps[i] * CV_ELEM_SIZE(typeTensor); in readTorchTensor()
436 …ata(), typeTensor , storages[indexStorage].ptr() + offset*CV_ELEM_SIZE(typeTensor), ssteps.data()); in readTorchTensor()
/dports/biology/migrate/migrate-3.6.11/src/
H A Dmenu.c3076 options->ssteps = atoi(input); in menuStrategy_ml()
3077 if (options->ssteps <= 0) in menuStrategy_ml()
3080 while (options->ssteps <= 0); in menuStrategy_ml()
3273 options->ssteps); in display_ml_mcmc()
H A Dmigration.h603 long ssteps; member
H A Dworld.c357 wopt->lsteps = MAX(options->ssteps,options->lsteps); in fill_worldoptions()
803 options->ssteps + in init_world()
974 *steps = options->ssteps; in set_bounds()
2724 options->schains, sch, options->ssteps); in print_results()
2725 FPRINTF (outfile, "sampled %li)\n", options->sincrement * options->ssteps); in print_results()
H A Doptions.c405 options->ssteps = 500; in init_options()
1056 options->sincrement * options->ssteps); in print_options()
1058 options->ssteps); in print_options()
3593 print_parm_mutable(&bufsize, buffer, allocbufsize, "short-sample=%li", options->ssteps); in save_options_buffer()
4409 options->ssteps = atol (value); in numbercheck()
H A Dpretty.c3599 pdf_printf_ralign(left_margin + 340, page_height,"%20li", options->ssteps); in pdf_print_options()
3620 … pdf_printf_ralign(left_margin + 340, page_height,"%20li", options->ssteps * options->sincrement); in pdf_print_options()
4703 options->schains, sch, options->ssteps, options->sincrement * options->ssteps); in pdf_print_results()