Home
last modified time | relevance | path

Searched refs:CONTROL_PARAMETER_NAME_SIZE (Results 1 – 4 of 4) sorted by last modified time

/dports/devel/ppl/ppl-1.2/src/
H A Dppl.hh.dist94698 CONTROL_PARAMETER_NAME_SIZE
94801 control_parameters[CONTROL_PARAMETER_NAME_SIZE];
94855 for (dimension_type i = CONTROL_PARAMETER_NAME_SIZE; i-- > 0; ) {
94870 PPL_ASSERT(name >= 0 && name < CONTROL_PARAMETER_NAME_SIZE);
H A DPIP_Problem.cc100 for (dimension_type i = CONTROL_PARAMETER_NAME_SIZE; i-- > 0; ) { in control_parameters_copy()
407 for (dimension_type i = 0; i < CONTROL_PARAMETER_NAME_SIZE; ++i) { in ascii_dump()
542 for (dimension_type i = 0; i < CONTROL_PARAMETER_NAME_SIZE; ++i) { in PPL_OUTPUT_DEFINITIONS()
H A DPIP_Problem_defs.hh716 CONTROL_PARAMETER_NAME_SIZE enumerator
819 control_parameters[CONTROL_PARAMETER_NAME_SIZE];
H A DPIP_Problem_inlines.hh65 for (dimension_type i = CONTROL_PARAMETER_NAME_SIZE; i-- > 0; ) { in m_swap()
80 PPL_ASSERT(name >= 0 && name < CONTROL_PARAMETER_NAME_SIZE); in get_control_parameter()