Home
last modified time | relevance | path

Searched refs:left_data (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/bimap/test/
Dtest_bimap_unordered.cpp48 left_data_type left_data; in test_bimap() local
49 left_data.insert( left_data_type::value_type('a',"a") ); in test_bimap()
50 left_data.insert( left_data_type::value_type('b',"b") ); in test_bimap()
51 left_data.insert( left_data_type::value_type('c',"c") ); in test_bimap()
52 left_data.insert( left_data_type::value_type('d',"e") ); in test_bimap()
79 bm,data,left_data,right_data in test_bimap()
102 bm,data,left_data,right_data in test_bimap()
127 test_basic_bimap(bm,data,left_data,right_data); in test_bimap()
152 test_basic_bimap(bm,data,left_data,right_data); in test_bimap()
Dtest_bimap_ordered.cpp47 left_data_type left_data; in test_bimap() local
48 left_data.insert( left_data_type::value_type(1,0.1) ); in test_bimap()
49 left_data.insert( left_data_type::value_type(2,0.2) ); in test_bimap()
50 left_data.insert( left_data_type::value_type(3,0.3) ); in test_bimap()
51 left_data.insert( left_data_type::value_type(4,0.4) ); in test_bimap()
72 test_set_set_bimap(bm,data,left_data,right_data); in test_bimap()
95 test_multiset_multiset_bimap(bm,data,left_data,right_data); in test_bimap()
113 test_set_set_bimap(bm,data,left_data,right_data); in test_bimap()
Dtest_mutant_relation.cpp52 struct left_data {}; in BOOST_BIMAP_TEST_STATIC_FUNCTION() struct
55 typedef mutant_relation< left_data, right_data > rel; in BOOST_BIMAP_TEST_STATIC_FUNCTION()
57 BOOST_BIMAP_CHECK_METADATA(rel,left_value_type ,left_data); in BOOST_BIMAP_TEST_STATIC_FUNCTION()
63 typedef tagged<left_data ,left > desired_tagged_left_type; in BOOST_BIMAP_TEST_STATIC_FUNCTION()
77 struct left_data {}; in BOOST_BIMAP_TEST_STATIC_FUNCTION() struct
84 tagged<left_data,left_tag>, tagged<right_data,right_tag> > rel; in BOOST_BIMAP_TEST_STATIC_FUNCTION()
86 BOOST_BIMAP_CHECK_METADATA(rel,left_value_type ,left_data); in BOOST_BIMAP_TEST_STATIC_FUNCTION()
92 typedef tagged<left_data ,left_tag > desired_tagged_left_type; in BOOST_BIMAP_TEST_STATIC_FUNCTION()
Dtest_bimap_sequenced.cpp99 left_data_type left_data; in test_bimap() local
100 left_data.insert( left_data_type::value_type("1",1) ); in test_bimap()
101 left_data.insert( left_data_type::value_type("2",2) ); in test_bimap()
102 left_data.insert( left_data_type::value_type("3",3) ); in test_bimap()
103 left_data.insert( left_data_type::value_type("4",4) ); in test_bimap()
130 test_sequence_container(b.left , left_data); in test_bimap()
138 test_list_operations(b.left,c.left,left_data) ; in test_bimap()
194 test_list_operations(b.left,c.left,left_data) ; in test_bimap()
252 test_list_operations(b.left,c.left,left_data) ; in test_bimap()
/third_party/boost/boost/multiprecision/
Dmpfi.hpp130 mpfr_set_uj(left_data(), i, GMP_RNDD); in operator =()
138 mpfr_set_sj(left_data(), i, GMP_RNDD); in operator =()
201 mpfr_set_ld(left_data(), a, GMP_RNDD); in operator =()
287 if (mpfr_cmp(right_data(), o.left_data()) < 0) in compare()
289 if (mpfr_cmp(left_data(), o.right_data()) > 0) in compare()
291 … if ((mpfr_cmp(left_data(), o.left_data()) == 0) && (mpfr_cmp(right_data(), o.right_data()) == 0)) in compare()
313 mpfr_ptr left_data() BOOST_NOEXCEPT in left_data() function
318 mpfr_srcptr left_data() const BOOST_NOEXCEPT in left_data() function
859 mpfr_set(a.data(), val.left_data(), GMP_RNDN); in eval_ceil()
873 mpfr_set(a.data(), val.left_data(), GMP_RNDN); in eval_floor()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.hpp135 bool compareImages(const targetDesc& left_desc, const glw::GLubyte* left_data, glw::GLuint left_x,
221 …bool compareImages(const testCase& test_case, const glw::GLubyte* left_data, const glw::GLubyte* r…
Dgl4cCopyImageTests.cpp2879 bool FunctionalTest::compareImages(const targetDesc& left_desc, const GLubyte* left_data, GLuint le… in compareImages() argument
2921 const GLubyte* left_layer_data = left_data + left_layer_offset; in compareImages()
2957 << ", off: " << left_pixel_data - left_data in compareImages()
3704 bool SmokeTest::compareImages(const testCase& test_case, const GLubyte* left_data, const GLubyte* r… in compareImages() argument
3725 const GLubyte* left_line_data = left_data + line_offset; in compareImages()
3747 << "[" << x << ", " << y << "], off: " << left_pixel_data - left_data in compareImages()