HomeSort by relevance Sort by last modified time
    Searched full:_dst (Results 1 - 25 of 34) sorted by null

1 2

  /external/stlport/stlport/stl/
type_traits.h 315 template <class _ArePtrs, class _Src, class _Dst>
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
319 template <class _Src, class _Dst>
320 struct _IsCVConvertibleIf<__false_type, _Src, _Dst>
326 template <class _Src, class _Dst>
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
333 template <class _Src, class _Dst>
338 template <class _ArePtrs, class _Src, class _Dst>
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret;
346 template <class _ArePtrs, class _Src, class _Dst>
    [all...]
type_manips.h 169 template <class _Src, class _Dst>
172 static _Dst* __null_dst();
179 template <class _Src, class _Dst>
181 typedef typename _AreSameTypes<_Src, _Dst>::_Ret _Tr1;
182 typedef typename _IsUnQual<_Dst>::_Ret _Tr2;
188 template <class _Src, class _Dst>
197 * from the _Src type to the _Dst type is right considering qualifiers. If _Src and
198 * _Dst types are the same unqualified types _Ret will be false if:
200 * - _Dst is const qualified
202 template <class _Src, class _Dst>
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 315 template <class _ArePtrs, class _Src, class _Dst>
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
319 template <class _Src, class _Dst>
320 struct _IsCVConvertibleIf<__false_type, _Src, _Dst>
326 template <class _Src, class _Dst>
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
333 template <class _Src, class _Dst>
338 template <class _ArePtrs, class _Src, class _Dst>
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret;
346 template <class _ArePtrs, class _Src, class _Dst>
    [all...]
type_manips.h 169 template <class _Src, class _Dst>
172 static _Dst* __null_dst();
179 template <class _Src, class _Dst>
181 typedef typename _AreSameTypes<_Src, _Dst>::_Ret _Tr1;
182 typedef typename _IsUnQual<_Dst>::_Ret _Tr2;
188 template <class _Src, class _Dst>
197 * from the _Src type to the _Dst type is right considering qualifiers. If _Src and
198 * _Dst types are the same unqualified types _Ret will be false if:
200 * - _Dst is const qualified
202 template <class _Src, class _Dst>
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 315 template <class _ArePtrs, class _Src, class _Dst>
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
319 template <class _Src, class _Dst>
320 struct _IsCVConvertibleIf<__false_type, _Src, _Dst>
326 template <class _Src, class _Dst>
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
333 template <class _Src, class _Dst>
338 template <class _ArePtrs, class _Src, class _Dst>
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret;
346 template <class _ArePtrs, class _Src, class _Dst>
    [all...]
type_manips.h 169 template <class _Src, class _Dst>
172 static _Dst* __null_dst();
179 template <class _Src, class _Dst>
181 typedef typename _AreSameTypes<_Src, _Dst>::_Ret _Tr1;
182 typedef typename _IsUnQual<_Dst>::_Ret _Tr2;
188 template <class _Src, class _Dst>
197 * from the _Src type to the _Dst type is right considering qualifiers. If _Src and
198 * _Dst types are the same unqualified types _Ret will be false if:
200 * - _Dst is const qualified
202 template <class _Src, class _Dst>
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 315 template <class _ArePtrs, class _Src, class _Dst>
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
319 template <class _Src, class _Dst>
320 struct _IsCVConvertibleIf<__false_type, _Src, _Dst>
326 template <class _Src, class _Dst>
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
333 template <class _Src, class _Dst>
338 template <class _ArePtrs, class _Src, class _Dst>
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret;
346 template <class _ArePtrs, class _Src, class _Dst>
    [all...]
type_manips.h 169 template <class _Src, class _Dst>
172 static _Dst* __null_dst();
179 template <class _Src, class _Dst>
181 typedef typename _AreSameTypes<_Src, _Dst>::_Ret _Tr1;
182 typedef typename _IsUnQual<_Dst>::_Ret _Tr2;
188 template <class _Src, class _Dst>
197 * from the _Src type to the _Dst type is right considering qualifiers. If _Src and
198 * _Dst types are the same unqualified types _Ret will be false if:
200 * - _Dst is const qualified
202 template <class _Src, class _Dst>
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 315 template <class _ArePtrs, class _Src, class _Dst>
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
319 template <class _Src, class _Dst>
320 struct _IsCVConvertibleIf<__false_type, _Src, _Dst>
326 template <class _Src, class _Dst>
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
333 template <class _Src, class _Dst>
338 template <class _ArePtrs, class _Src, class _Dst>
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret;
346 template <class _ArePtrs, class _Src, class _Dst>
    [all...]
