tst_atts1.c#128 | unsigned short ushort_in[ATT_LEN], ushort_out[ATT_LEN] = {0, 128, NC_MAX_USHORT}; |
#203 | if (nc_get_att_ushort(ncid, NC_GLOBAL, ATT_INT_NAME, ushort_in) != NC_ERANGE) ERR; |
#254 | if (nc_get_att_ushort(ncid, NC_GLOBAL, ATT_USHORT_NAME, ushort_in)) ERR; |
#256 | if (ushort_in[i] != ushort_out[i]) ERR; |
#286 | if (nc_get_att_ushort(ncid, NC_GLOBAL, ATT_TEXT_NAME, ushort_in) != NC_ECHAR) ERR; |
#456 | if (nc_get_att_ushort(ncid, NC_GLOBAL, ATT_SCHAR_NAME, ushort_in) != NC_ERANGE) ERR; |
#458 | if (ushort_in[i] != (unsigned short) schar_out[i]) ERR; |
#459 | if (nc_get_att_ushort(ncid, NC_GLOBAL, ATT_UCHAR_NAME, ushort_in)) ERR; |
#461 | if (ushort_in[i] != uchar_out[i]) ERR; |
#462 | if (nc_get_att_ushort(ncid, NC_GLOBAL, ATT_SHORT_NAME, ushort_in) != NC_ERANGE) ERR; |
#464 | if (ushort_in[i] != (unsigned short) short_out[i]) ERR; |
#465 | if (nc_get_att_ushort(ncid, NC_GLOBAL, ATT_USHORT_NAME, ushort_in)) ERR; |
#467 | if (ushort_in[i] != ushort_out[i]) ERR; |
#468 | if (nc_get_att_ushort(ncid, NC_GLOBAL, ATT_INT_NAME, ushort_in) != NC_ERANGE) ERR; |
#470 | if (ushort_in[i] != (unsigned short) int_out[i]) ERR; |
#471 | if (nc_get_att_ushort(ncid, NC_GLOBAL, ATT_UINT_NAME, ushort_in) != NC_ERANGE) ERR; |
#473 | if (ushort_in[i] != (unsigned short) uint_out[i]) ERR; |
#474 | if (nc_get_att_ushort(ncid, NC_GLOBAL, ATT_FLOAT_NAME, ushort_in) != NC_ERANGE) ERR; |
#476 | if (ushort_in[i] != (unsigned short) float_out[i]) ERR; |
#477 | if (nc_get_att_ushort(ncid, NC_GLOBAL, ATT_DOUBLE_NAME, ushort_in) != NC_ERANGE) ERR; |
#479 | if (ushort_in[i] != (unsigned short) double_out[i]) ERR; |
#480 | if (nc_get_att_ushort(ncid, NC_GLOBAL, ATT_INT64_NAME, ushort_in) != NC_ERANGE) ERR; |
#482 | if (ushort_in[i] != (unsigned short) longlong_out[i]) ERR; |
#483 | if (nc_get_att_ushort(ncid, NC_GLOBAL, ATT_UINT64_NAME, ushort_in) != NC_ERANGE) ERR; |
#485 | if (ushort_in[i] != (unsigned short) ulonglong_out[i]) ERR; |
#983 | unsigned short ushort_in[ATT_LEN], ushort_out[ATT_LEN] = {0, 128, NC_MAX_USHORT}; |
#1048 | if (nc_get_att_ushort(ncid, NC_GLOBAL, ATT_USHORT_NAME, ushort_in)) ERR; |
#1050 | if (ushort_in[i] != ushort_out[i]) ERR; |
tst_atts3.c#145 | unsigned short ushort_in[ATT_LEN], ushort_out[ATT_LEN] = {0, 128, NC_MAX_USHORT}; |
tst_converts.c#89 | unsigned short ushort_in[DIM1_LEN]; |
#136 | if (nc_get_var_ushort(ncid, 0, ushort_in) != NC_ERANGE) ERR; |
#138 | if (ushort_in[i] != (unsigned short)(signed char)uchar_out[i]) ERR; |
tst_converts2.c#63 | unsigned short ushort_in; |
#91 | if (nc_get_var1_ushort(ncid, varid, coord, &ushort_in)) ERR; |
#92 | if (ushort_in != usval) ERR; |
#109 | &ushort_in) != NC_EINVALCOORDS) ERR; |
#123 | unsigned short ushort_in; |
#151 | if (nc_get_var1_ushort(ncid, varid, coord, &ushort_in)) ERR; |
#152 | if (ushort_in != usval) ERR; |
#169 | &ushort_in) != NC_EINVALCOORDS) ERR; |
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed