Home
last modified time | relevance | path

Searched refs:z_level (Results 1 – 25 of 104) sorted by relevance

12345

/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/settings/
H A DAdaptiveLayerHeights.cpp66 coord_t z_level = 0; in calculateLayers() local
71 z_level += initial_layer_height; in calculateLayers()
74 adaptive_layer.z_position = z_level; in calculateLayers()
88 const coord_t lower_bound = z_level; in calculateLayers()
90 …const coord_t upper_bound = z_level + ((slicing_tolerance == SlicingTolerance::MIDDLE) ? (layer_he… in calculateLayers()
166 z_level += layer_height; in calculateLayers()
168 adaptive_layer.z_position = z_level; in calculateLayers()
185 z_level += layer_height_for_global_min_slope; in calculateLayers()
187 adaptive_layer.z_position = z_level; in calculateLayers()
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/src/
H A Dflow-mask.c114 ftset.z_level = atoi(optarg); in main()
115 if ((ftset.z_level < 0) || (ftset.z_level > 9)) in main()
144 ((ftset.z_level) ? FT_IO_FLAG_ZINIT : 0) ) < 0) in main()
175 ftio_set_z_level(&ftio_out, ftset.z_level); in main()
H A Dflow-nfilter.c125 ftset.z_level = atoi(optarg); in main()
126 if ((ftset.z_level < 0) || (ftset.z_level > 9)) in main()
155 ((ftset.z_level) ? FT_IO_FLAG_ZINIT : 0) ) < 0) in main()
189 ftio_set_z_level(&ftio_out, ftset.z_level); in main()
H A Dflow-tag.c130 ftset.z_level = atoi(optarg); in main()
131 if ((ftset.z_level < 0) || (ftset.z_level > 9)) in main()
166 ((ftset.z_level) ? FT_IO_FLAG_ZINIT : 0) ) < 0) in main()
197 ftio_set_z_level(&ftio_out, ftset.z_level); in main()
H A Dflow-xlate.c152 ftset.z_level = atoi(optarg); in main()
153 if ((ftset.z_level < 0) || (ftset.z_level > 9)) in main()
188 ((ftset.z_level) ? FT_IO_FLAG_ZINIT : 0) ) < 0) in main()
223 ftio_set_z_level(&ftio_out, ftset.z_level); in main()
H A Dflow-split.c144 ftset.z_level = atoi(optarg); in main()
145 if ((ftset.z_level < 0) || (ftset.z_level > 9)) in main()
278 ((ftset.z_level) ? FT_IO_FLAG_ZINIT : 0) ) < 0) in main()
287 ftio_set_z_level(&ftch_recsplitp->ftio, ftset.z_level); in main()
H A Dflow-merge.c144 ftset.z_level = atoi(optarg); in main()
145 if ((ftset.z_level < 0) || (ftset.z_level > 9)) in main()
190 ((ftset.z_level) ? FT_IO_FLAG_ZINIT : 0) ) < 0) in main()
195 ftio_set_z_level(&ftio_out, ftset.z_level); in main()
H A Dflow-cat.c171 ftset.z_level = atoi(optarg); in main()
172 if ((ftset.z_level < 0) || (ftset.z_level > 9)) in main()
211 ((ftset.z_level) ? FT_IO_FLAG_ZINIT : 0) ) < 0) in main()
216 ftio_set_z_level(&ftio_out, ftset.z_level); in main()
H A Dflow-filter.c282 ftset.z_level = atoi(optarg); in main()
283 if ((ftset.z_level < 0) || (ftset.z_level > 9)) in main()
329 ((ftset.z_level) ? FT_IO_FLAG_ZINIT : 0) ) < 0) in main()
349 ftio_set_z_level(&ftio_out, ftset.z_level); in main()
H A Dflow-receive.c108 ftset.z_level = 0; in main()
184 ftset.z_level = atoi(optarg); in main()
185 if ((ftset.z_level < 0) || (ftset.z_level > 9)) in main()
360 ((ftset.z_level) ? FT_IO_FLAG_ZINIT : 0) ) < 0) in main()
368 ftio_set_z_level(&ftio, ftset.z_level); in main()
H A Dflow-gen.c137 ftset.z_level = atoi(optarg); in main()
138 if ((ftset.z_level < 0) || (ftset.z_level > 9)) in main()
153 ((ftset.z_level) ? FT_IO_FLAG_ZINIT : 0) ) < 0) in main()
159 ftio_set_z_level(&ftio, ftset.z_level); in main()
H A Dflow-capture.c398 ftset.z_level = atoi(optarg);
399 if ((ftset.z_level < 0) || (ftset.z_level > 9))
1043 ((ftset.z_level) ? FT_IO_FLAG_ZINIT : 0) ) < 0)
1056 ftio_set_z_level(&ftio, ftset.z_level);
H A Dflow-import.c186 opt.ftset.z_level = atoi(optarg); in main()
187 if ((opt.ftset.z_level < 0) || (opt.ftset.z_level > 9)) in main()
209 ((opt.ftset.z_level) ? FT_IO_FLAG_ZINIT : 0) ) < 0) in main()
215 ftio_set_z_level(&ftio, opt.ftset.z_level); in main()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dcontour.c122 double z_level,
126 double z_level,
366 double z_level, in gen_contours() argument
391 update_all_edges(edge_struct *p_edges, double z_level) in update_all_edges() argument
397 if ((p_edges->vertex[0]->z >= z_level) != in update_all_edges()
398 (p_edges->vertex[1]->z >= z_level)) { in update_all_edges()
420 double z_level, /* Z level of contour input */ in gen_one_contour() argument
469 double z_level, /* Z level of contour input */ in trace_contour() argument
514 pc_tail->next = update_cntr_pt(p_edge, z_level); in trace_contour()
544 update_cntr_pt(edge_struct *p_edge, double z_level) in update_cntr_pt() argument
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dcontour.c122 double z_level,
126 double z_level,
366 double z_level, in gen_contours() argument
391 update_all_edges(edge_struct *p_edges, double z_level) in update_all_edges() argument
397 if ((p_edges->vertex[0]->z >= z_level) != in update_all_edges()
398 (p_edges->vertex[1]->z >= z_level)) { in update_all_edges()
420 double z_level, /* Z level of contour input */ in gen_one_contour() argument
469 double z_level, /* Z level of contour input */ in trace_contour() argument
514 pc_tail->next = update_cntr_pt(p_edge, z_level); in trace_contour()
544 update_cntr_pt(edge_struct *p_edge, double z_level) in update_cntr_pt() argument
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dcontour.c121 double z_level));
123 double z_level,
127 double z_level,
131 double z_level));
371 double z_level, in gen_contours() argument
402 if ((p_edges->vertex[0]->z >= z_level) != in update_all_edges()
403 (p_edges->vertex[1]->z >= z_level)) { in update_all_edges()
474 double z_level, /* Z level of contour input */ in trace_contour() argument
519 pc_tail->next = update_cntr_pt(p_edge, z_level); in trace_contour()
549 update_cntr_pt(edge_struct *p_edge, double z_level) in update_cntr_pt() argument
[all …]
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/MongoDB/
H A DReadConcern.c169 zval z_level; in php_phongo_read_concern_get_properties_hash() local
171 ZVAL_STRING(&z_level, level); in php_phongo_read_concern_get_properties_hash()
172 zend_hash_str_update(props, "level", sizeof("level") - 1, &z_level); in php_phongo_read_concern_get_properties_hash()
/dports/graphics/gmt/gmt-6.3.0/src/potential/
H A Dgravfft.c123 double z_level; /* mean bathymetry level computed from data */ member
214 …sscanf (opt->arg, "%d/%lf/%lf/%s", &Ctrl->C.n_pt, &Ctrl->C.theor_inc, &Ctrl->misc.z_level, t_or_b); in parse()
675 …Ctrl->misc.z_level = fabs (FFT_info[0]->coeff[0]); /* Need absolute value or level removed for upp… in GMT_gravfft()
676 …_Report (API, GMT_MSG_INFORMATION, "Level used for upward continuation: %g\n", Ctrl->misc.z_level); in GMT_gravfft()
741 Ctrl->misc.z_level = Ctrl->Z.zm; in GMT_gravfft()
802 fabs (Ctrl->W.water_depth - Ctrl->misc.z_level)); in GMT_gravfft()
921 v = c * exp (-mk * Ctrl->misc.z_level) * t; in gravfft_do_parker()
1139 t2 = Ctrl->T.rho_cw * exp(-twopi * freq * Ctrl->misc.z_level) + in gravfft_load_from_below_admitt()
1176 …t2 = exp(-twopi * freq * Ctrl->misc.z_level) - exp(-twopi * freq * Ctrl->Z.zm) / (1 + alfa*pow(fre… in gravfft_load_from_top_admitt()
1216 …t2 = exp(-twopi * mk * Ctrl->misc.z_level) - exp(-twopi * mk * Ctrl->Z.zm) / (1 + alfa*pow(mk,4.)); in gravfft_load_from_top_grid()
[all …]
H A Dtalwani3d.c727 double z_level, depth = 0.0, rho = 0.0, lat = 45.0, G0; in GMT_talwani3d() local
991 #pragma omp parallel for private(row,z_level) shared(GMT,Ctrl,S,scl,cake,depths,ndepths,flat_earth,… in GMT_talwani3d()
996z_level = (S->n_columns == 3 && !Ctrl->Z.active) ? S->data[GMT_Z][row] : Ctrl->Z.level; /* Default… in GMT_talwani3d()
997 …3d_get_one_output (S->data[GMT_X][row] * scl, S->data[GMT_Y][row] * scl, z_level, cake, depths, nd… in GMT_talwani3d()
1026 #pragma omp parallel for private(row,col,node,y_obs,z_level) shared(API,GMT,Ctrl,G,x_obs,cake,depth… in GMT_talwani3d()
1037z_level = (Ctrl->A.active) ? -G->data[node] : G->data[node]; /* Get observation z level and possib… in GMT_talwani3d()
1038 …G->data[node] = (gmt_grdfloat) talwani3d_get_one_output (x_obs[col], y_obs, z_level, cake, depths,… in GMT_talwani3d()
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftio.c296 if (deflateInit(&ftio->zs, ftio->z_level) != Z_OK) { in ftio_init()
363 void ftio_set_z_level(struct ftio *ftio, int z_level) in ftio_set_z_level() argument
368 if ((ftio->fth.flags & FT_HEADER_FLAG_COMPRESS) && (!z_level)) { in ftio_set_z_level()
373 if ((!(ftio->fth.flags & FT_HEADER_FLAG_COMPRESS)) && (z_level)) { in ftio_set_z_level()
378 ftio->z_level = z_level; in ftio_set_z_level()
380 if (z_level) in ftio_set_z_level()
381 if (deflateParams(&ftio->zs, ftio->z_level, Z_DEFAULT_STRATEGY) != Z_OK) in ftio_set_z_level()
2822 void ftset_init(struct ftset *ftset, int z_level) in ftset_init() argument
2826 ftset->z_level = z_level; in ftset_init()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/include/
H A Dbtr0btr.h429 ulint z_level,/*!< in: compression level to be used
703 ulint z_level,/*!< in: compression level to be used
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/include/
H A Dbtr0btr.h429 ulint z_level,/*!< in: compression level to be used
703 ulint z_level,/*!< in: compression level to be used
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/include/
H A Dbtr0btr.h434 ulint z_level,/*!< in: compression level to be used
708 ulint z_level,/*!< in: compression level to be used
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/include/
H A Dbtr0btr.h434 ulint z_level,/*!< in: compression level to be used
708 ulint z_level,/*!< in: compression level to be used
/dports/devel/allegro5/allegro5-5.2.7.0/addons/image/
H A Dpng.c548 int z_level = translate_compression_level( in _al_save_png_f() local
551 png_set_compression_level(png_ptr, z_level); in _al_save_png_f()

12345