Home
last modified time | relevance | path

Searched refs:compute_depth (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dpiglit-test-pattern.cpp477 compute_depth(false), in Sunburst()
591 compute_depth ? "1" : "0"); in compile()
725 DepthSunburst::DepthSunburst(bool compute_depth) in DepthSunburst() argument
727 this->compute_depth = compute_depth; in DepthSunburst()
753 glUniform1f(compute_depth ? frag_depth_loc : vert_depth_loc, in draw()
H A Dpiglit-test-pattern.h256 bool compute_depth; variable
325 explicit DepthSunburst(bool compute_depth = false);
/dports/lang/gnu-apl/apl-1.8/src/
H A DPointerCell.cc254 proto->compute_depth()); in character_representation()
276 proto_reshaped->compute_depth()); in character_representation()
283 val->compute_depth()); in character_representation()
H A DValue.cc723 out << ", ⍴" << get_shape() << " ≡" << compute_depth() << ":" << endl; in list_one()
981 Value::compute_depth() const in compute_depth() function in Value
987 Depth d = get_ravel(0).get_pointer_value()->compute_depth(); in compute_depth()
1002 d = get_ravel(c).get_pointer_value()->compute_depth(); in compute_depth()
1631 << ind << "Depth: " << compute_depth() << endl in print_properties()
1711 << " ≡" << compute_depth() in print_structure()
H A DQuad_FX.cc136 if (B->compute_depth() >= 2) // case 1: vector of simple character vectors in do_quad_FX()
H A DValue.hh271 Depth compute_depth() const;
H A DPrintBuffer.cc82 if (value.compute_depth() > 1 && !framed) in PrintBuffer()
386 if (value.compute_depth() > 1 && !framed) in do_PrintBuffer()
H A DToken.cc141 const Depth depth = value->compute_depth(); in operator <<()
H A DDoxy.cc387 " <TD class='code center'>" << value->compute_depth() << CRLF; in variables_table()
H A DPrimitiveFunction.cc2418 if (val->compute_depth() > 1) DOMAIN_ERROR; in eval_AB()
2476 if (val->compute_depth() > 1) DOMAIN_ERROR; in eval_AXB()
2510 const Depth depth = B->compute_depth(); in eval_B()
H A DBif_F12_FORMAT.cc100 const Depth depth = B->compute_depth(); in eval_B()
H A DQuad_TF.cc697 const Depth depth = value->compute_depth(); in tf2_value()
H A DQuadFunction.cc883 if (A->compute_depth() == 2) // two (nested) strings in get_esc()
/dports/devel/py-intervaltree/intervaltree-3.1.0/intervaltree/
H A Dnode.py126 def compute_depth(self): member in Node
132 left_depth = self.left_node.compute_depth() if self.left_node else 0
133 right_depth = self.right_node.compute_depth() if self.right_node else 0
/dports/math/z3/z3-z3-4.8.13/src/tactic/core/
H A Ddom_simplify_tactic.cpp476 void compute_depth(expr* e) { in compute_depth() function in __anonf54136380311::expr_substitution_simplifier
570 compute_depth(lhs); in update_substitution()
571 compute_depth(rhs); in update_substitution()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/tactic/core/
H A Ddom_simplify_tactic.cpp476 void compute_depth(expr* e) { in compute_depth() function in __anoneb9c24930311::expr_substitution_simplifier
570 compute_depth(lhs); in update_substitution()
571 compute_depth(rhs); in update_substitution()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/generator/
H A Ddawn_json_generator.py239 def compute_depth(struct): function
246 max_dependent_depth = max(max_dependent_depth, compute_depth(member.type) + 1)
253 compute_depth(struct)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/generator/
H A Ddawn_json_generator.py290 def compute_depth(struct): function
298 compute_depth(member.type) + 1)
305 compute_depth(struct)
/dports/math/z3/z3-z3-4.8.13/src/solver/assertions/
H A Dasserted_formulas.cpp592 compute_depth(lhs); in update_substitution()
593 compute_depth(rhs); in update_substitution()
660 void asserted_formulas::compute_depth(expr* e) { in compute_depth() function in asserted_formulas
H A Dasserted_formulas.h234 void compute_depth(expr* e);
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dasserted_formulas.cpp585 compute_depth(lhs); in update_substitution()
586 compute_depth(rhs); in update_substitution()
653 void asserted_formulas::compute_depth(expr* e) { in compute_depth() function in asserted_formulas
H A Dasserted_formulas.h233 void compute_depth(expr* e);
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DAdaptiveKDTree.hpp241 ErrorCode compute_depth( EntityHandle root,
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DAdaptiveKDTree.cpp2085 ErrorCode AdaptiveKDTree::compute_depth( EntityHandle root, in compute_depth() function in moab::AdaptiveKDTree
2123 return compute_depth( root, min_depth, dep ); in get_info()