Home
last modified time | relevance | path

Searched refs:left_chain (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/nurbtess/
H A DmonoTriangulation.cc105 vertexArray* left_chain, Int left_current, in monoTriangulationRecOpt() argument
110 Int n_left = left_chain->getNumElements(); in monoTriangulationRecOpt()
115 monoTriangulationRec(topVertex, botVertex, left_chain, left_current, in monoTriangulationRecOpt()
120 Real left_v = left_chain->getVertex(left_current)[1]; in monoTriangulationRecOpt()
131 monoTriangulationRecGen(topVertex, left_chain->getVertex(left_current), in monoTriangulationRecOpt()
132 left_chain, left_current, left_current, in monoTriangulationRecOpt()
137 left_chain, left_current, in monoTriangulationRecOpt()
146 if(left_chain->getVertex(i)[1] <= right_v) in monoTriangulationRecOpt()
150 left_chain, left_current, i-1, in monoTriangulationRecOpt()
153 monoTriangulationRecOpt(left_chain->getVertex(i-1), in monoTriangulationRecOpt()
[all …]
H A DmonoTriangulation.h144 vertexArray* left_chain, Int left_current,
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dppc-linux-nat.c1875 struct value *left_val, *right_val, *left_chain, *right_chain; in check_condition() local
1880 fetch_subexp_value (cond, &pc, &left_val, NULL, &left_chain); in check_condition()
1881 num_accesses_left = num_memory_accesses (left_chain); in check_condition()
1885 free_value_chain (left_chain); in check_condition()
1895 free_value_chain (left_chain); in check_condition()
1923 free_value_chain (left_chain); in check_condition()
1929 free_value_chain (left_chain); in check_condition()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dppc-linux-nat.c1935 struct value *left_val, *right_val, *left_chain, *right_chain; in check_condition() local
1940 fetch_subexp_value (cond, &pc, &left_val, NULL, &left_chain); in check_condition()
1941 num_accesses_left = num_memory_accesses (left_chain); in check_condition()
1945 free_value_chain (left_chain); in check_condition()
1955 free_value_chain (left_chain); in check_condition()
1983 free_value_chain (left_chain); in check_condition()
1989 free_value_chain (left_chain); in check_condition()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dppc-linux-nat.c2493 std::vector<value_ref_ptr> left_chain, right_chain; in check_condition() local
2502 fetch_subexp_value (cond, lhs, &left_val, NULL, &left_chain, false); in check_condition()
2503 num_accesses_left = num_memory_accesses (left_chain); in check_condition()
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalaccodebasemodule.vala5483 CCodeExpression? left_chain = null;
5496 left_chain = cleft;
5714 if (left_chain != null) {
5715 …set_cvalue (expr, new CCodeBinaryExpression (CCodeBinaryOperator.AND, left_chain, get_cvalue (expr…
H A Dvalaccodebasemodule.c31130 ValaCCodeExpression* left_chain = NULL; in vala_ccode_base_module_real_visit_binary_expression() local
31170 left_chain = NULL; in vala_ccode_base_module_real_visit_binary_expression()
31270 _vala_ccode_node_unref0 (left_chain); in vala_ccode_base_module_real_visit_binary_expression()
31271 left_chain = _tmp48_; in vala_ccode_base_module_real_visit_binary_expression()
31341 _vala_ccode_node_unref0 (left_chain); in vala_ccode_base_module_real_visit_binary_expression()
31381 _vala_ccode_node_unref0 (left_chain); in vala_ccode_base_module_real_visit_binary_expression()
31661 _vala_ccode_node_unref0 (left_chain); in vala_ccode_base_module_real_visit_binary_expression()
32269 _vala_ccode_node_unref0 (left_chain); in vala_ccode_base_module_real_visit_binary_expression()
32358 _tmp385_ = left_chain; in vala_ccode_base_module_real_visit_binary_expression()
32364 _tmp386_ = left_chain; in vala_ccode_base_module_real_visit_binary_expression()
[all …]