HomeSort by relevance Sort by last modified time
    Searched full:set_union (Results 1 - 20 of 20) sorted by null

  /external/stlport/test/unit/
setunion_test.cpp 43 set_union((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result);
62 set_union(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /ndk/tests/device/test-gnustl-full/unit/
setunion_test.cpp 43 set_union((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result);
62 set_union(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /ndk/tests/device/test-stlport/unit/
setunion_test.cpp 43 set_union((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result);
62 set_union(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 113 set_union
525 // set_union
758 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
763 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
stl_tree.h 79 // (set_union, etc.)
    [all...]
stl_algo.h 360 // set_union
5543 set_union(_InputIterator1 __first1, _InputIterator1 __last1, function
5610 set_union(_InputIterator1 __first1, _InputIterator1 __last1, function
    [all...]
  /ndk/build/gmsl/
gmsl-tests 279 $(call start_test,set_union)
280 $(call test_assert,$(call set_union,,),)
281 $(call test_assert,$(call set_union,1 2,),1 2)
282 $(call test_assert,$(call set_union,,3 4),3 4)
283 $(call test_assert,$(call set_union,1 2,3 4),1 2 3 4)
284 $(call test_assert,$(call set_union,1 2 3,3 4 5),1 2 3 4 5)
index.html 254 <hr><b>set_union</b><br>
__gmsl 453 # Function: set_union
458 set_union = $(__gmsl_tr2)$(sort $1 $2)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algorithmfwd.h 692 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter,
698 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, Predicate,
703 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
708 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate);
algo.h 370 set_union(InputIterator1 begin1, InputIterator1 end1, function in namespace:std::__parallel
373 { return _GLIBCXX_STD_P::set_union(begin1, end1, begin2, end2, out); }
379 set_union(InputIterator1 begin1, InputIterator1 end1, function in namespace:std::__parallel
383 { return _GLIBCXX_STD_P::set_union(begin1, end1,
395 { return _GLIBCXX_STD_P::set_union(begin1, end1,
398 // Parallel set_union for random access iterators
416 return _GLIBCXX_STD_P::set_union(begin1, end1,
424 set_union(InputIterator1 begin1, InputIterator1 end1, function in namespace:std::__parallel
448 set_union(InputIterator1 begin1, InputIterator1 end1, function in namespace:std::__parallel
    [all...]
settings.h 222 /// Minimal input size for set_union.
  /external/stlport/stlport/stl/
_algo.h 600 // Set algorithms: includes, set_union, set_intersection, set_difference,
614 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
620 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
_algo.c 1646 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1, function
1655 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1, function
    [all...]
_tree.h 44 performance when used with the generic set algorithms (set_union,
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 600 // Set algorithms: includes, set_union, set_intersection, set_difference,
614 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
620 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
_algo.c 1646 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1, function
1655 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1, function
    [all...]
_tree.h 44 performance when used with the generic set algorithms (set_union,
  /external/libpcap/
optimize.c 201 #define SET_UNION(a, b, n)\
353 SET_UNION(JT(b)->closure, b->closure, nodewords);
354 SET_UNION(JF(b)->closure, b->closure, nodewords);
    [all...]
  /ndk/build/core/
definitions.mk 755 $(eval LOCAL_SRC_TAG.$2 := $(call set_union,$1,$(LOCAL_SRC_TAG.$2))) \
    [all...]

Completed in 451 milliseconds