Home
last modified time | relevance | path

Searched refs:nrdat (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/grib/degrib/degrib/
H A Ddegrib2.cpp715 is->nrdat = 0; in IS_Init()
768 is->nrdat = 0; in IS_Free()
1064 nrdat = 10; in ReadGrib2Record()
1074 nrdat = nidat; in ReadGrib2Record()
1081 if (nrdat > IS->nrdat) { in ReadGrib2Record()
1082 IS->nrdat = nrdat; in ReadGrib2Record()
1084 IS->nrdat * sizeof (float)); in ReadGrib2Record()
1523 nrdat = 10;
1533 nrdat = nidat;
1540 if (nrdat > IS->nrdat) {
[all …]
H A Dgrib2api.h24 sInt4 *idat, sInt4 *nidat, float *rdat, sInt4 *nrdat,
33 sInt4 *idat, sInt4 *nidat, float *rdat, sInt4 *nrdat,
52 sInt4 * nrdat, sInt4 * is0, sInt4 * ns0, sInt4 * is1,
H A Dgrib2api.c134 sInt4 *nrdat) in mdl_LocalUnpack() argument
164 myAssert(*nrdat > 1); in mdl_LocalUnpack()
207 if (*nrdat < (curIndex + numVal + 3)) { in mdl_LocalUnpack()
599 sInt4 *nrdat, sInt4 *is0, sInt4 *ns0, sInt4 *is1, in pk_g2ncep() argument
798 sInt4 *idat, sInt4 *nidat, float *rdat, sInt4 *nrdat, in unpk_g2ncep() argument
982 nrdat); in unpk_g2ncep()
1523 sInt4 *idat, sInt4 *nidat, float *rdat, sInt4 *nrdat, in unpk_grib2() argument
1550 unpk_g2ncep(kfildo, ain, iain, nd2x3, idat, nidat, rdat, nrdat, is0, in unpk_grib2()
H A Ddegrib2.h39 sInt4 nrdat; /* Size of section 2 data if float. */ member
H A Dmetaparse.cpp434 static int ParseSect2_Wx (float *rdat, sInt4 nrdat, sInt4 *idat, in ParseSect2_Wx() argument
446 if (nrdat < 1) { in ParseSect2_Wx()
556 static int ParseSect2_Hazard (float *rdat, sInt4 nrdat, sInt4 *idat, in ParseSect2_Hazard() argument
571 if (nrdat < 1) { in ParseSect2_Hazard()
731 if (nrdat <= loc) { in ParseSect2_Unknown()
737 if (nrdat <= loc + groupLen) { in ParseSect2_Unknown()
749 if (nrdat <= loc) { in ParseSect2_Unknown()
755 if (nrdat <= loc + groupLen) { in ParseSect2_Unknown()
2253 float *rdat, sInt4 nrdat, sInt4 *idat, sInt4 nidat, in MetaParse() argument
2491 if ((ierr = ParseSect2_Wx (rdat, nrdat, idat, nidat, in MetaParse()
[all …]
H A Dmeta.h611 float *rdat, sInt4 nrdat, sInt4 *idat, sInt4 nidat,
/dports/graphics/gdal/gdal-3.3.3/frmts/grib/degrib/degrib/
H A Ddegrib2.cpp715 is->nrdat = 0; in IS_Init()
768 is->nrdat = 0; in IS_Free()
1064 nrdat = 10; in ReadGrib2Record()
1074 nrdat = nidat; in ReadGrib2Record()
1081 if (nrdat > IS->nrdat) { in ReadGrib2Record()
1082 IS->nrdat = nrdat; in ReadGrib2Record()
1084 IS->nrdat * sizeof (float)); in ReadGrib2Record()
1523 nrdat = 10;
1533 nrdat = nidat;
1540 if (nrdat > IS->nrdat) {
[all …]
H A Dgrib2api.h24 sInt4 *idat, sInt4 *nidat, float *rdat, sInt4 *nrdat,
33 sInt4 *idat, sInt4 *nidat, float *rdat, sInt4 *nrdat,
52 sInt4 * nrdat, sInt4 * is0, sInt4 * ns0, sInt4 * is1,
H A Dgrib2api.c134 sInt4 *nrdat) in mdl_LocalUnpack() argument
164 myAssert(*nrdat > 1); in mdl_LocalUnpack()
207 if (*nrdat < (curIndex + numVal + 3)) { in mdl_LocalUnpack()
599 sInt4 *nrdat, sInt4 *is0, sInt4 *ns0, sInt4 *is1, in pk_g2ncep() argument
798 sInt4 *idat, sInt4 *nidat, float *rdat, sInt4 *nrdat, in unpk_g2ncep() argument
982 nrdat); in unpk_g2ncep()
1523 sInt4 *idat, sInt4 *nidat, float *rdat, sInt4 *nrdat, in unpk_grib2() argument
1550 unpk_g2ncep(kfildo, ain, iain, nd2x3, idat, nidat, rdat, nrdat, is0, in unpk_grib2()
H A Ddegrib2.h39 sInt4 nrdat; /* Size of section 2 data if float. */ member
H A Dmetaparse.cpp434 static int ParseSect2_Wx (float *rdat, sInt4 nrdat, sInt4 *idat, in ParseSect2_Wx() argument
446 if (nrdat < 1) { in ParseSect2_Wx()
556 static int ParseSect2_Hazard (float *rdat, sInt4 nrdat, sInt4 *idat, in ParseSect2_Hazard() argument
571 if (nrdat < 1) { in ParseSect2_Hazard()
731 if (nrdat <= loc) { in ParseSect2_Unknown()
737 if (nrdat <= loc + groupLen) { in ParseSect2_Unknown()
749 if (nrdat <= loc) { in ParseSect2_Unknown()
755 if (nrdat <= loc + groupLen) { in ParseSect2_Unknown()
2253 float *rdat, sInt4 nrdat, sInt4 *idat, sInt4 nidat, in MetaParse() argument
2491 if ((ierr = ParseSect2_Wx (rdat, nrdat, idat, nidat, in MetaParse()
[all …]
H A Dmeta.h611 float *rdat, sInt4 nrdat, sInt4 *idat, sInt4 nidat,
/dports/graphics/py-gdal/gdal-3.3.3/frmts/grib/degrib/degrib/
H A Ddegrib2.cpp715 is->nrdat = 0; in IS_Init()
768 is->nrdat = 0; in IS_Free()
1064 nrdat = 10; in ReadGrib2Record()
1074 nrdat = nidat; in ReadGrib2Record()
1081 if (nrdat > IS->nrdat) { in ReadGrib2Record()
1082 IS->nrdat = nrdat; in ReadGrib2Record()
1084 IS->nrdat * sizeof (float)); in ReadGrib2Record()
1523 nrdat = 10;
1533 nrdat = nidat;
1540 if (nrdat > IS->nrdat) {
[all …]
H A Dgrib2api.h24 sInt4 *idat, sInt4 *nidat, float *rdat, sInt4 *nrdat,
33 sInt4 *idat, sInt4 *nidat, float *rdat, sInt4 *nrdat,
52 sInt4 * nrdat, sInt4 * is0, sInt4 * ns0, sInt4 * is1,
H A Dgrib2api.c134 sInt4 *nrdat) in mdl_LocalUnpack() argument
164 myAssert(*nrdat > 1); in mdl_LocalUnpack()
207 if (*nrdat < (curIndex + numVal + 3)) { in mdl_LocalUnpack()
599 sInt4 *nrdat, sInt4 *is0, sInt4 *ns0, sInt4 *is1, in pk_g2ncep() argument
798 sInt4 *idat, sInt4 *nidat, float *rdat, sInt4 *nrdat, in unpk_g2ncep() argument
982 nrdat); in unpk_g2ncep()
1523 sInt4 *idat, sInt4 *nidat, float *rdat, sInt4 *nrdat, in unpk_grib2() argument
1550 unpk_g2ncep(kfildo, ain, iain, nd2x3, idat, nidat, rdat, nrdat, is0, in unpk_grib2()
H A Ddegrib2.h39 sInt4 nrdat; /* Size of section 2 data if float. */ member
H A Dmetaparse.cpp434 static int ParseSect2_Wx (float *rdat, sInt4 nrdat, sInt4 *idat, in ParseSect2_Wx() argument
446 if (nrdat < 1) { in ParseSect2_Wx()
556 static int ParseSect2_Hazard (float *rdat, sInt4 nrdat, sInt4 *idat, in ParseSect2_Hazard() argument
571 if (nrdat < 1) { in ParseSect2_Hazard()
731 if (nrdat <= loc) { in ParseSect2_Unknown()
737 if (nrdat <= loc + groupLen) { in ParseSect2_Unknown()
749 if (nrdat <= loc) { in ParseSect2_Unknown()
755 if (nrdat <= loc + groupLen) { in ParseSect2_Unknown()
2253 float *rdat, sInt4 nrdat, sInt4 *idat, sInt4 nidat, in MetaParse() argument
2491 if ((ierr = ParseSect2_Wx (rdat, nrdat, idat, nidat, in MetaParse()
[all …]
H A Dmeta.h611 float *rdat, sInt4 nrdat, sInt4 *idat, sInt4 nidat,
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/grib/degrib18/degrib/
H A Ddegrib2.cpp647 is->nrdat = 0; in IS_Init()
700 is->nrdat = 0; in IS_Free()
836 sInt4 nrdat; /* Size of section 2 if it contains float data. */ in ReadGrib2Record() local
958 nrdat = 10; in ReadGrib2Record()
968 nrdat = nidat; in ReadGrib2Record()
975 if (nrdat > IS->nrdat) { in ReadGrib2Record()
976 IS->nrdat = nrdat; in ReadGrib2Record()
978 IS->nrdat * sizeof (float)); in ReadGrib2Record()
1033 IS->idat, &(IS->nidat), IS->rdat, &(IS->nrdat), IS->is[0], in ReadGrib2Record()
1064 IS->is[2], IS->ns[2], IS->rdat, IS->nrdat, IS->idat, in ReadGrib2Record()
H A Dgrib2api.c38 float * rdat, sInt4 * nrdat, sInt4 * is0, sInt4 * ns0, sInt4 * is1,
50 sInt4 * nidat, float * rdat, sInt4 * nrdat, sInt4 * is0, sInt4 * ns0,
101 sInt4 * nrdat) in mdl_LocalUnpack() argument
131 myAssert (*nrdat > 1); in mdl_LocalUnpack()
174 if (*nrdat < (curIndex + numVal + 3)) { in mdl_LocalUnpack()
545 sInt4 * nrdat, sInt4 * is0, sInt4 * ns0, sInt4 * is1, in pk_g2ncep() argument
744 sInt4 * idat, sInt4 * nidat, float * rdat, sInt4 * nrdat, in unpk_g2ncep() argument
926 rdat, nrdat); in unpk_g2ncep()
1617 sInt4 * idat, sInt4 * nidat, float * rdat, sInt4 * nrdat, in unpk_grib2() argument
1751 sInt4 * nrdat, sInt4 * is0, sInt4 * ns0, sInt4 * is1, in unpk_grib2__() argument
[all …]
H A Dgrib2api.h24 sInt4 *idat, sInt4 *nidat, float *rdat, sInt4 *nrdat,
43 sInt4 * nrdat, sInt4 * is0, sInt4 * ns0, sInt4 * is1,
H A Ddegrib2.h40 sInt4 nrdat; /* Size of section 2 data if float. */ member
H A Dmetaparse.cpp392 static int ParseSect2_Wx (float *rdat, sInt4 nrdat, sInt4 *idat, in ParseSect2_Wx() argument
404 if (nrdat < 1) { in ParseSect2_Wx()
540 static int ParseSect2_Unknown (float *rdat, sInt4 nrdat, sInt4 *idat, in ParseSect2_Unknown() argument
555 if (nrdat <= loc) { in ParseSect2_Unknown()
561 if (nrdat <= loc + groupLen) { in ParseSect2_Unknown()
573 if (nrdat <= loc) { in ParseSect2_Unknown()
579 if (nrdat <= loc + groupLen) { in ParseSect2_Unknown()
1712 float *rdat, sInt4 nrdat, sInt4 *idat, sInt4 nidat, in MetaParse() argument
1915 if ((ierr = ParseSect2_Wx (rdat, nrdat, idat, nidat, in MetaParse()
1922 if ((ierr = ParseSect2_Unknown (rdat, nrdat, idat, nidat, meta)) in MetaParse()
H A Dmeta.h508 float *rdat, sInt4 nrdat, sInt4 *idat, sInt4 nidat,