Home
last modified time | relevance | path

Searched refs:X_INT_MAX (Results 1 – 25 of 124) sorted by relevance

12345

/dports/graphics/py-gdal/gdal-3.3.3/fuzzers/
H A Dlibnetcdf_fix_undefined_left_shift_in_ncx_get_size_t.patch7 +#if INT_MAX >= X_INT_MAX
30 +#if INT_MAX >= X_INT_MAX
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/fuzzers/
H A Dlibnetcdf_fix_undefined_left_shift_in_ncx_get_size_t.patch7 +#if INT_MAX >= X_INT_MAX
30 +#if INT_MAX >= X_INT_MAX
/dports/graphics/gdal/gdal-3.3.3/fuzzers/
H A Dlibnetcdf_fix_undefined_left_shift_in_ncx_get_size_t.patch7 +#if INT_MAX >= X_INT_MAX
30 +#if INT_MAX >= X_INT_MAX
/dports/science/netcdf/netcdf-c-4.7.4/nc_test4/
H A Dtst_converts2.c176 #define X_INT_MAX 2147483647 /* from libsrc4/nc4internal.h */ in main() macro
177 int ivalue = X_INT_MAX, ivalue_in; in main()
218 if(fabs( (float_in-X_INT_MAX) - ((float)ivalue - X_INT_MAX)) > 1) ERR; in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test4/
H A Dtst_converts2.c176 #define X_INT_MAX 2147483647 /* from libsrc4/nc4internal.h */ in main() macro
177 int ivalue = X_INT_MAX, ivalue_in; in main()
218 if(fabs( (float_in-X_INT_MAX) - ((float)ivalue - X_INT_MAX)) > 1) ERR; in main()
/dports/science/netcdf-fortran/netcdf-fortran-4.5.3/nf_test/
H A Dutil03.F24 & X_INT_MAX, X_FLOAT_MIN, X_FLOAT_MAX, &
46 MAX = X_INT_MAX
80 & X_INT_MAX, X_FLOAT_MIN, X_FLOAT_MAX, NFT_REAL, &
102 MAX = X_INT_MAX
312 & X_INT_MAX, X_FLOAT_MIN, X_FLOAT_MAX, &
351 hash = X_INT_MAX
383 hash = X_INT_MAX+1.0
435 & X_INT_MAX, X_FLOAT_MIN, X_FLOAT_MAX, &
1442 & X_INT_MAX, X_FLOAT_MAX, X_DOUBLE_MAX, NF_BYTE
1453 external_max = X_INT_MAX
H A Dutil.F37 MAX = X_INT_MAX
87 MAX = X_INT_MAX
328 hash = X_INT_MAX
360 hash = X_INT_MAX+1.0
1410 external_max = X_INT_MAX
H A Dmodule_tests.F9082 Integer, Parameter :: X_INT_MAX=2147483647 variable
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/nc_test/
H A Dutil.c30 case NC_INT: return value >= X_INT_MIN && value <= X_INT_MAX; in inRange()
72 case NC_INT: min = X_INT_MIN; max = X_INT_MAX; break; in inRange_float()
315 #if INT_MAX >= X_INT_MAX in nc2dbl()
381 #if INT_MAX >= X_INT_MAX in dbl2nc()
456 case NC_INT: return X_INT_MAX; in hash()
462 case NC_INT64: return X_INT_MAX + 128.0; in hash()
488 case NC_INT: return X_INT_MAX +1.0; in hash()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test/
H A Dtests.h41 #define X_INT_MAX 2147483647 macro
100 #define INT_MAX X_INT_MAX
104 #define LONG_MAX X_INT_MAX
H A Dutil.c27 case NC_INT: return value >= X_INT_MIN && value <= X_INT_MAX; in inRange()
68 case NC_INT: min = X_INT_MIN; max = X_INT_MAX; break; in inRange_float()
308 #if INT_MAX >= X_INT_MAX in nc2dbl()
370 #if INT_MAX >= X_INT_MAX in dbl2nc()
444 case NC_INT: return X_INT_MAX; in hash()
450 case NC_INT64: return X_INT_MAX + 128.0; in hash()
476 case NC_INT: return X_INT_MAX+1.0; in hash()
555 case NC_INT64: return X_INT_MAX + 128.0; in hash()
/dports/science/netcdf/netcdf-c-4.7.4/nc_test/
H A Dtests.h41 #define X_INT_MAX 2147483647 macro
100 #define INT_MAX X_INT_MAX
104 #define LONG_MAX X_INT_MAX
H A Dutil.c28 case NC_INT: return value >= X_INT_MIN && value <= X_INT_MAX; in inRange()
69 case NC_INT: min = X_INT_MIN; max = X_INT_MAX; break; in inRange_float()
309 #if INT_MAX >= X_INT_MAX in nc2dbl()
371 #if INT_MAX >= X_INT_MAX in dbl2nc()
445 case NC_INT: return X_INT_MAX; in hash()
451 case NC_INT64: return X_INT_MAX + 128.0; in hash()
477 case NC_INT: return X_INT_MAX+1.0; in hash()
556 case NC_INT64: return X_INT_MAX + 128.0; in hash()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/nf_test/
H A Dutil.F46 MAX = X_INT_MAX
120 MAX = X_INT_MAX
400 hash = X_INT_MAX
412 hash = X_INT_MAX + 128.0
454 hash = X_INT_MAX+1.0
1493 external_max = X_INT_MAX
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/nf90_test/
H A Dutil.F9046 MAX = X_INT_MAX
120 MAX = X_INT_MAX
399 hash = X_INT_MAX
411 hash = X_INT_MAX + 128.0
451 hash = X_INT_MAX+1.0
1487 external_max = X_INT_MAX
/dports/science/netcdf/netcdf-c-4.7.4/libsrc4/
H A Dnc4var.c810 if (*ip > X_INT_MAX || *ip < X_INT_MIN) in nc4_convert_type()
888 if (*uip > X_INT_MAX) in nc4_convert_type()
970 if (*lip > X_INT_MAX || *lip < X_INT_MIN) in nc4_convert_type()
1048 if (*ulip > X_INT_MAX) in nc4_convert_type()
1126 if (*fp > (double)X_INT_MAX || *fp < (double)X_INT_MIN) in nc4_convert_type()
1212 if (*dp > X_INT_MAX || *dp < X_INT_MIN) in nc4_convert_type()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dncx.c75 #define INT_MAX X_INT_MAX
79 #define LONG_MAX X_INT_MAX
622 #if SHORT_MAX == X_INT_MAX
626 #elif INT_MAX >= X_INT_MAX
630 #elif LONG_MAX >= X_INT_MAX
845 if(*ip > X_INT_MAX || *ip < X_INT_MIN) in ncx_put_int_short()
862 if(*ip > X_INT_MAX || *ip < X_INT_MIN) in ncx_put_int_int()
879 if(*ip > X_INT_MAX || *ip < X_INT_MIN) in ncx_put_int_uint()
896 if(*ip > X_INT_MAX || *ip < X_INT_MIN) in ncx_put_int_longlong()
913 if(*ip > X_INT_MAX || *ip < X_INT_MIN) in ncx_put_int_ulonglong()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/libsrc4/
H A Dnc4internal.h66 #define X_INT_MAX 2147483647 macro
68 #define X_LONG_MAX X_INT_MAX
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dnc4internal.h71 #define X_INT_MAX 2147483647 /**< Maximum int value. */ macro
73 #define X_LONG_MAX X_INT_MAX /**< Maximum long value. */
/dports/science/netcdf/netcdf-c-4.7.4/include/
H A Dnc4internal.h72 #define X_INT_MAX 2147483647 /**< Maximum int value. */ macro
74 #define X_LONG_MAX X_INT_MAX /**< Maximum long value. */
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libsrc4/
H A Dnc4var.c798 if (*ip > X_INT_MAX || *ip < X_INT_MIN) in nc4_convert_type()
876 if (*uip > X_INT_MAX) in nc4_convert_type()
958 if (*lip > X_INT_MAX || *lip < X_INT_MIN) in nc4_convert_type()
1036 if (*ulip > X_INT_MAX) in nc4_convert_type()
1114 if (*fp > (double)X_INT_MAX || *fp < (double)X_INT_MIN) in nc4_convert_type()
1200 if (*dp > X_INT_MAX || *dp < X_INT_MIN) in nc4_convert_type()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dffio.c42 #if !defined(NDEBUG) && !defined(X_INT_MAX)
43 #define X_INT_MAX 2147483647 macro
275 assert(extent < X_INT_MAX); /* sanity check */ in ncio_ffio_get()
H A Dwinceio.c39 #if !defined(NDEBUG) && !defined(X_INT_MAX)
40 #define X_INT_MAX 2147483647 macro
243 assert(extent < X_INT_MAX); /* sanity check */ in ncio_fileio_get()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libsrc/
H A Dffio.c42 #if !defined(NDEBUG) && !defined(X_INT_MAX)
43 #define X_INT_MAX 2147483647 macro
275 assert(extent < X_INT_MAX); /* sanity check */ in ncio_ffio_get()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dffio.c42 #if !defined(NDEBUG) && !defined(X_INT_MAX)
43 #define X_INT_MAX 2147483647 macro
275 assert(extent < X_INT_MAX); /* sanity check */ in ncio_ffio_get()

12345