Home
last modified time | relevance | path

Searched defs:opposite (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_turn_info_for_endpoint.hpp279 bool opposite = inters.d_info().opposite; in apply() local
440 bool opposite = inters.d_info().opposite; in handle_internal() local
Dturn_info.hpp128 inline bool opposite() const in opposite() function
Dget_turn_info_la.hpp720 const bool opposite = inters.d_info().opposite; in get_turn_info_for_endpoint() local
Dget_turn_info.hpp76 static inline bool opposite(int side1, int side2) in opposite() function
/third_party/boost/libs/geometry/test/strategies/
Dsegment_intersection_geo.hpp108 int opposite; member
258 bool opposite) in test_all_strategies()
Dsegment_intersection_sph.hpp143 bool opposite = opposite_id != 0; in test_strategy_one() local
/third_party/boost/boost/geometry/policies/relate/
Ddirection.hpp72 bool opposite; member
/third_party/ffmpeg/libavcodec/
Dvc1_pred.c222 int opposite, a_f, b_f, c_f; in ff_vc1_pred_mv() local
/third_party/boost/boost/geometry/strategies/geographic/
Dintersection.hpp513 bool opposite = ! same_direction(res_a1_a2.azimuth, res_b1_b2.azimuth); in apply() local
/third_party/boost/boost/geometry/strategies/cartesian/
Dintersection.hpp720 bool const opposite = math::sign(length_a) != math::sign(length_b); in relate_collinear() local
/third_party/boost/boost/geometry/strategies/spherical/
Dintersection.hpp506 bool const opposite = dot_n1n2 < c0; in apply() local
/third_party/boost/boost/graph/
Dgraph_utility.hpp53 inline typename graph_traits< Graph >::vertex_descriptor opposite( in opposite() function
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp2315 combine_minmax(opt_ctx& ctx, aco_ptr<Instruction>& instr, aco_opcode opposite, aco_opcode minmax3) in combine_minmax()