HomeSort by relevance Sort by last modified time
    Searched refs:tr1 (Results 151 - 175 of 436) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCVPyramid.hpp 77 void push_back(NCVMatrix<T> *elem) {this->_arr.push_back(std::tr1::shared_ptr< NCVMatrix<T> >(elem));}
81 std::vector< std::tr1::shared_ptr< NCVMatrix<T> > > _arr;
  /external/opencv3/modules/imgproc/perf/
perf_morph.cpp 6 using std::tr1::make_tuple;
7 using std::tr1::get;
perf_resize.cpp 6 using std::tr1::make_tuple;
7 using std::tr1::get;
9 typedef tr1::tuple<MatType, Size, Size> MatInfo_Size_Size_t;
65 typedef tr1::tuple<MatType, Size, int> MatInfo_Size_Scale_t;
96 typedef TestBaseWithParam<tr1::tuple<MatType, Size, double> > MatInfo_Size_Scale_Area;
perf_sepfilters.cpp 6 using std::tr1::make_tuple;
7 using std::tr1::get;
17 typedef std::tr1::tuple<Size, MatType, std::tr1::tuple<int, int>, BorderType3x3> Size_MatType_dx_dy_Border3x3_t;
20 typedef std::tr1::tuple<Size, MatType, std::tr1::tuple<int, int>, BorderType3x3ROI> Size_MatType_dx_dy_Border3x3ROI_t;
23 typedef std::tr1::tuple<Size, MatType, std::tr1::tuple<int, int>, BorderType> Size_MatType_dx_dy_Border5x5_t;
26 typedef std::tr1::tuple<Size, MatType, std::tr1::tuple<int, int>, BorderTypeROI> Size_MatType_dx_dy_Border5x5ROI_t
    [all...]
perf_integral.cpp 6 using std::tr1::make_tuple;
7 using std::tr1::get;
9 typedef std::tr1::tuple<Size, MatType, MatDepth> Size_MatType_OutMatDepth_t;
perf_matchTemplate.cpp 6 using std::tr1::make_tuple;
7 using std::tr1::get;
11 typedef std::tr1::tuple<Size, Size, MethodType> ImgSize_TmplSize_Method_t;
perf_remap.cpp 7 using std::tr1::make_tuple;
8 using std::tr1::get;
12 typedef TestBaseWithParam< tr1::tuple<Size, MatType, MatType, InterType> > TestRemap;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
PrePostMDCT_v5.s 43 smull r14, r11, r4, r8 @ MULHIGH(tr1, cosa)
47 smull r7, r10, r4, r9 @ MULHIGH(tr1, sina)
49 add r11, r11, r8 @ MULHIGH(cosa, tr1) + MULHIGH(sina, ti1)@
50 sub r7, r12, r10 @ MULHIGH(ti1, cosa) - MULHIGH(tr1, sina)
97 smull r14, r11, r4, r8 @ MULHIGH(tr1, cosa)
101 smull r5, r10, r4, r9 @ MULHIGH(tr1, sina)
103 add r4, r11, r8 @ MULHIGH(cosa, tr1) + MULHIGH(sina, ti1)@
104 sub r11, r10, r12 @ MULHIGH(ti1, cosa) - MULHIGH(tr1, sina)@
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
decode_perf_test.cc 20 using std::tr1::make_tuple;
32 typedef std::tr1::tuple<const char *, unsigned> decode_perf_param_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
random_number.h 36 #include <tr1/random>
45 std::tr1::mt19937 _M_mt;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
random_number.h 36 #include <tr1/random>
45 std::tr1::mt19937 _M_mt;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
random_number.h 36 #include <tr1/random>
45 std::tr1::mt19937 _M_mt;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
random_number.h 36 #include <tr1/random>
45 std::tr1::mt19937 _M_mt;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
ptc64-1.d 19 [ ]+10:[ ]+6bf56610[ ]+ptrel/l r25,tr1
ptc64-32-1.d 15 [ ]+8:[ ]+6bf56610[ ]+ptrel/l r25,tr1
  /external/icu/icu4c/source/i18n/
basictz.cpp 68 TimeZoneTransition tr1, tr2; local
70 UBool avail1 = getNextTransition(time, FALSE, tr1);
77 && tr1.getTime() <= end
78 && (tr1.getFrom()->getRawOffset() + tr1.getFrom()->getDSTSavings()
79 == tr1.getTo()->getRawOffset() + tr1.getTo()->getDSTSavings())
80 && (tr1.getFrom()->getDSTSavings() != 0 && tr1.getTo()->getDSTSavings() != 0)) {
81 getNextTransition(tr1.getTime(), FALSE, tr1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
PrePostMDCT_v7.s 43 VLD2.I32 {d8, d9, d10, d11}, [r0] @ tr1 = *(buf0 + 0)@ ti2 = *(buf0 + 1)@
51 VQDMULH.S32 Q10, Q0, Q4 @ MULHIGH(cosa, tr1)
54 VQDMULH.S32 Q13, Q1, Q4 @ MULHIGH(sina, tr1)
56 VADD.S32 Q0, Q10, Q11 @ *buf0++ = MULHIGH(cosa, tr1) + MULHIGH(sina, ti1)@
57 VSUB.S32 Q1, Q12, Q13 @ *buf0++ = MULHIGH(cosa, ti1) - MULHIGH(sina, tr1)@
105 VLD2.I32 {d8, d9, d10, d11}, [r0] @ tr1 = *(zbuf1 + 0)@ ti1 = *(zbuf1 + 1)@
112 VQDMULH.S32 Q10, Q0, Q4 @ MULHIGH(cosa, tr1)
115 VQDMULH.S32 Q13, Q1, Q4 @ MULHIGH(sina, tr1)
117 VADD.S32 Q0, Q10, Q11 @ *buf0++ = MULHIGH(cosa, tr1) + MULHIGH(sina, ti1)@
118 VSUB.S32 Q5, Q13, Q12 @ *buf1-- = MULHIGH(sina, tr1) - MULHIGH(cosa, ti1)
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-printers.h 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments,
494 // regardless of whether tr1::tuple is implemented using the
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t,
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t,
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t
    [all...]
  /external/gtest/include/gtest/
gtest-printers.h 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments,
494 // regardless of whether tr1::tuple is implemented using the
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t,
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t,
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments,
494 // regardless of whether tr1::tuple is implemented using the
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t,
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t,
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-printers.h 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments,
494 // regardless of whether tr1::tuple is implemented using the
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t,
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t,
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-printers.h 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments,
494 // regardless of whether tr1::tuple is implemented using the
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t,
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t,
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-printers.h 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments,
494 // regardless of whether tr1::tuple is implemented using the
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t,
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t,
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t
    [all...]
  /external/libvpx/libvpx/test/
superframe_test.cc 22 typedef std::tr1::tuple<libvpx_test::TestMode,int> SuperframeTestParam;
34 const libvpx_test::TestMode mode = std::tr1::get<kTestMode>(input);
35 const int syntax = std::tr1::get<kSuperframeSyntax>(input);
  /external/opencv3/modules/core/perf/
perf_math.cpp 6 using std::tr1::make_tuple;
7 using std::tr1::get;
11 typedef std::tr1::tuple<int, int> MaxDim_MaxPoints_t;

Completed in 377 milliseconds

1 2 3 4 5 67 8 91011>>