Home
last modified time | relevance | path

Searched refs:tolerance_type (Results 1 – 25 of 53) sorted by relevance

123

/dports/science/lammps/lammps-stable_29Sep2021/src/SCAFACOS/
H A Dscafacos.cpp64 tolerance_type = FCS_TOLERANCE_TYPE_ENERGY; in settings()
68 tolerance_type = FCS_TOLERANCE_TYPE_FIELD; in settings()
309 tolerance_type = FCS_TOLERANCE_TYPE_ENERGY; in modify_param()
311 tolerance_type = FCS_TOLERANCE_TYPE_ENERGY_REL; in modify_param()
313 tolerance_type = FCS_TOLERANCE_TYPE_FIELD; in modify_param()
315 tolerance_type = FCS_TOLERANCE_TYPE_FIELD_REL; in modify_param()
317 tolerance_type = FCS_TOLERANCE_TYPE_POTENTIAL; in modify_param()
319 tolerance_type = FCS_TOLERANCE_TYPE_POTENTIAL_REL; in modify_param()
324 (tolerance_type != FCS_TOLERANCE_TYPE_ENERGY && in modify_param()
327 (tolerance_type != FCS_TOLERANCE_TYPE_FIELD && in modify_param()
[all …]
H A Dscafacos.h45 int tolerance_type; variable
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwstroke.c137 double tol, LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, in lwarc_linearize() argument
195 if ( tolerance_type == LW_LINEARIZE_TOLERANCE_TYPE_SEGS_PER_QUAD ) in lwarc_linearize()
213 else if ( tolerance_type == LW_LINEARIZE_TOLERANCE_TYPE_MAX_DEVIATION ) in lwarc_linearize()
265 else if ( tolerance_type == LW_LINEARIZE_TOLERANCE_TYPE_MAX_ANGLE ) in lwarc_linearize()
276 lwerror("lwarc_linearize: unsupported tolerance type %d", tolerance_type); in lwarc_linearize()
414 LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, in lwcircstring_linearize() argument
435 ret = lwarc_linearize(ptarray, &p1, &p2, &p3, tol, tolerance_type, flags); in lwcircstring_linearize()
474 LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, in lwcompound_linearize() argument
492 tmp = lwcircstring_linearize((LWCIRCSTRING *)geom, tol, tolerance_type, flags); in lwcompound_linearize()
539 LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, in lwcurvepoly_linearize() argument
[all …]
H A Dliblwgeom.h.in2257 * @param tol tolerance, semantic driven by tolerance_type
2258 * @param tolerance_type see LW_LINEARIZE_TOLERANCE_TYPE
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwstroke.c253 double tol, LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, in lwarc_linearize() argument
314 switch(tolerance_type) in lwarc_linearize()
326 lwerror("lwarc_linearize: unsupported tolerance type %d", tolerance_type); in lwarc_linearize()
525 LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, in lwcircstring_linearize() argument
546 ret = lwarc_linearize(ptarray, &p1, &p2, &p3, tol, tolerance_type, flags); in lwcircstring_linearize()
585 LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, in lwcompound_linearize() argument
603 tmp = lwcircstring_linearize((LWCIRCSTRING *)geom, tol, tolerance_type, flags); in lwcompound_linearize()
642 LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, in lwcurvepoly_linearize() argument
660 line = lwcircstring_linearize((LWCIRCSTRING *)tmp, tol, tolerance_type, flags); in lwcurvepoly_linearize()
671 line = lwcompound_linearize((LWCOMPOUND *)tmp, tol, tolerance_type, flags); in lwcurvepoly_linearize()
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwstroke.c253 double tol, LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, in lwarc_linearize() argument
314 switch(tolerance_type) in lwarc_linearize()
326 lwerror("lwarc_linearize: unsupported tolerance type %d", tolerance_type); in lwarc_linearize()
525 LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, in lwcircstring_linearize() argument
546 ret = lwarc_linearize(ptarray, &p1, &p2, &p3, tol, tolerance_type, flags); in lwcircstring_linearize()
585 LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, in lwcompound_linearize() argument
603 tmp = lwcircstring_linearize((LWCIRCSTRING *)geom, tol, tolerance_type, flags); in lwcompound_linearize()
642 LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, in lwcurvepoly_linearize() argument
660 line = lwcircstring_linearize((LWCIRCSTRING *)tmp, tol, tolerance_type, flags); in lwcurvepoly_linearize()
671 line = lwcompound_linearize((LWCOMPOUND *)tmp, tol, tolerance_type, flags); in lwcurvepoly_linearize()
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwstroke.c241 double tol, LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, in lwarc_linearize() argument
302 switch(tolerance_type) in lwarc_linearize()
314 lwerror("lwarc_linearize: unsupported tolerance type %d", tolerance_type); in lwarc_linearize()
513 LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, in lwcircstring_linearize() argument
534 ret = lwarc_linearize(ptarray, &p1, &p2, &p3, tol, tolerance_type, flags); in lwcircstring_linearize()
573 LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, in lwcompound_linearize() argument
591 tmp = lwcircstring_linearize((LWCIRCSTRING *)geom, tol, tolerance_type, flags); in lwcompound_linearize()
630 LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, in lwcurvepoly_linearize() argument
648 line = lwcircstring_linearize((LWCIRCSTRING *)tmp, tol, tolerance_type, flags); in lwcurvepoly_linearize()
659 line = lwcompound_linearize((LWCOMPOUND *)tmp, tol, tolerance_type, flags); in lwcurvepoly_linearize()
H A Dliblwgeom.h.in2306 * @param tol tolerance, semantic driven by tolerance_type
2307 * @param tolerance_type see LW_LINEARIZE_TOLERANCE_TYPE
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcPopulationInterface.h240 int IncTolerance(const int tolerance_type, cAvidaContext& ctx);
241 int DecTolerance(const int tolerance_type, cAvidaContext& ctx);
H A DcPopulationInterface.cc1349 int cPopulationInterface::IncTolerance(const int tolerance_type, cAvidaContext &ctx) in IncTolerance() argument
1353 if (tolerance_type == 0) { in IncTolerance()
1373 if (tolerance_type == 1) { in IncTolerance()
1387 if (tolerance_type == 2) { in IncTolerance()
1413 int cPopulationInterface::DecTolerance(const int tolerance_type, cAvidaContext &ctx) in DecTolerance() argument
1419 if (tolerance_type == 0) { in DecTolerance()
1442 if (tolerance_type == 1) { in DecTolerance()
1458 if (tolerance_type == 2) { in DecTolerance()
/dports/databases/postgis32/postgis-3.2.0/doc/po/ja/
H A Dreference_editor.xml.po667 "<paramdef choice=\"opt\"><type>integer</type> <parameter>tolerance_type</"
674 "<paramdef choice=\"opt\"><type>integer</type> <parameter>tolerance_type</"
706 "The 'tolerance_type' argument determines interpretation of the `tolerance` "
708 msgstr "'tolerance_type'引数によって`tolerance`引数の解釈が決定されます。"
/dports/databases/postgis32/postgis-3.2.0/doc/po/de/
H A Dreference_editor.xml.po557 "<paramdef choice=\"opt\"><type>integer</type> <parameter>tolerance_type</"
564 "<paramdef choice=\"opt\"><type>integer</type> <parameter>tolerance_type</"
597 "The 'tolerance_type' argument determines interpretation of the `tolerance` "
600 "Der Übergabewert 'tolerance_type' gibt den Toleranztyp an. Er kann die "
/dports/databases/postgis31/postgis-3.1.4/doc/po/templates/
H A Dreference_editor.xml.pot374 "<paramdef choice=\"opt\"><type>integer</type> <parameter>tolerance_type</"
401 "The 'tolerance_type' argument determines interpretation of the `tolerance` "
/dports/databases/postgis32/postgis-3.2.0/doc/po/templates/
H A Dreference_editor.xml.pot544 "<paramdef choice=\"opt\"><type>integer</type> <parameter>tolerance_type</"
571 "The 'tolerance_type' argument determines interpretation of the `tolerance` "
/dports/databases/postgis25/postgis-2.5.5/doc/po/ja/
H A Dreference_processing.xml.po1704 "<paramdef choice=\"opt\"><type>integer</type> <parameter>tolerance_type</"
1741 "The 'tolerance_type' argument determines interpretation of the `tolerance` "
1743 msgstr "'tolerance_type'引数によって`tolerance`引数の解釈が決定されます。"
7130 #~ "<paramdef><type>integer</type> <parameter>tolerance_type</parameter></"
7144 #~ "<paramdef><type>integer</type> <parameter>tolerance_type</parameter></"
/dports/databases/postgis31/postgis-3.1.4/doc/po/ja/
H A Dreference_processing.xml.po4099 #~ "<parameter>tolerance_type</parameter></paramdef> <paramdef choice=\"opt"
4128 #~ "The 'tolerance_type' argument determines interpretation of the "
4130 #~ msgstr "'tolerance_type'引数によって`tolerance`引数の解釈が決定されます。"
7004 #~ "<paramdef><type>integer</type> <parameter>tolerance_type</parameter></"
7018 #~ "<paramdef><type>integer</type> <parameter>tolerance_type</parameter></"
/dports/databases/postgis32/postgis-3.2.0/doc/po/fr/
H A Dreference_editor.xml.po559 "<paramdef choice=\"opt\"><type>integer</type> <parameter>tolerance_type</"
586 "The 'tolerance_type' argument determines interpretation of the `tolerance` "
/dports/databases/postgis32/postgis-3.2.0/doc/po/pl/
H A Dreference_editor.xml.po557 "<paramdef choice=\"opt\"><type>integer</type> <parameter>tolerance_type</"
584 "The 'tolerance_type' argument determines interpretation of the `tolerance` "
/dports/databases/postgis32/postgis-3.2.0/doc/po/it_IT/
H A Dreference_editor.xml.po557 "<paramdef choice=\"opt\"><type>integer</type> <parameter>tolerance_type</"
584 "The 'tolerance_type' argument determines interpretation of the `tolerance` "
/dports/databases/postgis32/postgis-3.2.0/doc/po/ko_KR/
H A Dreference_editor.xml.po557 "<paramdef choice=\"opt\"><type>integer</type> <parameter>tolerance_type</"
584 "The 'tolerance_type' argument determines interpretation of the `tolerance` "
/dports/databases/postgis30/postgis-3.0.4/doc/po/ja/
H A Dreference_processing.xml.po1599 "<paramdef choice=\"opt\"><type>integer</type> <parameter>tolerance_type</"
1636 "The 'tolerance_type' argument determines interpretation of the `tolerance` "
1638 msgstr "'tolerance_type'引数によって`tolerance`引数の解釈が決定されます。"
7526 #~ "<paramdef><type>integer</type> <parameter>tolerance_type</parameter></"
7540 #~ "<paramdef><type>integer</type> <parameter>tolerance_type</parameter></"
/dports/databases/postgis31/postgis-3.1.4/doc/po/fr/
H A Dreference_editor.xml.po395 "<paramdef choice=\"opt\"><type>integer</type> <parameter>tolerance_type</"
428 "The 'tolerance_type' argument determines interpretation of the `tolerance` "
/dports/databases/postgis31/postgis-3.1.4/doc/po/pl/
H A Dreference_editor.xml.po394 "<paramdef choice=\"opt\"><type>integer</type> <parameter>tolerance_type</"
427 "The 'tolerance_type' argument determines interpretation of the `tolerance` "
/dports/databases/postgis30/postgis-3.0.4/doc/po/fr/
H A Dreference_processing.xml.po1317 "<paramdef choice=\"opt\"><type>integer</type> <parameter>tolerance_type</"
1349 "The 'tolerance_type' argument determines interpretation of the `tolerance` "
5061 #~ "<paramdef><type>integer</type> <parameter>tolerance_type</parameter></"
/dports/databases/postgis32/postgis-3.2.0/doc/po/pt_BR/
H A Dreference_editor.xml.po559 "<paramdef choice=\"opt\"><type>integer</type> <parameter>tolerance_type</"
586 "The 'tolerance_type' argument determines interpretation of the `tolerance` "

123