type_manips.h 169 template <class _Src, class _Dst>
172 static _Dst* __null_dst();
179 template <class _Src, class _Dst>
181 typedef typename _AreSameTypes<_Src, _Dst>::_Ret _Tr1;
182 typedef typename _IsUnQual<_Dst>::_Ret _Tr2;
188 template <class _Src, class _Dst>
197 * from the _Src type to the _Dst type is right considering qualifiers. If _Src and
198 * _Dst types are the same unqualified types _Ret will be false if:
200 * - _Dst is const qualified
202 template <class _Src, class _Dst>
    [all...]
  /bootable/bootloader/legacy/libc/
memcpy.c 29 void *memcpy(void *_dst, const void *_src, unsigned len)
31 unsigned char *dst = _dst;
36 return _dst;
  /external/libvpx/
y4minput.c 147 static void y4m_42xmpeg2_42xjpeg_helper(unsigned char *_dst,
156 _dst[x]=(unsigned char)OC_CLAMPI(0,(4*_src[0]-17*_src[OC_MAXI(x-1,0)]+
161 _dst[x]=(unsigned char)OC_CLAMPI(0,(4*_src[x-2]-17*_src[x-1]+
165 _dst[x]=(unsigned char)OC_CLAMPI(0,(4*_src[x-2]-17*_src[x-1]+
169 _dst+=_c_w;
175 static void y4m_convert_42xmpeg2_42xjpeg(y4m_input *_y4m,unsigned char *_dst,
184 _dst+=_y4m->pic_w*_y4m->pic_h;
190 y4m_42xmpeg2_42xjpeg_helper(_dst,_aux,c_w,c_h);
191 _dst+=c_sz;
239 static void y4m_convert_42xpaldv_42xjpeg(y4m_input *_y4m,unsigned char *_dst,
    [all...]
y4minput.h 26 unsigned char *_dst,unsigned char *_src);
  /external/opencv/cv/src/
cvundistort.cpp 109 cvUndistort2( const CvArr* _src, CvArr* _dst, const CvMat* A, const CvMat* dist_coeffs )
120 CvMat dststub, *dst = (CvMat*)_dst;
371 cvUndistortPoints( const CvMat* _src, CvMat* _dst, const CvMat* _cameraMatrix,
390 CV_ASSERT( CV_IS_MAT(_src) && CV_IS_MAT(_dst) &&
392 (_dst->rows == 1 || _dst->cols == 1) &&
393 CV_ARE_SIZES_EQ(_src, _dst) &&
395 (CV_MAT_TYPE(_dst->type) == CV_32FC2 || CV_MAT_TYPE(_dst->type) == CV_64FC2));
426 dstf = (CvPoint2D32f*)_dst->data.ptr
    [all...]
cvcanny.cpp 343 uchar* _dst = dst->data.ptr + dst->step*i; local
346 _dst[j] = (uchar)-(_map[j] >> 1);
  /external/qemu/android/build/
definitions.make 164 _DST := $$(LIBS_DIR)/$$(_SRC1)
165 LIBRARIES += $$(_DST)
166 $$(_DST): PRIVATE_DST := $$(_DST)
167 $$(_DST): PRIVATE_SRC := $$(_SRC)
168 $$(_DST): $$(_SRC)
  /external/stlport/test/unit/
type_traits_test.cpp 138 template <typename _Src, typename _Dst>
139 int is_convertible(_Src, _Dst) {
141 typedef typename _IsConvertible<_Src, _Dst>::_Ret _Ret;
143 enum { _Is = _IsConvertible<_Src, _Dst>::value };
149 template <typename _Src, typename _Dst>
150 int is_cv_convertible(_Src, _Dst) {
152 typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret;
154 enum { _Is = _IsCVConvertible<_Src, _Dst>::value };
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 138 template <typename _Src, typename _Dst>
139 int is_convertible(_Src, _Dst) {
141 typedef typename _IsConvertible<_Src, _Dst>::_Ret _Ret;
143 enum { _Is = _IsConvertible<_Src, _Dst>::value };
149 template <typename _Src, typename _Dst>
150 int is_cv_convertible(_Src, _Dst) {
152 typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret;
154 enum { _Is = _IsCVConvertible<_Src, _Dst>::value };
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 138 template <typename _Src, typename _Dst>
139 int is_convertible(_Src, _Dst) {
141 typedef typename _IsConvertible<_Src, _Dst>::_Ret _Ret;
143 enum { _Is = _IsConvertible<_Src, _Dst>::value };
149 template <typename _Src, typename _Dst>
150 int is_cv_convertible(_Src, _Dst) {
152 typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret;
154 enum { _Is = _IsCVConvertible<_Src, _Dst>::value };
  /bootable/bootloader/legacy/arch_msm7k/
mddi.c 39 void wr32(void *_dst, unsigned n)
42 unsigned char *dst = _dst;
  /external/opencv/cxcore/src/
cxdxt.cpp     [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 341 void CvANN_MLP::scale_input( const CvMat* _src, CvMat* _dst ) const
344 double* dst = _dst->data.db;
369 void CvANN_MLP::scale_output( const CvMat* _src, CvMat* _dst ) const
374 int step = _dst->step;
376 if( CV_MAT_TYPE( _dst->type ) == CV_32F )
378 float* dst = _dst->data.fl;
387 double* dst = _dst->data.db;
    [all...]
ml_inner_functions.cpp 1374 uchar* _dst = dst + dst_step*(idx ? idx[i] : i); local
1385 uchar* _dst = dst + dst_step*(idx ? idx[i] : i); local
1397 uchar* _dst = dst + dst_step*(idx ? idx[i] : i); local
    [all...]
  /external/llvm/test/CodeGen/X86/
abi-isel.ll 64 ; DARWIN-32-STATIC-NEXT: movl [[EAX]], _dst
87 ; DARWIN-64-STATIC-NEXT: movq _dst@GOTPCREL(%rip), [[RCX:%r..]]
94 ; DARWIN-64-DYNAMIC-NEXT: movq _dst@GOTPCREL(%rip), [[RCX:%r..]]
101 ; DARWIN-64-PIC-NEXT: movq _dst@GOTPCREL(%rip), [[RCX:%r..]]
201 ; DARWIN-32-STATIC: movl $_dst, _ptr
220 ; DARWIN-64-STATIC: movq _dst@GOTPCREL(%rip), [[RAX:%r.x]]
226 ; DARWIN-64-DYNAMIC: movq _dst@GOTPCREL(%rip), [[RAX:%r.x]]
232 ; DARWIN-64-PIC: movq _dst@GOTPCREL(%rip), [[RAX:%r.x]]
860 ; DARWIN-32-STATIC-NEXT: movl [[EAX]], _dst+64
883 ; DARWIN-64-STATIC-NEXT: movq _dst@GOTPCREL(%rip), [[RCX:%r.x]
    [all...]
  /external/valgrind/main/none/tests/amd64/
sse4-64.c 236 #define DO_imm_r_r(_opname, _imm, _src, _dst) \
244 : /*out*/ : /*in*/ "r"(&(_src)), "r"(&(_dst)), "r"(&(_tmp)) \
249 memcpy(&rra.arg2, &(_dst), sizeof(V128)); \
254 #define DO_imm_m_r(_opname, _imm, _src, _dst) \
263 : /*out*/ : /*in*/ "r"(_srcM), "r"(&(_dst)), "r"(&(_tmp)) \
268 memcpy(&rra.arg2, &(_dst), sizeof(V128)); \
274 #define DO_imm_mandr_r(_opname, _imm, _src, _dst) \
275 DO_imm_r_r( _opname, _imm, _src, _dst ) \
276 DO_imm_m_r( _opname, _imm, _src, _dst )
282 #define DO_r_r(_opname, _src, _dst) \
    [all...]

Completed in 736 milliseconds

1 2