/third_party/boost/boost/graph/ |
D | chrobak_payne_drawing.hpp | 139 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/ |
D | splaytree_algorithms.hpp | 57 …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()
|
D | bstree_algorithms.hpp | 1301 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/ |
D | ord_index_node.hpp | 416 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()
|
D | ord_index_impl.hpp | 723 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/ |
D | gsequence.c | 1536 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/ |
D | SystemZFeatures.td | 157 "load-and-zero-rightmost-byte", "LoadAndZeroRightmostByte", 158 "Assume that the load-and-zero-rightmost-byte facility is installed"
|
/third_party/python/Doc/library/ |
D | bisect.rst | 85 'Find rightmost value less than x' 92 'Find rightmost value less than or equal to x'
|
D | collections.rst | 581 >>> 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/ |
D | bind.adoc | 71 `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/ |
D | button_bar.dart | 18 /// the rightmost child. When the [Directionality] [TextDirection.rtl] the
|
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/ |
D | README.md | 58 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/ |
D | LanaiInstrInfo.td | 120 // 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/ |
D | sh_flags.opt | 126 /* ./. errorlevel of a pipeline is the rightmost nonzero value */
|
/third_party/openGLES/extensions/HP/ |
D | HP_convolution_border_modes.txt | 121 each pixel in the rightmost one-pixel column is replicated Cw times
|
/third_party/skia/third_party/externals/opengl-registry/extensions/HP/ |
D | HP_convolution_border_modes.txt | 121 each pixel in the rightmost one-pixel column is replicated Cw times
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | fractional_offset.dart | 95 /// corresponds to the rightmost edge. Values are not limited to that range;
|
/third_party/boost/libs/spirit/doc/qi/ |
D | warming_up.qbk | 104 parse, this iterator is repositioned to the rightmost position consumed
|
/third_party/boost/libs/spirit/doc/x3/tutorial/ |
D | warming_up.qbk | 118 parse, this iterator is repositioned to the rightmost position consumed
|
/third_party/openssl/crypto/des/asm/ |
D | des_enc.m4 | 764 ! 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/ |
D | ARB_compressed_texture_pixel_storage.txt | 306 blocks because the rightmost "8x2" blocks are partial and would be
|
/third_party/boost/libs/python/doc/reference/ |
D | indexing.qbk | 153 …on, by convention, start counting from the right(e.g. C[-1] indexes the rightmost element in C). c…
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_compressed_texture_pixel_storage.txt | 316 blocks because the rightmost "8x2" blocks are partial and would be
|
/third_party/boost/libs/function_types/doc/ |
D | function_types.qbk | 231 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/ |
D | date_picker.dart | 40 // 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
|