summaryrefslogtreecommitdiffstats
path: root/src/H5FDmulti.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2005-03-10 21:49:28 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2005-03-10 21:49:28 (GMT)
commit4f3d64fd3d539fbe2cc80a5bbe872c7f6970b1b2 (patch)
treec42570d6de0d8140636a06953e3babe724cd81ac /src/H5FDmulti.c
parent418968677b90fc7ed8a7f4293e9bd0e75a40b548 (diff)
downloadhdf5-4f3d64fd3d539fbe2cc80a5bbe872c7f6970b1b2.zip
hdf5-4f3d64fd3d539fbe2cc80a5bbe872c7f6970b1b2.tar.gz
hdf5-4f3d64fd3d539fbe2cc80a5bbe872c7f6970b1b2.tar.bz2
[svn-r10180] Purpose: New way to do conversion test from floating-point to integer.
Description: This is the 3rd step of change conversion test. This checkin is only for conversion from floating-point to integer. Solution: The source buffer is filled in with normalized and denormalized floating-point values. For the normalized values, it starts from FLT(DBL, or LDBL)_MIN, multiplied by 10(10000 for double, 100000000 for long double) for the next value, until reaches to FLT_MAX. For denormalized values, the exponent part is always 0. Mantissa part starts with 000...001, 000...011, 000...111, until reaches to 111...111. The same is with negative values. Platforms tested: h5committest and fuss.
Diffstat (limited to 'src/H5FDmulti.c')
0 files changed, 0 insertions, 0 deletions