Home
last modified time | relevance | path

Searched refs:CellType (Results 1 – 8 of 8) sorted by relevance

/external/ImageMagick/coders/
Dmat.c363 static void CalcMinMax(Image *image, int endian_indicator, int SizeX, int SizeY, size_t CellType, u… in CalcMinMax() argument
386 if (CellType==miDOUBLE) in CalcMinMax()
403 if (CellType==miSINGLE) in CalcMinMax()
882 size_t CellType; in ReadMATImage() local
1125 CellType = ReadBlobXXXLong(image2); /* Additional object type */ in ReadMATImage()
1128 "MATLAB_HDR.CellType: %.20g",(double) CellType); in ReadMATImage()
1135 switch (CellType) in ReadMATImage()
1263 if (CellType==miDOUBLE || CellType==miSINGLE) /* Find Min and Max Values for floats */ in ReadMATImage()
1266 CellType,ldblk,BImgBuff,&quantum_info->minimum, in ReadMATImage()
1297 if((CellType==miINT8 || CellType==miUINT8) && (MATLAB_HDR.StructureFlag & FLAG_LOGICAL)) in ReadMATImage()
[all …]
/external/python/cpython3/Lib/test/
Dtest_funcattrs.py87 cell_obj = types.CellType(1)
90 cell_obj = types.CellType()
/external/perfetto/protos/perfetto/trace_processor/
Dtrace_processor.proto102 enum CellType { enum
110 repeated CellType cells = 1 [packed = true];
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYLegendWidget.java42 private enum CellType { enum in XYLegendWidget
/external/python/cpython3/Lib/
Dtypes.py23 CellType = type(_cell_factory()) variable
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a2.rst100 expose the type ``cell`` in ``Lib/types.py`` under the name CellType. Patch
/external/python/cpython3/Doc/library/
Dtypes.rst158 .. data:: CellType
/external/python/cpython3/Doc/reference/
Ddatamodel.rst576 :data:`cell <types.CellType>` type can be accessed in the :mod:`types`