Home
last modified time | relevance | path

Searched refs:rightmost (Results 1 – 25 of 48) sorted by relevance

12

/third_party/boost/boost/graph/
Dchrobak_payne_drawing.hpp139 vertex_t rightmost = graph_traits< Graph >::null_vertex(); in chrobak_payne_straight_line_drawing() local
175 rightmost = *vi; in chrobak_payne_straight_line_drawing()
184 ++delta_x[rightmost]; in chrobak_payne_straight_line_drawing()
188 vertex_t stopping_vertex = right[rightmost]; in chrobak_payne_straight_line_drawing()
195 delta_x[v] = ((y[rightmost] + delta_p_q) - y[leftmost]) / 2; in chrobak_payne_straight_line_drawing()
197 delta_x[rightmost] = delta_p_q - delta_x[v]; in chrobak_payne_straight_line_drawing()
199 bool leftmost_and_rightmost_adjacent = right[leftmost] == rightmost; in chrobak_payne_straight_line_drawing()
208 for (vertex_t temp = leftmost; temp != rightmost; in chrobak_payne_straight_line_drawing()
222 right[v] = rightmost; in chrobak_payne_straight_line_drawing()
/third_party/boost/boost/intrusive/
Dsplaytree_algorithms.hpp57 …laydown_assemble_and_fix_header(node_ptr t, node_ptr header, node_ptr leftmost, node_ptr rightmost) in splaydown_assemble_and_fix_header()
63 , rightmost_(rightmost) in splaydown_assemble_and_fix_header()
589 node_ptr const rightmost = NodeTraits::get_right(header); in priv_splay_down() local
590 if(leftmost == rightmost){ //Empty or unique node in priv_splay_down()
602 …etail::splaydown_assemble_and_fix_header<NodeTraits> commit(old_root, header, leftmost, rightmost); in priv_splay_down()
Dbstree_algorithms.hpp1301 node_ptr leftmost, rightmost; in clone() local
1303 (source_header, target_header, cloner, disposer, leftmost, rightmost); in clone()
1308 NodeTraits::set_right (target_header, rightmost); in clone()
1947 node_ptr rightmost = target_sub_root; in clone_subtree() local
1969 if(rightmost == target_sub_root) in clone_subtree()
1985 rightmost = insertion_point; in clone_subtree()
1999 rightmost_out = rightmost; in clone_subtree()
/third_party/boost/boost/multi_index/detail/
Dord_index_node.hpp416 pointer z,parent_ref root,pointer& leftmost,pointer& rightmost) in rebalance_for_extract()
477 if(rightmost==z){ in rebalance_for_extract()
479 rightmost=z->parent(); in rebalance_for_extract()
482 rightmost=maximum(x); /* makes rightmost==header if z==root */ in rebalance_for_extract()
Dord_index_impl.hpp723 static_cast<final_node_type*>(x.rightmost())); in copy_()
1030 if(rightmost()->impl()!=node_impl_type::maximum(root()->impl())) in invariant_()
1053 index_node_type* rightmost()const in rightmost() function in boost::multi_index::detail::ordered_index_impl
1150 if(comp_(key(rightmost()->value()),k)){ in hinted_link_point()
1152 inf.pos=rightmost()->impl(); in hinted_link_point()
1189 if(!comp_(k,key(rightmost()->value()))){ in hinted_link_point()
1191 inf.pos=rightmost()->impl(); in hinted_link_point()
/third_party/glib/glib/
Dgsequence.c1536 GSequenceNode *leftmost, *rightmost, *rightmost_next; in g_sequence_swap() local
1551 rightmost = a; in g_sequence_swap()
1556 rightmost = b; in g_sequence_swap()
1559 rightmost_next = node_get_next (rightmost); in g_sequence_swap()
1566 g_sequence_move (rightmost, leftmost); in g_sequence_swap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFeatures.td157 "load-and-zero-rightmost-byte", "LoadAndZeroRightmostByte",
158 "Assume that the load-and-zero-rightmost-byte facility is installed"
/third_party/python/Doc/library/
Dbisect.rst85 'Find rightmost value less than x'
92 'Find rightmost value less than or equal to x'
Dcollections.rst581 >>> d.pop() # return and remove the rightmost item
589 >>> d[-1] # peek at rightmost item
841 default, the *defaults* are applied to the rightmost parameters. For
/third_party/boost/libs/mp11/doc/mp11/
Dbind.adoc71 `mp_bind_back<F, T...>` binds the rightmost arguments of `F` to `T...`. Its nested template `fn<U..…
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dbutton_bar.dart18 /// the rightmost child. When the [Directionality] [TextDirection.rtl] the
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/
DREADME.md58 Comma operator returns the result of it's rightmost operand
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td120 // i32lo16 predicate - true if the 32-bit immediate has only rightmost 16
133 // i32lo16 predicate - true if the 32-bit immediate has only rightmost 16
141 // i32lo16 predicate - true if the 32-bit immediate has the rightmost 16
160 // bits set and the rightmost 16 bits 1's.
168 // i32lo21 predicate - true if the 32-bit immediate has only rightmost 21
/third_party/mksh/
Dsh_flags.opt126 /* ./. errorlevel of a pipeline is the rightmost nonzero value */
/third_party/openGLES/extensions/HP/
DHP_convolution_border_modes.txt121 each pixel in the rightmost one-pixel column is replicated Cw times
/third_party/skia/third_party/externals/opengl-registry/extensions/HP/
DHP_convolution_border_modes.txt121 each pixel in the rightmost one-pixel column is replicated Cw times
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dfractional_offset.dart95 /// corresponds to the rightmost edge. Values are not limited to that range;
/third_party/boost/libs/spirit/doc/qi/
Dwarming_up.qbk104 parse, this iterator is repositioned to the rightmost position consumed
/third_party/boost/libs/spirit/doc/x3/tutorial/
Dwarming_up.qbk118 parse, this iterator is repositioned to the rightmost position consumed
/third_party/openssl/crypto/des/asm/
Ddes_enc.m4764 ! first in memory to rightmost in register
815 ! first in memory to rightmost in register
937 ! rightmost in register to first in memory
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_compressed_texture_pixel_storage.txt306 blocks because the rightmost "8x2" blocks are partial and would be
/third_party/boost/libs/python/doc/reference/
Dindexing.qbk153 …on, by convention, start counting from the right(e.g. C[-1] indexes the rightmost element in C). c…
/third_party/openGLES/extensions/ARB/
DARB_compressed_texture_pixel_storage.txt316 blocks because the rightmost "8x2" blocks are partial and would be
/third_party/boost/libs/function_types/doc/
Dfunction_types.qbk231 list, only the rightmost one is used; others are ignored.
836 values for the same property the value of the rightmost argument is used.
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Ddate_picker.dart40 // The picker will be placed in the center, and the leftmost and rightmost
990 // and rightmost column will be extended equally so that the widths match, and

12