Home
last modified time | relevance | path

Searched refs:GROUP_VALUE (Results 1 – 25 of 29) sorted by relevance

12

/dports/science/gromacs/gromacs-2021.4/src/gromacs/selection/
H A Dselelem.cpp111 case GROUP_VALUE: in _gmx_sel_value_type_str()
149 this->v.type = GROUP_VALUE; in SelectionTreeElement()
196 case GROUP_VALUE: in freeValues()
263 case GROUP_VALUE: _gmx_sel_mempool_alloc_group(mempool, v.u.g, count); break; in mempoolReserve()
283 case GROUP_VALUE: in mempoolRelease()
464 GMX_RELEASE_ASSERT(type == SEL_CONST && v.type == GROUP_VALUE, in checkIndexGroup()
491 GMX_RELEASE_ASSERT(sel->type != SEL_BOOLEAN || vtype == GROUP_VALUE, in _gmx_selelem_set_vtype()
496 if (vtype == GROUP_VALUE || vtype == POS_VALUE) in _gmx_selelem_set_vtype()
506 if (param->val.type == GROUP_VALUE) in _gmx_selelem_free_param()
620 else if (sel.v.type == GROUP_VALUE) in _gmx_selelem_print_tree()
[all …]
H A Dcompiler.cpp381 else if (sel.v.type == GROUP_VALUE && g == sel.v.u.g) in print_group_info()
526 if ((sel->flags & SEL_ALLOCDATA) && sel->v.type == GROUP_VALUE) in alloc_selection_data()
1090 if (sel->v.type == GROUP_VALUE) in init_item_evalfunc()
1206 if (sel->v.type == GROUP_VALUE || sel->v.type == POS_VALUE) in init_item_evaloutput()
1217 if (sel->v.type == GROUP_VALUE || sel->v.type == POS_VALUE) in init_item_evaloutput()
1232 else if (sel->v.type == GROUP_VALUE || sel->v.type == POS_VALUE) in init_item_evaloutput()
1242 if (sel->v.type == GROUP_VALUE || sel->v.type == POS_VALUE) in init_item_evaloutput()
1695 if (sel->v.type == GROUP_VALUE) in make_static()
1711 if (sel->v.type == GROUP_VALUE) in process_const()
1867 _gmx_selelem_set_vtype(child, GROUP_VALUE); in evaluate_boolean_static_part()
[all …]
H A Dsm_keywords.cpp294 GROUP_VALUE,
312 GROUP_VALUE,
330 GROUP_VALUE,
423 { nullptr, { GROUP_VALUE, 1, { nullptr } }, nullptr, SPAR_DYNAMIC },
839 if (child->v.type == GROUP_VALUE) in _gmx_sel_init_keyword_evaluator()
H A Dselvalue.h59 GROUP_VALUE /**< One group of atoms. */ enumerator
H A Dparams.cpp130 if (value->type == GROUP_VALUE && type == POS_VALUE) in convert_value()
630 if (child->v.type == POS_VALUE || child->v.type == GROUP_VALUE) in parse_values_varnum_expr()
675 if (sel->v.type != GROUP_VALUE && !(sel->flags & SEL_SINGLEVAL)) in set_expr_value_store()
687 case GROUP_VALUE: sel->v.u.g = &param->val.u.g[i]; break; in set_expr_value_store()
726 if (child->v.type != GROUP_VALUE && (child->flags & SEL_ATOMVAL)) in parse_values_std()
827 case GROUP_VALUE: GMX_THROW(InternalError("Invalid non-expression value type")); in parse_values_std()
956 …if (value->hasExpressionValue() && value->expr->v.type != GROUP_VALUE && value->expr->type == SEL_… in convert_const_values()
H A Dsm_position.cpp133 { nullptr, { GROUP_VALUE, 1, { nullptr } }, nullptr, SPAR_DYNAMIC },
138 { "of", { GROUP_VALUE, 1, { nullptr } }, nullptr, SPAR_DYNAMIC },
H A Dscanner_internal.cpp134 case GROUP_VALUE: return KEYWORD_GROUP; in init_method_token()
173 case GROUP_VALUE: return METHOD_GROUP; in init_method_token()
310 case GROUP_VALUE: return VARIABLE_GROUP; in _gmx_sel_lexer_process_identifier()
H A Dselvalue.cpp105 case GROUP_VALUE: in _gmx_selvalue_reserve()
H A Devaluate.cpp443 if (sel->child->v.type == GROUP_VALUE) in evaluate()
648 if (sel->v.type == GROUP_VALUE) in _gmx_sel_evaluate_subexpr()
712 case GROUP_VALUE: GMX_THROW(gmx::InternalError("Invalid subexpression type")); in _gmx_sel_evaluate_subexpr()
853 case GROUP_VALUE: in _gmx_sel_evaluate_subexprref()
H A Dsm_same.cpp182 GROUP_VALUE,
206 GROUP_VALUE,
H A Dsm_distance.cpp215 GROUP_VALUE,
H A Dparsetree.cpp912 _gmx_selelem_set_vtype(sel, GROUP_VALUE); in _gmx_sel_init_group_by_name()
936 _gmx_selelem_set_vtype(sel, GROUP_VALUE); in _gmx_sel_init_group_by_id()
1050 if (expr->type == SEL_CONST && expr->v.type != GROUP_VALUE) in _gmx_sel_assign_variable()
H A Dsm_simple.cpp251 "all", GROUP_VALUE, 0, 0, nullptr, nullptr, nullptr,
257 "none", GROUP_VALUE, 0, 0, nullptr, nullptr, nullptr,
H A Dselhelp.cpp655 printKeywordList(context, GROUP_VALUE, false); in writeHelp()
H A Dsm_compare.cpp156 GROUP_VALUE,
H A Dselmethod.cpp442 if (method->type == GROUP_VALUE) in check_method()
H A Dselectioncollection.cpp424 if (root->type == SEL_CONST && root->v.type == GROUP_VALUE) in checkExternalGroups()
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/ui/avtk/avtk/
H A Dgroup.hxx126 enum GROUP_VALUE { enum in Avtk::Group
131 void valueMode( GROUP_VALUE gv ) in valueMode()
164 GROUP_VALUE valueMode_;
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/avtk/avtk/
H A Dgroup.hxx96 enum GROUP_VALUE { enum in Avtk::Group
101 void valueMode( GROUP_VALUE gv ) in valueMode()
134 GROUP_VALUE valueMode_;
/dports/net/openmpi/openmpi-4.1.1/opal/mca/hwloc/hwloc201/hwloc/hwloc/
H A Ddistances.c891 #define GROUP_VALUE(i, j) groupvalues[(i) * nbgroups + (j)] in hwloc__groups_by_distances() macro
896 GROUP_VALUE(groupids[i]-1, groupids[j]-1) += VALUE(i, j); in hwloc__groups_by_distances()
900 GROUP_VALUE(i, j) /= groupsize; in hwloc__groups_by_distances()
911 hwloc_debug(" %llu", (unsigned long long) GROUP_VALUE(i, j)); in hwloc__groups_by_distances()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/hwloc/
H A Ddistances.c1056 #define GROUP_VALUE(i, j) groupvalues[(i) * nbgroups + (j)] in hwloc__groups_by_distances() macro
1061 GROUP_VALUE(groupids[i]-1, groupids[j]-1) += VALUE(i, j); in hwloc__groups_by_distances()
1065 GROUP_VALUE(i, j) /= groupsize; in hwloc__groups_by_distances()
1076 hwloc_debug(" %llu", (unsigned long long) GROUP_VALUE(i, j)); in hwloc__groups_by_distances()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/hwloc/
H A Ddistances.c1056 #define GROUP_VALUE(i, j) groupvalues[(i) * nbgroups + (j)] in hwloc__groups_by_distances() macro
1061 GROUP_VALUE(groupids[i]-1, groupids[j]-1) += VALUE(i, j); in hwloc__groups_by_distances()
1065 GROUP_VALUE(i, j) /= groupsize; in hwloc__groups_by_distances()
1076 hwloc_debug(" %llu", (unsigned long long) GROUP_VALUE(i, j)); in hwloc__groups_by_distances()
/dports/net/mpich/mpich-3.4.3/modules/hwloc/hwloc/
H A Ddistances.c1056 #define GROUP_VALUE(i, j) groupvalues[(i) * nbgroups + (j)] in hwloc__groups_by_distances() macro
1061 GROUP_VALUE(groupids[i]-1, groupids[j]-1) += VALUE(i, j); in hwloc__groups_by_distances()
1065 GROUP_VALUE(i, j) /= groupsize; in hwloc__groups_by_distances()
1076 hwloc_debug(" %llu", (unsigned long long) GROUP_VALUE(i, j)); in hwloc__groups_by_distances()
/dports/devel/hwloc2/hwloc-2.5.0/hwloc/
H A Ddistances.c1269 #define GROUP_VALUE(i, j) groupvalues[(i) * nbgroups + (j)] in hwloc__groups_by_distances() macro
1274 GROUP_VALUE(groupids[i]-1, groupids[j]-1) += VALUE(i, j); in hwloc__groups_by_distances()
1278 GROUP_VALUE(i, j) /= groupsize; in hwloc__groups_by_distances()
1289 hwloc_debug(" %llu", (unsigned long long) GROUP_VALUE(i, j)); in hwloc__groups_by_distances()
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dparser.h417 GROUP_VALUE = 622, enumerator
1347 #define GROUP_VALUE 622 macro

12