dumplib.c#593 float v1 = *(float* )v1p; #595 if((v1 > 0.0f) != (v2 > 0.0f)) /* avoid overflow */ #597 if(isfinite(v1) && isfinite(v2)) #598 return (absval(v1 - v2) <= absval(float_eps * v2)) ; #599 if(isnan(v1) && isnan(v2)) #601 if(isinf(v1) && isinf(v2)) #614 double v1 = *(double* )v1p; #616 if((v1 > 0.0) != (v2 > 0.0)) /* avoid overflow */ #618 if(isfinite(v1) && isfinite(v2)) #619 return (absval(v1 - v2) <= absval(double_eps * v2)) ; #620 if(isnan(v1) && isnan(v2)) #622 if(isinf(v1) && isinf(v2)) nc4hdf.c#2436 NC_VAR_INFO_T *v1; #2442 for (v1 = grp->var; v1; v1 = v1->l.next) #2443 if (!strcmp(v1->name, dim->name)) #2446 if (v1) #2454 if (!(new_size = malloc(v1->ndims * sizeof(hsize_t)))) #2456 for (d1 = 0; d1 < v1->ndims; d1++) #2458 assert(v1->dim[d1] && v1->dim[d1]->dimid == v1->dimids[d1]); #2459 new_size[d1] = v1->dim[d1]->len; #2461 if (H5Dset_extent(v1->hdf_datasetid, new_size) < 0) { t_dap.c#45 #define COMPARE(t1,t2,v1,v2) compare(t1,t2,(void*)v1,(void*)v2,#v2,__FILE__,__LINE__) t_dap3a.c#46 #define COMPARE(t1,t2,v1,v2) compare(t1,t2,(void*)v1,(void*)v2,#v2,__FILE__,__LINE__) test_cvt.c#45 #define COMPARE(t1,t2,v1,v2) compare(t1,t2,(void*)v1,(void*)v2,#v2,__FILE__,__LINE__) tests.h#515 int int_vec_eq(const int *v1, const int *v2, const int n); tst_rehash.c#19 int rh_id, varid, v1, v2, v3, v4; #27 status = nc_def_var(id, "dim1", NC_FLOAT, 1, dimids, &v1); #35 nc_rename_var(id, v1,"dim_new1"); util.c#167 int_vec_eq(const int *v1, const int *v2, const int n) #170 for (i= 0; i < n && v1[i] == v2[i]; i++) val.c#122 val_cmp (type, len, v1, v2) #125 void *v1; /* start of first block of values */ #141 gp.cp = (char *) v1; #151 gp.sp = (short *) v1; #161 gp.lp = (nclong *) v1; #171 gp.fp = (float *) v1; #181 gp.dp = (double *) v1;
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed