Home
last modified time | relevance | path

Searched full:second (Results 1 – 25 of 12593) sorted by relevance

12345678910>>...504

/external/deqp/framework/common/
DtcuEither.hpp23 * \brief Template class that is either type of First or Second.
32 * \brief Object containing Either First or Second type of object
34 * \note Type First and Second are always aligned to same alignment as
37 * sizeof(Second*)) + sizeof(deUint64) of memory.
39 template<typename First, typename Second>
44 Either (const Second& second);
47 Either (const Either<First, Second>& other);
48 Either& operator= (const Either<First, Second>& other);
51 Either& operator= (const Second& second);
57 const Second& getSecond (void) const;
[all …]
/external/deqp-deps/glslang/Test/baseResults/
DstringToDouble.vert.out9 0:5 move second child to first child ( temp float)
14 0:6 move second child to first child ( temp float)
19 0:7 move second child to first child ( temp float)
24 0:8 move second child to first child ( temp float)
29 0:9 move second child to first child ( temp float)
34 0:10 move second child to first child ( temp double)
39 0:11 move second child to first child ( temp double)
44 0:12 move second child to first child ( temp double)
49 0:13 move second child to first child ( temp double)
54 0:14 move second child to first child ( temp double)
[all …]
Dnumeral.frag.out25 0:5 move second child to first child ( temp int)
30 0:6 move second child to first child ( temp int)
35 0:7 move second child to first child ( temp int)
40 0:8 move second child to first child ( temp int)
45 0:9 move second child to first child ( temp int)
50 0:10 move second child to first child ( temp int)
55 0:11 move second child to first child ( temp int)
60 0:12 move second child to first child ( temp int)
65 0:13 move second child to first child ( temp int)
70 0:14 move second child to first child ( temp int)
[all …]
DOperations.frag.out35 0:27 move second child to first child ( temp 4-component vector of float)
39 0:28 add second child into first child ( temp 4-component vector of float)
43 0:29 add second child into first child ( temp 4-component vector of float)
46 0:29 move second child to first child ( temp int)
53 0:30 add second child into first child ( temp 4-component vector of float)
57 0:31 add second child into first child ( temp 4-component vector of float)
61 0:32 add second child into first child ( temp 4-component vector of float)
65 0:33 add second child into first child ( temp 4-component vector of float)
69 0:35 add second child into first child ( temp 4-component vector of float)
73 0:36 add second child into first child ( temp 4-component vector of float)
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
DstringToDouble.vert.out9 0:5 move second child to first child ( temp float)
14 0:6 move second child to first child ( temp float)
19 0:7 move second child to first child ( temp float)
24 0:8 move second child to first child ( temp float)
29 0:9 move second child to first child ( temp float)
34 0:10 move second child to first child ( temp double)
39 0:11 move second child to first child ( temp double)
44 0:12 move second child to first child ( temp double)
49 0:13 move second child to first child ( temp double)
54 0:14 move second child to first child ( temp double)
[all …]
Dnumeral.frag.out25 0:5 move second child to first child ( temp int)
30 0:6 move second child to first child ( temp int)
35 0:7 move second child to first child ( temp int)
40 0:8 move second child to first child ( temp int)
45 0:9 move second child to first child ( temp int)
50 0:10 move second child to first child ( temp int)
55 0:11 move second child to first child ( temp int)
60 0:12 move second child to first child ( temp int)
65 0:13 move second child to first child ( temp int)
70 0:14 move second child to first child ( temp int)
[all …]
DOperations.frag.out35 0:27 move second child to first child ( temp 4-component vector of float)
39 0:28 add second child into first child ( temp 4-component vector of float)
43 0:29 add second child into first child ( temp 4-component vector of float)
46 0:29 move second child to first child ( temp int)
53 0:30 add second child into first child ( temp 4-component vector of float)
57 0:31 add second child into first child ( temp 4-component vector of float)
61 0:32 add second child into first child ( temp 4-component vector of float)
65 0:33 add second child into first child ( temp 4-component vector of float)
69 0:35 add second child into first child ( temp 4-component vector of float)
73 0:36 add second child into first child ( temp 4-component vector of float)
[all …]
D400.geom.out47 0:9 move second child to first child ( temp int)
83 0:78 move second child to first child ( temp 2-component vector of uint)
89 0:80 move second child to first child ( temp uint)
105 0:86 move second child to first child ( temp int)
113 0:88 move second child to first child ( temp 3-component vector of uint)
121 0:90 move second child to first child ( temp 3-component vector of int)
130 0:91 move second child to first child ( temp uint)
139 0:93 move second child to first child ( temp 2-component vector of int)
143 0:94 move second child to first child ( temp 4-component vector of uint)
147 0:95 move second child to first child ( temp int)
[all …]
/external/XNNPACK/test/
Daverage-pooling-nhwc.cc40 .input_width(pooling_size.second + 2) in TEST()
42 .pooling_width(pooling_size.second) in TEST()
46 .input_height(pooling_size.second + 3) in TEST()
48 .pooling_height(pooling_size.second) in TEST()
67 .input_width(pooling_size.second + 2) in TEST()
69 .pooling_width(pooling_size.second) in TEST()
75 .input_height(pooling_size.second + 3) in TEST()
77 .pooling_height(pooling_size.second) in TEST()
97 .input_width(pooling_size.second + 2) in TEST()
101 .pooling_width(pooling_size.second) in TEST()
[all …]
/external/webrtc/modules/desktop_capture/
Ddesktop_region.cc54 Row* row = it->second; in operator =()
55 it->second = new Row(*row); in operator =()
66 it1->second->top != it2->second->top || in Equals()
67 it1->second->bottom != it2->second->bottom || in Equals()
68 it1->second->spans != it2->second->spans) { in Equals()
79 delete row->second; in Clear()
101 if (row == rows_.end() || top < row->second->top) { in AddRect()
105 if (row != rows_.end() && row->second->top < bottom) in AddRect()
106 bottom = row->second->top; in AddRect()
108 } else if (top > row->second->top) { in AddRect()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_arguments.cc181 new_val.value = fvalue.second.value; in CopyScalarArgumentsToStructWithScalarFields()
182 new_val.active = fvalue.second.active; in CopyScalarArgumentsToStructWithScalarFields()
183 if (fvalue.second.active) { in CopyScalarArgumentsToStructWithScalarFields()
193 new_val.value = hfvalue.second.value; in CopyScalarArgumentsToStructWithScalarFields()
194 new_val.active = hfvalue.second.active; in CopyScalarArgumentsToStructWithScalarFields()
195 if (hfvalue.second.active) { in CopyScalarArgumentsToStructWithScalarFields()
207 new_val.value = ivalue.second.value; in CopyScalarArgumentsToStructWithScalarFields()
208 new_val.active = ivalue.second.active; in CopyScalarArgumentsToStructWithScalarFields()
209 if (ivalue.second.active) { in CopyScalarArgumentsToStructWithScalarFields()
225 if (it.second.active) { in CopyScalarArgumentsToStructWithScalarFields()
[all …]
/external/openscreen/cast/streaming/
Dreceiver_session_unittest.cc967 ReceiverSession::VideoLimits second = first; in TEST_F() local
969 EXPECT_TRUE(first.IsSupersetOf(second)); in TEST_F()
970 EXPECT_TRUE(second.IsSupersetOf(first)); in TEST_F()
973 EXPECT_TRUE(first.IsSupersetOf(second)); in TEST_F()
974 EXPECT_FALSE(second.IsSupersetOf(first)); in TEST_F()
975 first.max_pixels_per_second = second.max_pixels_per_second; in TEST_F()
978 EXPECT_TRUE(first.IsSupersetOf(second)); in TEST_F()
979 EXPECT_FALSE(second.IsSupersetOf(first)); in TEST_F()
981 second.max_dimensions = {1921, 1090, {kDefaultFrameRate + 1, 1}}; in TEST_F()
982 EXPECT_FALSE(first.IsSupersetOf(second)); in TEST_F()
[all …]
/external/libcxx/test/std/re/re.alg/re.alg.search/
Decma.pass.cpp44 assert(m.prefix().second == m[0].first); in main()
46 assert(m.suffix().first == m[0].second); in main()
47 assert(m.suffix().second == s+1); in main()
59 assert(m.prefix().second == m[0].first); in main()
61 assert(m.suffix().first == m[0].second); in main()
62 assert(m.suffix().second == s+2); in main()
81 assert(m.prefix().second == m[0].first); in main()
83 assert(m.suffix().first == m[0].second); in main()
84 assert(m.suffix().second == s+3); in main()
103 assert(m.prefix().second == m[0].first); in main()
[all …]
Dextended.pass.cpp44 assert(m.prefix().second == m[0].first); in main()
46 assert(m.suffix().first == m[0].second); in main()
47 assert(m.suffix().second == s+1); in main()
59 assert(m.prefix().second == m[0].first); in main()
61 assert(m.suffix().first == m[0].second); in main()
62 assert(m.suffix().second == s+2); in main()
81 assert(m.prefix().second == m[0].first); in main()
83 assert(m.suffix().first == m[0].second); in main()
84 assert(m.suffix().second == s+3); in main()
103 assert(m.prefix().second == m[0].first); in main()
[all …]
Dbasic.pass.cpp50 assert(m.prefix().second == m[0].first); in main()
52 assert(m.suffix().first == m[0].second); in main()
53 assert(m.suffix().second == s+1); in main()
65 assert(m.prefix().second == m[0].first); in main()
67 assert(m.suffix().first == m[0].second); in main()
68 assert(m.suffix().second == s+2); in main()
87 assert(m.prefix().second == m[0].first); in main()
89 assert(m.suffix().first == m[0].second); in main()
90 assert(m.suffix().second == s+3); in main()
109 assert(m.prefix().second == m[0].first); in main()
[all …]
/external/libcxx/test/std/containers/associative/map/map.ops/
Dequal_range.pass.cpp46 assert(r.second == next(m.begin(), 1)); in main()
49 assert(r.second == next(m.begin(), 2)); in main()
52 assert(r.second == next(m.begin(), 3)); in main()
55 assert(r.second == next(m.begin(), 4)); in main()
58 assert(r.second == next(m.begin(), 5)); in main()
61 assert(r.second == next(m.begin(), 6)); in main()
64 assert(r.second == next(m.begin(), 7)); in main()
67 assert(r.second == next(m.begin(), 8)); in main()
70 assert(r.second == next(m.begin(), 0)); in main()
73 assert(r.second == next(m.begin(), 1)); in main()
[all …]
/external/libcxx/test/std/containers/associative/map/map.modifiers/
Derase_key.pass.cpp44 assert(m.begin()->second == 1.5); in main()
46 assert(next(m.begin())->second == 2.5); in main()
48 assert(next(m.begin(), 2)->second == 3.5); in main()
50 assert(next(m.begin(), 3)->second == 4.5); in main()
52 assert(next(m.begin(), 4)->second == 5.5); in main()
54 assert(next(m.begin(), 5)->second == 6.5); in main()
56 assert(next(m.begin(), 6)->second == 7.5); in main()
58 assert(next(m.begin(), 7)->second == 8.5); in main()
64 assert(m.begin()->second == 1.5); in main()
66 assert(next(m.begin())->second == 2.5); in main()
[all …]
/external/libcxx/test/std/containers/associative/set/
Dequal_range.pass.cpp45 assert(r.second == next(m.begin(), 1)); in main()
48 assert(r.second == next(m.begin(), 2)); in main()
51 assert(r.second == next(m.begin(), 3)); in main()
54 assert(r.second == next(m.begin(), 4)); in main()
57 assert(r.second == next(m.begin(), 5)); in main()
60 assert(r.second == next(m.begin(), 6)); in main()
63 assert(r.second == next(m.begin(), 7)); in main()
66 assert(r.second == next(m.begin(), 8)); in main()
69 assert(r.second == next(m.begin(), 0)); in main()
72 assert(r.second == next(m.begin(), 1)); in main()
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/std/re/re.alg/re.alg.search/
Decma.pass.cpp34 assert(m.prefix().second == m[0].first); in main()
36 assert(m.suffix().first == m[0].second); in main()
37 assert(m.suffix().second == s+1); in main()
49 assert(m.prefix().second == m[0].first); in main()
51 assert(m.suffix().first == m[0].second); in main()
52 assert(m.suffix().second == s+2); in main()
71 assert(m.prefix().second == m[0].first); in main()
73 assert(m.suffix().first == m[0].second); in main()
74 assert(m.suffix().second == s+3); in main()
93 assert(m.prefix().second == m[0].first); in main()
[all …]
Dextended.pass.cpp34 assert(m.prefix().second == m[0].first); in main()
36 assert(m.suffix().first == m[0].second); in main()
37 assert(m.suffix().second == s+1); in main()
49 assert(m.prefix().second == m[0].first); in main()
51 assert(m.suffix().first == m[0].second); in main()
52 assert(m.suffix().second == s+2); in main()
71 assert(m.prefix().second == m[0].first); in main()
73 assert(m.suffix().first == m[0].second); in main()
74 assert(m.suffix().second == s+3); in main()
93 assert(m.prefix().second == m[0].first); in main()
[all …]
Dawk.pass.cpp34 assert(m.prefix().second == m[0].first); in main()
36 assert(m.suffix().first == m[0].second); in main()
37 assert(m.suffix().second == s+1); in main()
49 assert(m.prefix().second == m[0].first); in main()
51 assert(m.suffix().first == m[0].second); in main()
52 assert(m.suffix().second == s+2); in main()
71 assert(m.prefix().second == m[0].first); in main()
73 assert(m.suffix().first == m[0].second); in main()
74 assert(m.suffix().second == s+3); in main()
93 assert(m.prefix().second == m[0].first); in main()
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/associative/map/map.modifiers/
Derase_key.pass.cpp44 assert(m.begin()->second == 1.5); in main()
46 assert(std::next(m.begin())->second == 2.5); in main()
48 assert(std::next(m.begin(), 2)->second == 3.5); in main()
50 assert(std::next(m.begin(), 3)->second == 4.5); in main()
52 assert(std::next(m.begin(), 4)->second == 5.5); in main()
54 assert(std::next(m.begin(), 5)->second == 6.5); in main()
56 assert(std::next(m.begin(), 6)->second == 7.5); in main()
58 assert(std::next(m.begin(), 7)->second == 8.5); in main()
64 assert(m.begin()->second == 1.5); in main()
66 assert(std::next(m.begin())->second == 2.5); in main()
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/associative/map/map.ops/
Dequal_range.pass.cpp45 assert(r.second == std::next(m.begin(), 1)); in main()
48 assert(r.second == std::next(m.begin(), 2)); in main()
51 assert(r.second == std::next(m.begin(), 3)); in main()
54 assert(r.second == std::next(m.begin(), 4)); in main()
57 assert(r.second == std::next(m.begin(), 5)); in main()
60 assert(r.second == std::next(m.begin(), 6)); in main()
63 assert(r.second == std::next(m.begin(), 7)); in main()
66 assert(r.second == std::next(m.begin(), 8)); in main()
69 assert(r.second == std::next(m.begin(), 0)); in main()
72 assert(r.second == std::next(m.begin(), 1)); in main()
[all …]
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
Derase_key.pass.cpp60 assert(std::distance(eq.first, eq.second) == 2); in main()
63 assert(k->second == "one"); in main()
66 assert(k->second == "four"); in main()
68 assert(std::distance(eq.first, eq.second) == 2); in main()
71 assert(k->second == "two"); in main()
74 assert(k->second == "four"); in main()
76 assert(std::distance(eq.first, eq.second) == 1); in main()
79 assert(k->second == "three"); in main()
81 assert(std::distance(eq.first, eq.second) == 1); in main()
84 assert(k->second == "four"); in main()
[all …]
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
Derase_iter.pass.cpp53 assert(m.begin()->second == 1); in main()
55 assert(next(m.begin())->second == 1.5); in main()
57 assert(next(m.begin(), 2)->second == 2); in main()
59 assert(next(m.begin(), 3)->second == 1.5); in main()
61 assert(next(m.begin(), 4)->second == 2); in main()
63 assert(next(m.begin(), 5)->second == 1); in main()
65 assert(next(m.begin(), 6)->second == 1.5); in main()
67 assert(next(m.begin(), 7)->second == 2); in main()
73 assert(next(m.begin(), 0)->second == 1.5); in main()
75 assert(next(m.begin(), 1)->second == 2); in main()
[all …]

12345678910>>...504