Lines Matching defs:root
10547 /* Construct the argument list tree root. Each node carries a counter that tells how many components
10553 _argument_list_tree_node root;
10555 root.n_components_used = 0;
10556 root.parent = NULL;
10557 root.type = variable_type;
10562 nodes_queue.push(&root);
10632 /* To construct the argument lists, traverse the tree. Each path from root to child
10639 nodes_queue.push(&root);
10674 if (current_node_ptr != &root)
12448 const glw::GLdouble root = sqrt(val);
12450 return (1.0 / root);