Home
last modified time | relevance | path

Searched refs:CDF_EPOCH16 (Results 1 – 23 of 23) sorted by relevance

/dports/science/cdf/cdf33_0-dist/src/tools/
H A Dtoolbox3.c1096 case CDF_EPOCH16: {
1145 case CDF_EPOCH16: {
1194 case CDF_EPOCH16: {
1243 case CDF_EPOCH16: {
2517 case CDF_EPOCH16:
2566 case CDF_EPOCH16:
2615 case CDF_EPOCH16:
2664 case CDF_EPOCH16:
2713 case CDF_EPOCH16:
2762 case CDF_EPOCH16:
[all …]
H A Dcdfcmp.c1439 (!doubleSet && (entryDataType1 == CDF_EPOCH16)) ||
1445 (doubleSet && (entryDataType1 == CDF_EPOCH16))) &&
1902 (!doubleSet && (varDataType1 == CDF_EPOCH16)) ||
1908 (doubleSet && (varDataType1 == CDF_EPOCH16))) &&
2017 (!doubleSet && (varDataType1 == CDF_EPOCH16)) ||
2023 (doubleSet && (varDataType1 == CDF_EPOCH16))) &&
2102 (!doubleSet && (varDataType1 == CDF_EPOCH16)) ||
2108 (doubleSet && (varDataType1 == CDF_EPOCH16))) &&
2177 (!doubleSet && (varDataType1 == CDF_EPOCH16)) ||
2183 (doubleSet && (varDataType1 == CDF_EPOCH16))) &&
[all …]
H A Dtoolbox1.c563 EncodeValue (CDF_EPOCH16, binary, tText, style);
725 case CDF_EPOCH16:
H A Dcdf2skt.c1272 case CDF_EPOCH16: return "CDF_EPOCH16";
H A Dskt2cdf.c1581 else if (vDataType == CDF_EPOCH16)
H A Dcdfxp1.c3742 case CDF_EPOCH16: /* Based on EPOCH, it only shows 1 of 2 doubles.*/
3786 case CDF_EPOCH16: /* Based on EPOCH, it only shows 1 of 2 doubles.*/
H A Dcdfxp.c4339 case CDF_EPOCH16: /* Format (C/Fortran) style. */
/dports/science/cdf/cdf33_0-dist/src/lib/
H A Dcdfvalid.c134 case CDF_EPOCH16: return TRUE;
H A Dcdfmisc2.c1651 case CDF_EPOCH16:
1917 case CDF_EPOCH16: return 16;
1986 case CDF_EPOCH16:
1988 case CDF_EPOCH16:
H A Dcdfget.c609 tDataType = CDF_EPOCH16;
1683 FLOAT16dataType(tValue)) tValue = CDF_EPOCH16;
H A Dcdfget64.c694 tDataType = CDF_EPOCH16;
1771 FLOAT16dataType(tValue)) tValue = CDF_EPOCH16;
H A Dcdfed.c569 case CDF_EPOCH16: {
1174 case CDF_EPOCH16: {
/dports/science/cdf/cdf33_0-dist/src/tests/
H A Dqst2ifEPOCH16.f67 . VAR_DATA_TYPE/CDF_EPOCH16/, VAR_NUM_ELEMENTS/1/,
H A Dqst2icEPOCH16.c133 status = CDFlib (CREATE_, zVAR_, "myEPOCH", CDF_EPOCH16, 1L, in main()
/dports/science/cdf/cdf33_0-dist/src/include/
H A Dcdfdf.inc28 C V3.5 08-Apr-04, M Liu Added new data type CDF_EPOCH16 and some
130 INTEGER*4 CDF_EPOCH16
131 PARAMETER (CDF_EPOCH16 = 32)
H A Dcdf.inc28 C V3.5 08-Apr-04, M Liu Added new data type CDF_EPOCH16 and some
132 INTEGER*4 CDF_EPOCH16
133 PARAMETER (CDF_EPOCH16 = 32)
H A Dcdfmsf.inc13 C V1.3 08-Apr-04, M Liu Added new data type CDF_EPOCH16 and some
H A Dcdfdvf3.inc11 C V1.1 08-Apr-04, M Liu Added new data type CDF_EPOCH16 and some
H A Dcdfdvf2.inc11 C V1.1 08-Apr-04, M Liu Added new data type CDF_EPOCH16 and some
H A Dcdfdist.h776 #define EPOCH16dataType(dataType) (dataType == CDF_EPOCH16)
H A Dcdfdvf.inc11 C V1.1 08-Apr-04, M Liu Added new data type CDF_EPOCH16 and some
H A Dcdf.h102 #define CDF_EPOCH16 32L /* Extended style. */ macro
H A Dcdflib.h704 (dataType == CDF_EPOCH16)