Home
last modified time | relevance | path

Searched full:opposite (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/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.hpp42 , opposite(op) in direction_type()
55 , opposite(op) in direction_type()
71 // Is it opposite (for collinear/equal cases)
72 bool opposite; member
134 // opposite and same starting point (FROM) in segments_crosses()
137 // opposite and point to each other (TO) in segments_crosses()
140 // not opposite, forming an angle, first a then b, in segments_crosses()
145 // not opposite, forming a angle, first b then a, in segments_crosses()
243 Segment1 const& , Segment2 const& , bool opposite, in segments_collinear()
248 return_type r('c', opposite); in segments_collinear()
[all …]
H A Dtupled.hpp51 bool opposite, in segments_collinear()
59 opposite, in segments_collinear()
63 opposite, in segments_collinear()
/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.hpp73 // Returns true if both sides are opposite
74 static inline bool opposite(int side1, int side2) in opposite() function
229 // Opposite direction, which is never travelled. in apply()
255 return side1 == side2 && ! opposite(side1, turn); in between()
290 // or collinear (so: not opposite sides) in apply()
291 if (! opposite(side_qi_p1, side_qk_p1)) in apply()
321 // Collinear opposite case -> block P in apply()
403 // Collinear opposite case -> block P in apply()
503 // If they turn to same side (not opposite sides) in apply()
504 if (! opposite(side_pk_p, side_qk_p)) in apply()
[all …]
H A Dget_turn_info_for_endpoint.hpp126 if ( ! result.template get<1>().opposite ) in linear_intersections()
260 // NOTE: opposite && ip_count == 1 may be true! in apply()
261 bool opposite = inters.d_info().opposite; in apply() local
263 // don't ignore only for collinear opposite in apply()
264 bool result_ignore_ip0 = append0_last && ( ip_count == 1 || !opposite ); in apply()
275 // don't ignore only for collinear opposite in apply()
276 bool result_ignore_ip1 = append1_last && !opposite /*&& ip_count == 2*/; in apply()
449 bool opposite = inters.d_info().opposite; in handle_internal() local
452 op2 = opposite ? operation_union : operation_intersection; in handle_internal()
618 // If they turn to same side (not opposite sides) in operations_of_equal()
[all …]
H A Dget_turn_info_la.hpp206 // P spike on the same line with Q2 (opposite) in apply()
267 if ( ! inters.d_info().opposite ) in apply()
314 if ( ! inters.d_info().opposite ) in apply()
741 const bool opposite = inters.d_info().opposite; in get_turn_info_for_endpoint() local
754 if ( opposite ) // opposite -> collinear in get_turn_info_for_endpoint()
839 tp.operations[1].operation = opposite ? operation_continue : operation_union; in get_turn_info_for_endpoint()
879 // don't ignore the first IP if the segment is opposite in get_turn_info_for_endpoint()
880 return !( opposite && ip_count > 1 ) || was_first_point_handled; in get_turn_info_for_endpoint()
H A Dget_turn_info_ll.hpp233 // P spike on the same line with Q2 (opposite) in apply()
306 if ( ! inters.d_info().opposite ) in apply()
338 // TODO: ignore for spikes or generate something else than opposite? in apply()
365 if ( ! inters.d_info().opposite ) in apply()
512 // treat both non-opposite collinear spikes as no-spikes in append_collinear_spikes()
/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.hpp495 bool opposite = ! same_direction(res_a1_a2.azimuth, res_b1_b2.azimuth); in apply() local
497 … // NOTE: If segment was reversed opposite, positions and segment ratios has to be altered in apply()
500 // opposite in apply()
501 opposite = ! opposite; in apply()
513 // opposite in apply()
514 opposite = ! opposite; in apply()
530 return Policy::segments_collinear(a, b, opposite, in apply()
812 // So the endpoints should lie on the opposite sides of both geodesics in calculate_ip_data()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_env_mntr_ex.h65 CCX_EDCCA_SEG0_S2 = 2, /*seg0:s40, opposite of p20*/
66 CCX_EDCCA_SEG0_S3 = 3, /*seg0:s40, opposite of s20*/
69 CCX_EDCCA_SEG1_S2 = 6, /*seg1:s40, opposite of p20*/
70 CCX_EDCCA_SEG1_S3 = 7 /*seg1:s40, opposite of s20*/
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_env_mntr_ex.h65 CCX_EDCCA_SEG0_S2 = 2, /*seg0:s40, opposite of p20*/
66 CCX_EDCCA_SEG0_S3 = 3, /*seg0:s40, opposite of s20*/
69 CCX_EDCCA_SEG1_S2 = 6, /*seg1:s40, opposite of p20*/
70 CCX_EDCCA_SEG1_S3 = 7 /*seg1:s40, opposite of s20*/
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep.h124 * 2. a and d is know to be on opposite side of bc<br>
139 * @param a - triangle point, opposite d
142 * @param d - point opposite a
251 * the point in current triangle that is the opposite point to the next
/OK3568_Linux_fs/u-boot/lib/
H A Dldiv.c27 DENOM and the opposite sign of NUMER; if both are negative in ldiv()
29 positive (will have the opposite sign of NUMER). These are in ldiv()
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Dsmbus-protocol.rst132 register is specified through the Comm byte. This is the opposite of
147 This is the opposite of the Read Word operation. 16 bits
194 The opposite of the Block Read command, this writes up to 32 bytes to
313 The opposite of the Block Read command, this writes bytes to
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/dac/
H A Dad5755.txt27 Channel C and Channel D clock on opposite edges.
29 Channel B and Channel D clock on opposite edges.
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Doverflow.h126 * sign, and overflow has happened iff the result has the opposite
142 * when the signs are opposite. In this case, overflow has happened if
143 * the result has the opposite sign of a.
/OK3568_Linux_fs/buildroot/package/uhd/
H A D0005-core-remove-boost-math-in-favor-of-std-cmath.patch64 // 4. Set DSP offset to spin the signal in the opposite
96 // 4. Set DSP offset to spin the signal in the opposite
/OK3568_Linux_fs/kernel/arch/mips/math-emu/
H A Dsp_maddf.c84 * Cases of addition of infinities with opposite signs in _sp_maddf()
109 * or subtraction of zeroes of opposite signs. in _sp_maddf()
/OK3568_Linux_fs/kernel/fs/omfs/
H A DKconfig10 the opposite is true. Say Y if you have either of these devices
/OK3568_Linux_fs/kernel/include/linux/
H A Doverflow.h143 * sign, and overflow has happened iff the result has the opposite
159 * when the signs are opposite. In this case, overflow has happened if
160 * the result has the opposite sign of a.
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/
H A Dconfig.mk9 # memory access. This is the opposite of what the compiler expects to be
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dsecure.h15 * entry. Gahh. Do the opposite conversion. This hack also prevents
/OK3568_Linux_fs/kernel/arch/parisc/lib/
H A Dio.c314 * Like insb but in the opposite direction.
332 * Like insw but in the opposite direction. This is used by the IDE
404 * Like insl but in the opposite direction. This is used by the IDE
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/
H A Dgpio-wdt.txt12 the opposite level disables the WDT. Active level is determined
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dfsl_sai.c41 * fsl_sai_dir_is_synced - Check if stream is synced by the opposite stream
45 * the stream's are synced by the opposite stream.
54 /* current dir in async mode while opposite dir in sync mode */ in fsl_sai_dir_is_synced()
615 * Enable the opposite direction for synchronous mode in fsl_sai_trigger()
640 /* Check if the opposite FRDE is also disabled */ in fsl_sai_trigger()
644 * If opposite stream provides clocks for synchronous mode and in fsl_sai_trigger()
/OK3568_Linux_fs/external/linux-rga/core/utils/
H A Dutils.h24 * an integer of the same size, and then converted to uint64_t. The opposite
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-envelope-detector30 opposite value.

12345678910>>...20