Searched refs:set_union (Results 1 – 14 of 14) sorted by relevance
/external/deqp/framework/delibs/decpp/ |
D | deSTLUtil.hpp | 65 C set_union (const C& s1, const C& s2) in set_union() function 68 std::set_union(s1.begin(), s1.end(), s2.begin(), s2.end(), in set_union()
|
D | deSTLUtil.cpp | 68 set<int> su = set_union(s1, s2); in STLUtil_selfTest()
|
/external/opencv3/modules/imgproc/src/ |
D | connectedcomponents.cpp | 154 LabelT set_union(LabelT *P, LabelT i, LabelT j){ in set_union() function 247 … *Lrows[0] = set_union(P, *(Lrows[G8[c][0]] + G8[c][1]), *(Lrows[G8[a][0]] + G8[a][1])); in operator ()() 251 … *Lrows[0] = set_union(P, *(Lrows[G8[c][0]] + G8[c][1]), *(Lrows[G8[d][0]] + G8[d][1])); in operator ()() 293 … *Lrows[0] = set_union(P, *(Lrows[G4[d][0]] + G4[d][1]), *(Lrows[G4[b][0]] + G4[b][1])); in operator ()()
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/ |
D | set_union.pass.cpp | 37 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa), in test() 41 ce = std::set_union(Iter1(ib), Iter1(ib+sb), in test()
|
D | set_union_comp.pass.cpp | 39 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa), in test() 43 ce = std::set_union(Iter1(ib), Iter1(ib+sb), in test()
|
/external/llvm/include/llvm/ADT/ |
D | SetOperations.h | 23 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() function
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | stl_util.h | 234 std::set_union(a1.begin(), a1.end(), in STLSetUnion()
|
/external/libchrome/base/ |
D | stl_util.h | 231 std::set_union(a1.begin(), a1.end(), in STLSetUnion()
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 2808 set_union(Data.LiveIn[&BB], Data.LiveOut[&BB]); in computeLiveInValues() 2824 set_union(LiveOut, Data.LiveIn[Succ]); in computeLiveInValues() 2837 set_union(LiveTmp, Data.LiveSet[BB]); in computeLiveInValues()
|
/external/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 1198 set_union(MInfo.regsKilled, regsKilled); in visitMachineBundleAfter() 1209 set_union(regsLive, regsDefined); regsDefined.clear(); in visitMachineBundleAfter()
|
/external/libcxx/include/ |
D | algorithm | 436 set_union(InputIterator1 first1, InputIterator1 last1, 441 set_union(InputIterator1 first1, InputIterator1 last1, 5378 // set_union 5408 set_union(_InputIterator1 __first1, _InputIterator1 __last1, 5424 set_union(_InputIterator1 __first1, _InputIterator1 __last1, 5427 return _VSTD::set_union(__first1, __last1, __first2, __last2, __result,
|
/external/llvm/utils/TableGen/ |
D | SubtargetEmitter.cpp | 1315 std::set_union(TI->ProcIndices.begin(), TI->ProcIndices.end(), in EmitSchedModelHelpers()
|
D | CodeGenSchedule.cpp | 643 std::set_union(SchedClasses[Idx].ProcIndices.begin(), in addSchedClass()
|
D | CodeGenRegisters.cpp | 1671 std::set_union(RegUnitSets[Idx].Units.begin(), in computeRegUnitSets()
|