t_nc.c#74 | chkgot(nc_type type, union getret got, double check) |
#78 | assert( (char)check == got.by[0] ); |
#81 | assert( (char)check == got.by[0] ); |
#84 | assert( (short)check == got.sh[0] ); |
#87 | assert( (int)check == got.in[0] ); |
#90 | assert( (float)check == got.fl[0] ); |
#93 | assert( check == got.dbl ); |
#273 | union getret got; |
#291 | if(nc_get_var1_float(id, Float_id, vindices, &got.fl[0]) == -1) |
#355 | union getret got; |
#575 | assert( nc_get_att_double(id, ii, reqattr[1], &got.dbl)== NC_NOERR); |
#576 | chkgot(adesc->type, got, tvp->validmin); |
#585 | assert( nc_get_att_double(id, ii, reqattr[2], &got.dbl)== NC_NOERR); |
#586 | chkgot(adesc->type, got, tvp->validmax); |
#595 | assert( nc_get_att_double(id, ii, reqattr[3], &got.dbl)== NC_NOERR); |
#596 | chkgot(adesc->type, got, tvp->scalemin); |
#605 | assert( nc_get_att_double(id, ii, reqattr[4], &got.dbl)== NC_NOERR); |
#606 | chkgot(adesc->type, got, tvp->scalemax); |
#623 | assert( nc_get_var1_double(id, Double_id, indices[0], &got.dbl)== NC_NOERR); |
#626 | assert( nc_get_var1_double(id, Double_id, indices[1], &got.dbl)== NC_NOERR); |
#629 | assert( nc_get_var1_float(id, Float_id, indices[2], &got.fl[0])== NC_NOERR); |
#632 | assert( nc_get_var1_int(id, Long_id, indices[3], &got.in[0])== NC_NOERR); |
#635 | assert( nc_get_var1_short(id, Short_id, indices[4], &got.sh[0])== NC_NOERR); |
#638 | assert( nc_get_var1_text(id, Char_id, indices[5], &got.by[0]) == NC_NOERR); |
#642 | assert( nc_get_var1_text(id, Char_id, indices[6], &got.by[0]) == NC_NOERR); |
#651 | (signed char *)&got.by[0])== NC_NOERR); |
#655 | (signed char *)&got.by[0])== NC_NOERR); |
test_read.c#919 | double got; |
#979 | err = nc2dbl( var_type[i], p, & got ); |
#989 | IF (!equal(got,expect,var_type[i],NCT_DOUBLE)) { |
#997 | error("got: %g", got); |
#1046 | double got; |
#1134 | err = nc2dbl( var_type[i], p, & got ); |
#1144 | IF (!equal(got,expect,var_type[i],NCT_DOUBLE)) { |
#1152 | error("got: %g ", got); |
#1213 | double got; |
#1313 | err = nc2dbl( var_type[i], p, & got ); |
#1317 | IF (!equal(got,expect,var_type[i],NCT_DOUBLE)) { |
#1325 | error("got: %g ", got); |
#1352 | double got; |
#1378 | err = nc2dbl( ATT_TYPE(i,j), p, &got ); |
#1382 | IF (!equal(got,expect,ATT_TYPE(i,j),NCT_DOUBLE)) { |
#1392 | error(" got: %-23.16e", got); |
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed