summaryrefslogtreecommitdiffstats
path: root/test/dt_arith.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dt_arith.c')
-rw-r--r--test/dt_arith.c51
1 files changed, 0 insertions, 51 deletions
diff --git a/test/dt_arith.c b/test/dt_arith.c
index 6d6cb4c..c006c49 100644
--- a/test/dt_arith.c
+++ b/test/dt_arith.c
@@ -403,8 +403,6 @@ static int my_isinf(int endian, const unsigned char *val, size_t size, size_t mp
* Programmer: Robb Matzke
* Monday, July 6, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -430,8 +428,6 @@ fpe_handler(int H5_ATTR_UNUSED signo)
* Programmer: Robb Matzke
* Monday, November 16, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -472,8 +468,6 @@ reset_hdf5(void)
* Programmer: Raymond Lu
* April 19, 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static H5T_conv_ret_t
@@ -518,8 +512,6 @@ except_func(H5T_conv_except_t except_type, hid_t H5_ATTR_UNUSED src_id, hid_t H5
* Programmer: Raymond Lu
* Friday, Sept 2, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -582,8 +574,6 @@ error:
* Programmer: Raymond Lu
* Sept 7, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static H5T_conv_ret_t
@@ -803,8 +793,6 @@ error:
* Programmer: Raymond Lu
* Thursday, Jan 6, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1254,8 +1242,6 @@ error:
* Programmer: Raymond Lu
* Saturday, Jan 29, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1575,8 +1561,6 @@ error:
* Programmer: Robb Matzke
* Monday, November 16, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2628,8 +2612,6 @@ error:
* Programmer: Robb Matzke
* Friday, April 30, 1999
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2680,8 +2662,6 @@ test_conv_int_2(void)
* Programmer: Robb Matzke
* Monday, July 6, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2756,8 +2736,6 @@ my_isnan(dtype_t type, void *val)
* Programmer: Raymond Lu
* Monday, June 20, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2796,13 +2774,6 @@ my_isinf(int endian, const unsigned char *val, size_t size, size_t mpos, size_t
* Programmer: Robb Matzke
* Tuesday, June 23, 1998
*
- * Modifications:
- * Albert Cheng, Apr 16, 2004
- * Check for underflow condition. If the src number is
- * smaller than the dst MIN float number, consider it okay
- * if the converted sw and hw dst are both less than or
- * equal to the dst MIN float number.
- *
*-------------------------------------------------------------------------
*/
static int
@@ -2828,7 +2799,6 @@ test_conv_flt_1(const char *name, int run_test, hid_t src, hid_t dst)
unsigned char *hw = NULL; /*ptr to hardware-conv'd*/
int underflow; /*underflow occurred */
int overflow = 0; /*overflow occurred */
- int uflow = 0; /*underflow debug counters*/
size_t j, k; /*counters */
int sendian; /* source type endianness */
int dendian; /* Destination type endianness */
@@ -3118,9 +3088,6 @@ test_conv_flt_1(const char *name, int run_test, hid_t src, hid_t dst)
}
#endif
}
- if (underflow) {
- uflow++;
- }
/* For Intel machines, the size of "long double" is 12 bytes, precision
* is 80 bits; for Intel IA64 and AMD processors, the size of "long double"
@@ -3404,8 +3371,6 @@ error:
* Programmer: Raymond Lu
* Thursday, November 6, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -4606,8 +4571,6 @@ error:
* Programmer: Raymond Lu
* Monday, Nov 17, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static hbool_t
@@ -4692,8 +4655,6 @@ done:
* Programmer: Robb Matzke
* Tuesday, November 24, 1998
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -4854,8 +4815,6 @@ run_integer_tests(const char *name)
* Programmer: Raymond Lu
* Tuesday, March 22, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -4939,8 +4898,6 @@ done:
* Programmer: Raymond Lu
* Monday, November 10, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -5047,8 +5004,6 @@ run_int_fp_conv(const char *name)
* Programmer: Raymond Lu
* Monday, November 10, 2003
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static int
@@ -5195,12 +5150,6 @@ run_fp_int_conv(const char *name)
* Programmer: Robb Matzke
* Tuesday, December 9, 1997
*
- * Modifications:
- * Raymond Lu
- * Monday, April 4, 2005
- * These tests were split from dtypes.c because dtypes.c
- * has grown too big.
- *
*-------------------------------------------------------------------------
*/
int