Home
last modified time | relevance | path

Searched refs:unit_def (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/libgimp/
H A Dgimpunitcache.c58 static void gimp_unit_def_init (GimpUnitDef *unit_def,
88 gimp_unit_def_init (GimpUnitDef *unit_def, in gimp_unit_def_init() argument
91 unit_def->factor = _gimp_unit_get_factor (unit); in gimp_unit_def_init()
92 unit_def->digits = _gimp_unit_get_digits (unit); in gimp_unit_def_init()
93 unit_def->identifier = _gimp_unit_get_identifier (unit); in gimp_unit_def_init()
94 unit_def->symbol = _gimp_unit_get_symbol (unit); in gimp_unit_def_init()
95 unit_def->abbreviation = _gimp_unit_get_abbreviation (unit); in gimp_unit_def_init()
96 unit_def->singular = _gimp_unit_get_singular (unit); in gimp_unit_def_init()
97 unit_def->plural = _gimp_unit_get_plural (unit); in gimp_unit_def_init()
/dports/games/freeciv-nox11/freeciv-2.6.6/common/
H A Dcombat.c697 int unit_def in get_defender() local
700 fc_assert_action(0 <= unit_def, continue); in get_defender()
704 unit_def = -1; /* then always use leader as last defender. */ in get_defender()
709 if (unit_def > bestvalue) { in get_defender()
711 } else if (unit_def == bestvalue) { in get_defender()
722 bestvalue = unit_def; in get_defender()
/dports/games/freeciv/freeciv-2.6.6/common/
H A Dcombat.c697 int unit_def in get_defender() local
700 fc_assert_action(0 <= unit_def, continue); in get_defender()
704 unit_def = -1; /* then always use leader as last defender. */ in get_defender()
709 if (unit_def > bestvalue) { in get_defender()
711 } else if (unit_def == bestvalue) { in get_defender()
722 bestvalue = unit_def; in get_defender()
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/core/
H A Dunits.py176 def __init__(self, unit_def): argument
188 if isinstance(unit_def, str):
192 for m in re.finditer(r"([A-Za-z]+)\s*\^*\s*([\-0-9]*)", unit_def):
198 unit = {k: v for k, v in dict(unit_def).items() if v != 0}
/dports/cad/openroad/OpenROAD-2.0/src/sta/parasitics/
H A DSpefParse.yy155 unit_def
221 unit_def:
/dports/math/kalker/kalker-1.1.0/kalk/src/
H A Dinterpreter.rs210 if let Some(Stmt::UnitDecl(_, _, unit_def)) = in convert_unit()
218 let num = eval_expr(context, &unit_def, "")?; in convert_unit()
/dports/lang/ptoc/ptoc/
H A Dtrnod.h131 decl_node* unit_def; variable
142 decl_node* unit_def, compound_node* initializer,
H A Dtrnod.cxx129 decl_node* unit_def, compound_node* initializer, in unit_node() argument
134 unit_def, initializer, t_end, t_dot); in unit_node()
151 for (dcl = unit_def; dcl != NULL; dcl = dcl->next) { in attrib()
182 for (dcl = unit_def; dcl != NULL; dcl = dcl->next) { in translate()
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/click/
H A Dargs.hh1268 explicit UnitArg(const char *unit_def, const char *prefix_chars_def) in UnitArg() argument
1269 : units_(reinterpret_cast<const unsigned char *>(unit_def)), in UnitArg()