/third_party/boost/boost/geometry/policies/relate/ |
D | direction.hpp | 49 arrival[0] = ha; in direction_type() 50 arrival[1] = hb; in direction_type() 61 arrival[0] = ha; in direction_type() 62 arrival[1] = hb; in direction_type() 92 int arrival[2]; // 1=arrival, -1=departure, 0=neutral; == how_a//how_b member 252 r.arrival[0] = arrival_from_position_value(a1_wrt_b, a2_wrt_b); in segments_collinear() 253 r.arrival[1] = arrival_from_position_value(b1_wrt_a, b2_wrt_a); in segments_collinear() 287 r.how = r.arrival[0] == 0 ? 't' : 'f'; in segments_collinear()
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | get_turn_info_for_endpoint.hpp | 121 int arrival_a = result.template get<1>().arrival[0]; in linear_intersections() 122 int arrival_b = result.template get<1>().arrival[1]; in linear_intersections() 204 static inline operation_type union_or_blocked_same_dirs(int arrival, bool is_last) in union_or_blocked_same_dirs() argument 206 if ( arrival == 1 ) in union_or_blocked_same_dirs() 208 else if ( arrival == -1 ) in union_or_blocked_same_dirs() 216 static inline operation_type union_or_blocked_different_dirs(int arrival, bool is_last) in union_or_blocked_different_dirs() argument 218 if ( arrival == 1 ) in union_or_blocked_different_dirs()
|
D | get_turn_info.hpp | 875 int const arrival = dir_info.arrival[0]; in apply() local 877 BOOST_GEOMETRY_ASSERT(arrival != 0); in apply() 885 int const side_p_or_q = arrival == 1 in apply() 895 int const product = arrival * side_p_or_q; in apply() 1055 int const p_arrival = info.d_info().arrival[0]; in apply() 1056 int const q_arrival = info.d_info().arrival[1]; in apply() 1219 if ( inters.d_info().arrival[1] == 1 ) in apply() 1271 if ( inters.d_info().arrival[0] == 0 ) in apply()
|
D | get_turn_info_helpers.hpp | 543 int arrival = d_info().arrival[OpId]; in is_ip_j() local 550 return arrival != -1; in is_ip_j() 554 return arrival == 0; in is_ip_j() 559 return arrival == 1; in is_ip_j()
|
D | get_turn_info_ll.hpp | 101 if ( inters.d_info().arrival[1] == 1) in apply() 351 if ( inters.d_info().arrival[0] == 0 ) in apply() 556 || inters.d_info().arrival[0] == 1 ) ) in append_opposite_spikes() 587 || inters.d_info().arrival[1] == 1 ) ) in append_opposite_spikes()
|
D | stream_info.hpp | 49 << "[" << how_str(info.arrival) in operator <<()
|
D | get_turn_info_la.hpp | 101 if ( inters.d_info().arrival[1] == 1 ) in apply() 295 if ( inters.d_info().arrival[0] == 0 ) in apply() 544 || inters.d_info().arrival[0] == 1 ) in append_opposite_spikes()
|
/third_party/boost/libs/geometry/test/strategies/ |
D | segment_intersection_collinear.cpp | 105 BOOST_CHECK_EQUAL(dir.arrival[0], expected_arrival1); in test_segment_intersection() 106 BOOST_CHECK_EQUAL(dir.arrival[1], expected_arrival2); in test_segment_intersection()
|
/third_party/iptables/extensions/ |
D | libxt_LED.man | 20 Always make the LED blink on packet arrival, even if the LED is already on.
|
D | libxt_time.man | 1 This matches if the packet arrival time/date is within a given range. All
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | texture.dart | 23 /// on arrival of a video frame). Such repainting generally does not involve
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | texture.dart | 25 /// arrival of a video frame). Such repainting generally does not involve
|
/third_party/boost/libs/random/doc/ |
D | distributions.qbk | 68 [measuring the inter-arrival time of alpha
|
D | concepts.qbk | 112 on the environment, inter-arrival times of network packets or keyboard events
|
/third_party/libwebsockets/READMEs/ |
D | README.tls-sessions.md | 65 session message arrival callback to synchronize updating the client session
|
/third_party/pulseaudio/ |
D | PROTOCOL | 404 memfd memory area. Upon arrival, the other end (client or server) creates a
|
/third_party/libuv/docs/src/ |
D | handle.rst | 140 arrival of the close callback.
|
/third_party/boost/libs/spirit/doc/ |
D | preface.qbk | 35 The arrival of the Internet and the World Wide Web magnified the need
|
/third_party/libcoap/man/ |
D | coap_block.txt.in | 84 the receiving handler, otherwise each individual block is presented on arrival.
|
/third_party/flutter/glfw/docs/ |
D | intro.dox | 306 The order of arrival of related events is not guaranteed to be consistent
|
/third_party/pcre2/pcre2/maint/Unicode.tables/ |
D | emoji-data.txt | 347 1F6EB..1F6EC ; Emoji # E1.0 [2] (..) airplane departure..airplane arrival 629 1F6EB..1F6EC ; Emoji_Presentation # E1.0 [2] (..) airplane departure..airplane arrival 1199 1F6EB..1F6EC ; Extended_Pictographic# E1.0 [2] (..) airplane departure..airplane arrival
|
/third_party/python/Doc/library/ |
D | random.rst | 513 Simulation of arrival times and service deliveries for a multiserver queue::
|
/third_party/ltp/scripts/ |
D | spelling.txt | 159 arraival||arrival
|
/third_party/boost/libs/math/doc/distributions/ |
D | hyperexponential.qbk | 110 Also, the arrival of different types of customer to a single queueing station is often modeled as a…
|
/third_party/python/Doc/tutorial/ |
D | datastructures.rst | 190 >>> queue # Remaining queue in order of arrival
|