Home
last modified time | relevance | path

Searched refs:sides (Results 1 – 25 of 60) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/
H A Dside_info.hpp42 sides[0].first = side_a1; in side_info()
43 sides[0].second = side_a2; in side_info()
44 sides[1].first = side_b1; in side_info()
45 sides[1].second = side_b2; in side_info()
51 sides[Which].first = first; in set()
52 sides[Which].second = second; in set()
60 sides[Which].first = 0; in correct_to_zero()
64 sides[Which].second = 0; in correct_to_zero()
71 return Index == 0 ? sides[Which].first : sides[Which].second; in get()
80 return sides[Which].first * sides[Which].second == 1; in same()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/relate/
H A Ddirection.hpp47 , sides(s) in direction_type()
90 side_info sides; member
124 static inline return_type segments_crosses(side_info const& sides, in segments_crosses()
128 bool const ra0 = sides.get<0,0>() == 0; in segments_crosses()
129 bool const ra1 = sides.get<0,1>() == 0; in segments_crosses()
130 bool const rb0 = sides.get<1,0>() == 0; in segments_crosses()
131 bool const rb1 = sides.get<1,1>() == 0; in segments_crosses()
135 ra0 && rb0 ? calculate_side<1>(sides, 'f', -1, -1) in segments_crosses()
138 : ra1 && rb1 ? calculate_side<0>(sides, 't', 1, 1) in segments_crosses()
143 : ra1 && rb0 ? angle<1>(sides, 'a', 1, -1) in segments_crosses()
[all …]
H A Dtupled.hpp37 static inline return_type segments_crosses(side_info const& sides, in segments_crosses()
43 Policy1::segments_crosses(sides, sinfo, s1, s2), in segments_crosses()
44 Policy2::segments_crosses(sides, sinfo, s1, s2) in segments_crosses()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dintersection.hpp306 side_info sides; in apply() local
324 sides.set<0>(plane2.side_value(a1v), plane2.side_value(a2v)); in apply()
325 if (sides.same<0>()) in apply()
349 sides.set<1>(plane1.side_value(b1v), plane1.side_value(b2v)); in apply()
350 if (sides.same<1>()) in apply()
365 if (sides.get<0, 0>() == 0 || sides.get<0, 1>() == 0) in apply()
367 sides.set<0>(0, 0); in apply()
375 if (sides.get<1, 0>() == 0 || sides.get<1, 1>() == 0) in apply()
377 sides.set<1>(0, 0); in apply()
393 bool collinear = sides.collinear(); in apply()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/
H A Dintersection.hpp319 side_info sides; in apply() local
355sides.set<0>(is_equal_a1_b1 ? 0 : formula::azimuth_side_value(res_b1_a1.azimuth, res_b1_b2.azimuth… in apply()
357 if (sides.same<0>()) in apply()
388sides.set<1>(is_equal_a1_b1 ? 0 : formula::azimuth_side_value(res_a1_b1.azimuth, res_a1_a2.azimuth… in apply()
390 if (sides.same<1>()) in apply()
409 bool collinear = sides.collinear(); in apply()
417 if (sides.get<0, 0>() == 0 && sides.get<0, 1>() == 0) in apply()
420 sides.set<1>(0, 0); in apply()
422 else if (sides.get<1, 0>() == 0 && sides.get<1, 1>() == 0) in apply()
425 sides.set<0>(0, 0); in apply()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_la.hpp112 inters.sides()); in apply()
174 tp, inters.i_info(), inters.d_info(), inters.sides()); in apply()
193 if ( inters.sides().qk_wrt_p1() == 0 ) in apply()
207 if ( inters.sides().pk_wrt_q1() == -inters.sides().qk_wrt_q1() in apply()
223 if ( inters.sides().pk_wrt_q2() == 0 ) in apply()
272 tp, inters.i_info(), inters.d_info(), inters.sides()); in apply()
323 tp, inters.i_info(), inters.d_info(), inters.sides()); in apply()
331 tp, inters.i_info(), inters.d_info(), inters.sides()); in apply()
374 inters.sides(), transformer, in apply()
431 int const pk_q1 = inters.sides().pk_wrt_q1(); in calculate_spike_operation()
[all …]
H A Dget_turn_info_ll.hpp107 inters.sides()); in apply()
169 tp, inters.i_info(), inters.d_info(), inters.sides()); in apply()
197 if ( inters.sides().qk_wrt_p1() == 0 ) in apply()
216 if ( inters.sides().pk_wrt_q1() == 0 ) in apply()
234 if ( inters.sides().pk_wrt_q1() == -inters.sides().qk_wrt_q1() in apply()
253 if ( inters.sides().pk_wrt_q2() == 0 ) in apply()
262 if ( inters.sides().qk_wrt_p2() == 0 ) in apply()
311 tp, inters.i_info(), inters.d_info(), inters.sides()); in apply()
374 tp, inters.i_info(), inters.d_info(), inters.sides()); in apply()
386 tp, inters.i_info(), inters.d_info(), inters.sides()); in apply()
[all …]
H A Dget_turn_info_helpers.hpp145 inline side_calculator_type const& sides() const { return m_side_calc; } in sides() function in boost::geometry::detail::overlay::intersection_info_base
197 inline side_calculator_type const& sides() const { return m_side_calc; } in sides() function in boost::geometry::detail::overlay::intersection_info_base
281 if (base::sides().pk_wrt_p1() == 0) in is_spike_p()
288 int const qk_p1 = base::sides().qk_wrt_p1(); in is_spike_p()
289 int const qk_p2 = base::sides().qk_wrt_p2(); in is_spike_p()
309 if (base::sides().qk_wrt_q1() == 0) in is_spike_q()
316 int const pk_q1 = base::sides().pk_wrt_q1(); in is_spike_q()
317 int const pk_q2 = base::sides().pk_wrt_q2(); in is_spike_q()
H A Dget_turn_info.hpp172 int const side_qi_p = dir_info.sides.template get<index_q, 0>(); in apply()
285 int const side_qi_p1 = dir_info.sides.template get<1, 0>(); in apply()
880 int const side_qi_p1 = dir_info.sides.template get<1, 0>(); in apply()
1007 inters.sides()); in apply()
1042 tp, inters.i_info(), inters.d_info(), inters.sides()); in apply()
1054 tp, inters.i_info(), inters.d_info(), inters.sides()); in apply()
1079 tp, inters.i_info(), inters.d_info(), inters.sides()); in apply()
1087 tp, inters.i_info(), inters.d_info(), inters.sides()); in apply()
1100 tp, out, inters, inters.sides()); in apply()
/OK3568_Linux_fs/u-boot/drivers/demo/
H A Ddemo-pdata.c13 .sides = 4.
17 .sides = 3.
21 .sides = 6.
H A Ddemo-uclass.c71 pdata->sides = fdtdec_get_int(gd->fdt_blob, dn, "sides", 0); in demo_parse_dt()
73 if (!pdata->sides || !pdata->colour) { in demo_parse_dt()
H A Ddemo-simple.c21 pdata->sides); in simple_hello()
H A Ddemo-shape.c54 index = (pdata->sides / 2) - 1; in shape_hello()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dintersection.hpp290 side_info sides; in apply() local
291 sides.set<0>(side_strategy_type::apply(robust_b1, robust_b2, robust_a1), in apply()
294 if (sides.same<0>()) in apply()
300 sides.set<1>(side_strategy_type::apply(robust_a1, robust_a2, robust_b1), in apply()
303 if (sides.same<1>()) in apply()
309 bool collinear = sides.collinear(); in apply()
364 sides.set<0>(0,0); in apply()
365 sides.set<1>(0,0); in apply()
405 return Policy::segments_crosses(sides, sinfo, a, b); in apply()
/OK3568_Linux_fs/u-boot/arch/sandbox/dts/
H A Dsandbox.dts87 sides = <6>;
229 sides = <4>;
244 sides = <3>;
/OK3568_Linux_fs/u-boot/include/
H A Ddm-demo.h21 int sides; member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/
H A Di2c-arb-gpio-challenge.txt33 2. Waits a little bit for the other sides to notice (slew time, say 10
45 - their-claim-gpios: The GPIOs that the other sides use to claim the bus.
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/misc/
H A Dintel,baytrail-fsp.txt80 - fsp,dimm-sides
143 fsp,dimm-sides = <DIMM_SIDES_1RANKS>;
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Ddev-mem2mem.rst20 both sides and finally call :ref:`VIDIOC_STREAMON <VIDIOC_STREAMON>`
H A Dpixfmt-intro.rst8 necessary to have standard image data formats which both sides will
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dadd-error-check-for-disk-filled-up.patch48 /* When an error has occurred, it is possible that the two sides
/OK3568_Linux_fs/external/xserver/debian/po/
H A Dast.po59 "ser enforma prudente dexar que cualesquier usuariu lu arranque, por sides de "
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dplip.rst99 10^6/HZ usecs. If both sides of a PLIP connection are used in IRQ-less mode,
100 this timeout is required on both sides.
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dcircular-buffers.rst145 There are two sides to this: the producer that fills the buffer, and the
148 two sides can operate simultaneously.
/OK3568_Linux_fs/kernel/drivers/block/rnbd/
H A DREADME35 on client and on server sides; "path=" is a destination IP address or

123