Home
last modified time | relevance | path

Searched refs:variable_node (Results 1 – 17 of 17) sorted by relevance

/dports/net/gupnp/gupnp-1.4.0/libgupnp/
H A Dgupnp-service-introspection.c249 set_default_value (xmlNodePtr variable_node, in set_default_value() argument
481 get_state_variable (xmlNodePtr variable_node) in get_state_variable() argument
503 set_variable_limits (variable_node, variable); in get_state_variable()
504 set_default_value (variable_node, variable); in get_state_variable()
654 xmlNodePtr variable_node; in get_state_variables() local
657 for (variable_node = list_element->children; in get_state_variables()
658 variable_node; in get_state_variables()
659 variable_node = variable_node->next) { in get_state_variables()
896 GList *variable_node; in gupnp_service_introspection_get_state_variable() local
904 variable_node = g_list_find_custom ( in gupnp_service_introspection_get_state_variable()
[all …]
/dports/math/pspp/pspp-1.4.1/src/math/
H A Dcategoricals.c57 struct variable_node struct
71 const struct variable_node *vn = aux; in compare_value_node_3way() argument
77 static struct variable_node *
80 struct variable_node *vn; in lookup_variable()
81 HMAP_FOR_EACH_WITH_HASH (vn, struct variable_node, node, in lookup_variable()
93 struct variable_node **varnodes;
284 struct variable_node *vn; in categoricals_destroy()
285 HMAP_FOR_EACH (vn, struct variable_node, node, &cat->varmap) in categoricals_destroy()
374 struct variable_node *vn; in categoricals_update()
473 struct variable_node *vn; in categoricals_done()
[all …]
/dports/net/gupnp-av/gupnp-av-0.14.0/libgupnp-av/
H A Dgupnp-last-change-parser.c64 xmlNode *variable_node; in read_state_variable() local
67 variable_node = av_xml_util_get_element (instance_node, in read_state_variable()
70 if (!variable_node) in read_state_variable()
73 val_str = av_xml_util_get_attribute_content (variable_node, "val"); in read_state_variable()
/dports/devel/libaravis/aravis-ARAVIS_0_5_12/src/
H A Darvgcconverter.c243 ArvGcPropertyNode *variable_node = iter->data; in _update_from_variables() local
245 node = arv_gc_property_node_get_linked_node (ARV_GC_PROPERTY_NODE (variable_node)); in _update_from_variables()
257 arv_gc_property_node_get_name (variable_node), in _update_from_variables()
270 arv_gc_property_node_get_name (variable_node), in _update_from_variables()
399 ArvGcPropertyNode *variable_node = iter->data; in _update_to_variables() local
401 node = arv_gc_property_node_get_linked_node (ARV_GC_PROPERTY_NODE (variable_node)); in _update_to_variables()
413 arv_gc_property_node_get_name (variable_node), in _update_to_variables()
426 arv_gc_property_node_get_name (variable_node), in _update_to_variables()
H A Darvgcswissknife.c209 ArvGcPropertyNode *variable_node = iter->data; in _update_variables() local
211 node = arv_gc_property_node_get_linked_node (ARV_GC_PROPERTY_NODE (variable_node)); in _update_variables()
223 arv_gc_property_node_get_name (variable_node), in _update_variables()
236 arv_gc_property_node_get_name (variable_node), in _update_variables()
/dports/multimedia/aravis/aravis-ARAVIS_0_5_12/src/
H A Darvgcconverter.c243 ArvGcPropertyNode *variable_node = iter->data; in _update_from_variables() local
245 node = arv_gc_property_node_get_linked_node (ARV_GC_PROPERTY_NODE (variable_node)); in _update_from_variables()
257 arv_gc_property_node_get_name (variable_node), in _update_from_variables()
270 arv_gc_property_node_get_name (variable_node), in _update_from_variables()
399 ArvGcPropertyNode *variable_node = iter->data; in _update_to_variables() local
401 node = arv_gc_property_node_get_linked_node (ARV_GC_PROPERTY_NODE (variable_node)); in _update_to_variables()
413 arv_gc_property_node_get_name (variable_node), in _update_to_variables()
426 arv_gc_property_node_get_name (variable_node), in _update_to_variables()
H A Darvgcswissknife.c209 ArvGcPropertyNode *variable_node = iter->data; in _update_variables() local
211 node = arv_gc_property_node_get_linked_node (ARV_GC_PROPERTY_NODE (variable_node)); in _update_variables()
223 arv_gc_property_node_get_name (variable_node), in _update_variables()
236 arv_gc_property_node_get_name (variable_node), in _update_variables()
/dports/math/pspp/pspp-1.4.1/src/language/expressions/
H A Dprivate.h98 struct variable_node struct
137 struct variable_node variable;
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Dlogistic.c728 struct variable_node struct
734 static struct variable_node * argument
737 struct variable_node *vn = NULL; in lookup_variable()
738 HMAP_FOR_EACH_WITH_HASH (vn, struct variable_node, node, hash, map) in lookup_variable()
1027 struct variable_node *vn, *next; in cmd_logistic()
1037 struct variable_node *vn = lookup_variable (&allvars, var, hash); in cmd_logistic()
1053 struct variable_node *vn = lookup_variable (&allvars, ivar, hash); in cmd_logistic()
1083 HMAP_FOR_EACH_SAFE (vn, next, struct variable_node, node, &allvars) in cmd_logistic()
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dcp_model_symmetries.cc239 const int variable_node = PositiveRef(ref); in GenerateGraphForSymmetryDetection() local
243 graph->AddArc(get_coefficient_node(variable_node, coeff), in GenerateGraphForSymmetryDetection()
/dports/math/gismo/gismo-21.12.0/external/
H A Dexprtk.hpp7366 class variable_node : public expression_node<T>, class
7373 explicit variable_node() in variable_node() function in exprtk::details::variable_node
7377 explicit variable_node(T& v) in variable_node() function in exprtk::details::variable_node
7381 inline bool operator <(const variable_node<T>& v) const in operator <()
7925 typedef variable_node<T>* variable_node_ptr;
10043 variable_node<T>* var_node_ptr = static_cast<variable_node<T>*>(arg_list[i]); in vararg_varnode()
10165 variable_node<T>* var_node_ptr_;
10598 variable_node<T>* var_node_ptr_;
17473 typedef typename details::variable_node<T> variable_t;
26018 typedef details::variable_node<T>* variable_node_ptr; in parse_swap_statement()
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/openturns/
H A Dexprtk.hpp7403 class variable_node exprtk_final
7411 explicit variable_node() in variable_node() function in exprtk::details::exprtk_final
7415 explicit variable_node(T& v) in variable_node() function in exprtk::details::exprtk_final
7419 inline bool operator <(const variable_node<T>& v) const in operator <()
7967 typedef variable_node<T>* variable_node_ptr;
10113 variable_node<T>* var_node_ptr = static_cast<variable_node<T>*>(arg_list[i]); in vararg_varnode()
10235 variable_node<T>* var_node_ptr_;
10672 variable_node<T>* var_node_ptr_;
12359 typedef variable_node<T> variable_node_t;
17718 typedef typename details::variable_node<T> variable_t;
[all …]
/dports/math/exprtk/exprtk-ca5c577917646ddba3f71ce6d5dd7d01f351ee80/
H A Dexprtk.hpp7370 class variable_node : public expression_node<T>, class
7377 explicit variable_node() in variable_node() function in exprtk::details::variable_node
7381 explicit variable_node(T& v) in variable_node() function in exprtk::details::variable_node
7385 inline bool operator <(const variable_node<T>& v) const in operator <()
7929 typedef variable_node<T>* variable_node_ptr;
10047 variable_node<T>* var_node_ptr = static_cast<variable_node<T>*>(arg_list[i]); in vararg_varnode()
10169 variable_node<T>* var_node_ptr_;
10602 variable_node<T>* var_node_ptr_;
17477 typedef typename details::variable_node<T> variable_t;
26022 typedef details::variable_node<T>* variable_node_ptr; in parse_swap_statement()
[all …]
H A Dexprtk_test.cpp3801 exprtk::details::variable_node<T>* var = symbol_table.get_variable(variable_name); in run_test10()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exprtk/vtkexprtk/
H A Dexprtk.hpp7405 class variable_node exprtk_final
7413 explicit variable_node() in variable_node() function in exprtk::details::exprtk_final
7417 explicit variable_node(T& v) in variable_node() function in exprtk::details::exprtk_final
7421 inline bool operator <(const variable_node<T>& v) const in operator <()
7969 typedef variable_node<T>* variable_node_ptr;
10115 variable_node<T>* var_node_ptr = static_cast<variable_node<T>*>(arg_list[i]); in vararg_varnode()
10237 variable_node<T>* var_node_ptr_;
10674 variable_node<T>* var_node_ptr_;
12361 typedef variable_node<T> variable_node_t;
17720 typedef typename details::variable_node<T> variable_t;
[all …]
/dports/www/nift/nsm-2.4.11/exprtk/
H A Dexprtk.h6885 class variable_node : public expression_node<T>,
6892 explicit variable_node()
6896 explicit variable_node(T& v)
6900 inline bool operator <(const variable_node<T>& v) const
7426 typedef variable_node<T>* variable_node_ptr;
9506 variable_node<T>* var_node_ptr = static_cast<variable_node<T>*>(arg_list[i]);
9621 variable_node<T>* var_node_ptr_;
10042 variable_node<T>* var_node_ptr_;
16706 typedef typename details::variable_node<T> variable_t;
25111 typedef details::variable_node<T>* variable_node_ptr;
[all …]
/dports/math/pspp/pspp-1.4.1/
H A DChangeLog2706 categoricals: Drop 'n_vals' member from struct variable_node.
2713 A given variable_node can be in more than one interaction, but it's only
2714 necessary to set the variable_node's value_node indexes once each.