Home
last modified time | relevance | path

Searched refs:isprimplus (Results 1 – 10 of 10) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncgen/
H A Dutil.h39 extern int isprimplus(nc_type); /* a netcdf4 primitive type + OPAQUE + ENUM*/
H A Ddump.c78 if(isprimplus(dp->nctype) || dp->nctype == NC_FILLVALUE) { in bufdump()
95 ASSERT(isprimplus(ci->nctype) || ci->nctype == NC_FILLVALUE); in dumpdataprim()
H A Dutil.c353 isprimplus(nc_type nctype) in isprimplus() function
H A Dcvt.c587 ASSERT(isprimplus(prim->nctype)); in setprimlength()
H A Dsemantics.c1145 if(!(isprimplus(sym->typ.typecode) in checkconsistency()
/dports/science/netcdf/netcdf-c-4.7.4/ncgen/
H A Dutil.h39 extern int isprimplus(nc_type); /* a netcdf4 primitive type + OPAQUE + ENUM*/
H A Ddump.c78 if(isprimplus(dp->nctype) || dp->nctype == NC_FILLVALUE) { in bufdump()
95 ASSERT(isprimplus(ci->nctype) || ci->nctype == NC_FILLVALUE); in dumpdataprim()
H A Dutil.c360 isprimplus(nc_type nctype) in isprimplus() function
H A Dcvt.c587 ASSERT(isprimplus(prim->nctype)); in setprimlength()
H A Dsemantics.c1150 if(!(isprimplus(sym->typ.typecode) in checkconsistency()