atttests.c#354 | static struct cdfvar vv = /* new variable */ |
#389 | vv.dims = (int *) emalloc(sizeof(int) * vv.ndims); |
#390 | for (id = 0; id < vv.ndims; id++) |
#391 | vv.dims[id] = id; /* assumes vv.ndims <= test.ndims */ |
#392 | if ((vv_id = ncvardef(cdfid, vv.name, vv.type, vv.ndims, vv.dims)) |
#397 | add_var(&test, &vv); /* keep in-memory netcdf in sync */ |
#445 | free(vv.dims); |
dumplib.c#791 | float_special_tostring(float vv, char *sout) { |
#792 | if(isnan(vv)) { |
#794 | } else if(isinf(vv)) { |
#795 | if(vv < 0.0) { |
#807 | double_special_tostring(double vv, char *sout) { |
#808 | if(isnan(vv)) { |
#810 | } else if(isinf(vv)) { |
#811 | if(vv < 0.0) { |
#823 | float vv = *(float *)valp; |
#824 | if(isfinite(vv)) { |
#826 | res = snprintf(sout, PRIM_LEN, typ->fmt, vv); |
#829 | float_special_tostring(vv, sout); |
#838 | double vv = *(double *)valp; |
#839 | if(isfinite(vv)) { |
#841 | res = snprintf(sout, PRIM_LEN, typ->fmt, vv); |
#844 | double_special_tostring(vv, sout); |
#1241 | float vv = *(float *)valp; |
#1242 | if(isfinite(vv)) { |
#1244 | res = snprintf(sout, PRIM_LEN, varp->fmt, vv); |
#1247 | float_special_tostring(vv, sout); |
#1256 | double vv = *(double *)valp; |
#1257 | if(isfinite(vv)) { |
#1259 | res = snprintf(sout, PRIM_LEN, varp->fmt, vv); |
#1262 | double_special_tostring(vv, sout); |
#1313 | double vv = to_double(varp, valp); |
#1315 | if(isfinite(vv)) { |
#1318 | cdRel2Iso(varp->timeinfo->calendar, varp->timeinfo->units, separator, vv, &sout[1]); |
#1324 | double_special_tostring(vv, sout); |
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed