Home
last modified time | relevance | path

Searched refs:s34 (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/geometry/test/strategies/
Dsegment_intersection_collinear.cpp76 segment_type s34(p3, p4); in test_segment_intersection() local
79 bg::detail::segment_as_subrange<segment_type> sr34(s34); in test_segment_intersection()
130 segment_type s34(p3, p4); in test_segment_ratio() local
133 bg::detail::segment_as_subrange<segment_type> sr34(s34); in test_segment_ratio()
/third_party/boost/libs/mpl/test/
Dset.cpp237 typedef mpl::set<long,char,int> s34; in MPL_TEST_CASE() typedef
248 basic_set_test<s01,s11,s23,s34>(); in MPL_TEST_CASE()
/third_party/ffmpeg/libavcodec/
Dme_cmp.c677 const int s34 = SRC(3) + SRC(4); \
678 const int a0 = s07 + s34; \
680 const int a2 = s07 - s34; \