Searched defs:DataType (Results 1 - 25 of 41) sorted by relevance

12

/external/ImageMagick/MagickCore/
H A Dmime-private.h32 } DataType; typedef in typeref:enum:__anon66
/external/opencv3/modules/core/include/opencv2/core/
H A Dtraits.hpp66 The DataType class is basically used to provide a description of such primitive data types without
69 DataType itself that is used but its specialized versions, such as:
71 template<> class DataType<uchar>
79 template<typename _Tp> DataType<std::complex<_Tp> >
95 Mat A(30, 40, DataType<float>::type);
103 defines the proper specialized template class DataType\<complex\<_Tp\> \> . This mechanism is also
106 template<typename _Tp> class DataType class in namespace:cv
121 template<> class DataType<bool> class in namespace:cv
136 template<> class DataType<uchar> class in namespace:cv
151 template<> class DataType<scha class in namespace:cv
166 template<> class DataType<char> class in namespace:cv
181 template<> class DataType<ushort> class in namespace:cv
196 template<> class DataType<short> class in namespace:cv
211 template<> class DataType<int> class in namespace:cv
226 template<> class DataType<float> class in namespace:cv
241 template<> class DataType<double> class in namespace:cv
[all...]
H A Daffine.hpp148 template<typename _Tp> class DataType< Affine3<_Tp> > class in namespace:cv
152 typedef Affine3<typename DataType<_Tp>::work_type> work_type;
156 depth = DataType<channel_type>::depth,
158 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
205 CV_Assert(data.type() == cv::DataType<T>::type);
277 CV_Assert(data.type() == cv::DataType<T>::type);
491 cv::Mat(4, 4, cv::DataType<T>::type, affine.matrix().data()).copyTo(matrix);
498 cv::Mat(4, 4, cv::DataType<T>::type, a.matrix().data()).copyTo(matrix);
505 cv::Mat hdr(4, 4, cv::DataType<T>::type, r.matrix().data());
H A Dcvstd.inl.hpp58 template<typename _Tp> class DataType< std::complex<_Tp> > class in namespace:cv
66 depth = DataType<channel_type>::depth,
68 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
H A Dmat.inl.hpp78 { init(FIXED_TYPE + STD_VECTOR + DataType<_Tp>::type + ACCESS_READ, &vec); }
82 { init(FIXED_TYPE + STD_BOOL_VECTOR + DataType<bool>::type + ACCESS_READ, &vec); }
86 { init(FIXED_TYPE + STD_VECTOR_VECTOR + DataType<_Tp>::type + ACCESS_READ, &vec); }
90 { init(FIXED_TYPE + STD_VECTOR_MAT + DataType<_Tp>::type + ACCESS_READ, &vec); }
94 { init(FIXED_TYPE + FIXED_SIZE + MATX + DataType<_Tp>::type + ACCESS_READ, &mtx, Size(n, m)); }
98 { init(FIXED_TYPE + FIXED_SIZE + MATX + DataType<_Tp>::type + ACCESS_READ, vec, Size(n, 1)); }
102 { init(FIXED_TYPE + MAT + DataType<_Tp>::type + ACCESS_READ, &m); }
145 { init(FIXED_TYPE + STD_VECTOR + DataType<_Tp>::type + ACCESS_WRITE, &vec); }
153 { init(FIXED_TYPE + STD_VECTOR_VECTOR + DataType<_Tp>::type + ACCESS_WRITE, &vec); }
157 { init(FIXED_TYPE + STD_VECTOR_MAT + DataType<_T
1273 Mat_(const Vec<typename DataType<_Tp>::channel_type, n>& vec, bool copyData) argument
1282 Mat_(const Matx<typename DataType<_Tp>::channel_type, m, n>& M, bool copyData) argument
[all...]
H A Dmatx.hpp89 enum { depth = DataType<_Tp>::depth,
231 template<typename _Tp, int m, int n> class DataType< Matx<_Tp, m, n> > class in namespace:cv
235 typedef Matx<typename DataType<_Tp>::work_type, m, n> work_type;
240 depth = DataType<channel_type>::depth,
242 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
389 template<typename _Tp, int cn> class DataType< Vec<_Tp, cn> > class in namespace:cv
393 typedef Vec<typename DataType<_Tp>::work_type, cn> work_type;
398 depth = DataType<channel_type>::depth,
400 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
841 return normType == NORM_INF ? (double)normInf<_Tp, typename DataType<_T
[all...]
H A Dtypes.hpp92 template<typename _Tp> class DataType< Complex<_Tp> > class in namespace:cv
100 depth = DataType<channel_type>::depth,
102 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
183 template<typename _Tp> class DataType< Point_<_Tp> > class in namespace:cv
187 typedef Point_<typename DataType<_Tp>::work_type> work_type;
191 depth = DataType<channel_type>::depth,
193 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
250 template<typename _Tp> class DataType< Point3_<_Tp> > class in namespace:cv
254 typedef Point3_<typename DataType<_Tp>::work_type> work_type;
258 depth = DataType<channel_typ
310 template<typename _Tp> class DataType< Size_<_Tp> > class in namespace:cv
411 template<typename _Tp> class DataType< Rect_<_Tp> > class in namespace:cv
487 template<> class DataType< RotatedRect > class in namespace:cv
543 template<> class DataType<Range> class in namespace:cv
599 template<typename _Tp> class DataType< Scalar_<_Tp> > class in namespace:cv
702 template<> class DataType<KeyPoint> class in namespace:cv
745 template<> class DataType<DMatch> class in namespace:cv
867 template<> class DataType<Moments> class in namespace:cv
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_parameter.h75 GLenum DataType; /**< GL_FLOAT, GL_FLOAT_VEC2, etc */ member in struct:gl_program_parameter
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
H A Dvec_traits.hpp187 // DataType
191 template <> class DataType<uint> class in namespace:cv
207 template <> class DataType< _depth_type ## _channel_num > \
215 depth = DataType<channel_type>::depth, \
217 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8), \
259 template<> class DataType<char1> class in namespace:cv
268 depth = DataType<channel_type>::depth,
270 fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
275 template<> class DataType<char2> class in namespace:cv
284 depth = DataType<channel_typ
291 template<> class DataType<char3> class in namespace:cv
307 template<> class DataType<char4> class in namespace:cv
[all...]
/external/gemmlowp/internal/
H A Doutput.h52 // with DataType=int32x4_t, Rows=4, Cols=1. MapOrder doesn't matter for
58 typedef tDataType DataType; typedef in struct:gemmlowp::Fragment
64 Fragment(const DataType& d) : data(d) {}
65 operator DataType() const { return data; }
67 DataType data;
232 typedef typename InputType::DataType DataType; typedef in struct:gemmlowp::OutputStageTanhEvalImpl
252 ToFixedPoint<DataType, 0>(inverse_amplitude_normalized_double);
261 ToFixedPoint<DataType, 0>(amplitude_normalized_double);
267 typedef FixedPoint<DataType,
[all...]
/external/libchrome/dbus/
H A Dmessage.h67 enum DataType { enum in class:dbus::Message
466 Message::DataType GetDataType();
/external/mesa3d/src/mesa/main/
H A Dformats.c55 GLenum DataType; member in struct:gl_format_info
86 GL_NONE, /* DataType */
95 GL_UNSIGNED_NORMALIZED, /* DataType */
104 GL_UNSIGNED_NORMALIZED, /* DataType */
113 GL_UNSIGNED_NORMALIZED, /* DataType */
122 GL_UNSIGNED_NORMALIZED, /* DataType */
131 GL_UNSIGNED_NORMALIZED, /* DataType */
140 GL_UNSIGNED_NORMALIZED, /* DataType */
149 GL_UNSIGNED_NORMALIZED, /* DataType */
158 GL_UNSIGNED_NORMALIZED, /* DataType */
[all...]
/external/skia/experimental/Networking/
H A DSkSockets.h36 enum DataType { enum in class:SkSocket
58 int writePacket(void* data, size_t size, DataType type = kPipeAppend_type);
74 DataType type, void*), void* context);
97 DataType type;
/external/llvm/include/llvm/Support/
H A DCommandLine.h369 template <class DataType> struct OptionValue;
373 template <class DataType, bool isClass>
376 typedef OptionValue<DataType> WrapperType;
380 const DataType &getValue() const { llvm_unreachable("no default value"); }
385 bool compare(const DataType & /*V*/) const { return false; }
396 template <class DataType> class OptionValueCopy : public GenericOptionValue {
397 DataType Value;
410 const DataType &getValue() const {
415 void setValue(const DataType &V) {
420 bool compare(const DataType
[all...]
/external/clang/include/clang/AST/
H A DAPValue.h114 UnionData, AddrLabelDiffData> DataType; typedef in class:clang::APValue
115 static const size_t DataSize = sizeof(DataType);
117 DataType Data;
/external/deqp/modules/glshared/
H A DglsStateQueryUtil.hpp305 enum DataType enum in namespace:deqp::gls::StateQueryUtil
348 DataType getType (void) const;
364 DataType m_type;
/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1308 bool X86TTIImpl::isLegalMaskedStore(Type *DataType) { argument
1309 return isLegalMaskedLoad(DataType);
1333 bool X86TTIImpl::isLegalMaskedScatter(Type *DataType) { argument
1334 return isLegalMaskedGather(DataType);
/external/mesa3d/src/mesa/drivers/osmesa/
H A Dosmesa.c79 GLenum DataType; member in struct:osmesa_context
418 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
424 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
432 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
438 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
448 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
454 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
464 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
467 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
477 if (osmesa->DataType
[all...]
/external/ImageMagick/coders/
H A Dmat.c103 unsigned long DataType;
899 MATLAB_HDR.DataType = ReadBlobXXXLong(image);
907 if(MATLAB_HDR.DataType == miCOMPRESSED)
911 MATLAB_HDR.DataType = ReadBlobXXXLong(image2); /* replace compressed object type. */
915 if(MATLAB_HDR.DataType!=miMATRIX) continue; /* skip another objects. */
101 unsigned long DataType; member in struct:__anon141
/external/deqp/framework/opengl/
H A DgluShaderUtil.hpp95 // DataType
97 enum DataType enum in namespace:glu
196 const char* getDataTypeName (DataType dataType);
197 int getDataTypeScalarSize (DataType dataType);
198 DataType getDataTypeScalarType (DataType dataType);
199 DataType getDataTypeFloatScalars (DataType dataType);
200 DataType getDataTypeVector (DataType scalarTyp
[all...]
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h213 bool isLegalMaskedStore(Type *DataType) { return false; } argument
215 bool isLegalMaskedLoad(Type *DataType) { return false; } argument
217 bool isLegalMaskedScatter(Type *DataType) { return false; } argument
219 bool isLegalMaskedGather(Type *DataType) { return false; } argument
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h616 template <class DataType, int FixedSize>
622 m_pData = FX_Alloc(DataType, data_size);
624 FXSYS_memset(m_Data, 0, sizeof(DataType) * FixedSize);
631 m_pData = FX_Alloc(DataType, data_size);
633 FXSYS_memset(m_Data, 0, sizeof(DataType) * FixedSize);
637 operator DataType*() { return m_pData ? m_pData : m_Data; }
640 DataType m_Data[FixedSize];
641 DataType* m_pData;
528 FXSYS_assert(index < m_nSize); return *(ObjectClass*)CFX_BasicArray::GetDataPtr(index); } ObjectClass* GetDataPtr(int index) { return (ObjectClass*)CFX_BasicArray::GetDataPtr(index); } void RemoveAt(int index) { FXSYS_assert(index < m_nSize); ((ObjectClass*)GetDataPtr(index))->~ObjectClass(); CFX_BasicArray::RemoveAt(index, 1); } void RemoveAll() { for (int i = 0; i < m_nSize; i++) { ((ObjectClass*)GetDataPtr(i))->~ObjectClass(); } CFX_BasicArray::SetSize(0); } }; typedef CFX_ObjectArray<CFX_ByteString> CFX_ByteStringArray; typedef CFX_ObjectArray<CFX_WideString> CFX_WideStringArray; class CFX_BaseSegmentedArray { public: CFX_BaseSegmentedArray(int unit_size = 1, int segment_units = 512, int index_size = 8); ~CFX_BaseSegmentedArray(); void SetUnitSize(int unit_size, int segment_units, int index_size = 8); void* Add(); void* GetAt(int index) const; void RemoveAll(); void Delete(int index, int count = 1); int GetSize() const { return m_DataSize; } int GetSegmentSize() const { return m_SegmentSize; } int GetUnitSize() const { return m_UnitSize; } void* Iterate(FX_BOOL (*callback)(void* param, void* pData), void* param) const; private: int m_UnitSize; short m_SegmentSize; uint8_t m_IndexSize; uint8_t m_IndexDepth; int m_DataSize; void* m_pIndex; void** GetIndex(int seg_index) const; void* IterateIndex(int level, int& start, void** pIndex, FX_BOOL (*callback)(void* param, void* pData), void* param) const; void* IterateSegment(const uint8_t* pSegment, int count, FX_BOOL (*callback)(void* param, void* pData), void* param) const; }; template <class ElementType> class CFX_SegmentedArray : public CFX_BaseSegmentedArray { public: CFX_SegmentedArray(int segment_units, int index_size = 8) : CFX_BaseSegmentedArray(sizeof(ElementType), segment_units, index_size) { } void Add(ElementType data) { *(ElementType*)CFX_BaseSegmentedArray::Add() = data; } ElementType& operator[](int index) { return *(ElementType*)CFX_BaseSegmentedArray::GetAt(index); } }; template <class DataType, int FixedSize> class CFX_FixedBufGrow { public: CFX_FixedBufGrow() : m_pData(NULL) {} CFX_FixedBufGrow(int data_size) : m_pData(NULL) { if (data_size > FixedSize) argument
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h150 enum DataType enum in namespace:nv50_ir
317 DataType type; // mainly for pretty printing
465 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const = 0;
514 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
536 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
539 int print(char *, size_t, Value *, Value *, DataType ty = TYPE_NONE) const;
565 ImmediateValue(const ImmediateValue *, DataType ty);
589 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
596 Instruction(Function *, operation, DataType);
646 inline void setType(DataType typ
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h207 unsigned DataType : 4; /**< one of TGSI_IMM_x */ member in struct:tgsi_immediate
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1276 /// for the given \p DataType and kind of access to \p Ptr.
1277 bool isLegalMaskedStore(Type *DataType, Value *Ptr) { argument
1278 return isConsecutivePtr(Ptr) && TTI->isLegalMaskedStore(DataType);
1281 /// for the given \p DataType and kind of access to \p Ptr.
1282 bool isLegalMaskedLoad(Type *DataType, Value *Ptr) { argument
1283 return isConsecutivePtr(Ptr) && TTI->isLegalMaskedLoad(DataType);

Completed in 2373 milliseconds

12