[svn-r20408] Description:

Bring r20382:20407 from trunk to revise_chunks branch.

Tested on:
	Linux/32 2.6 (chicago) w/C++
This commit is contained in:
Quincey Koziol
2011-04-03 23:35:33 -05:00
parent f4e7559bd2
commit d6ecc0d448
49 changed files with 352 additions and 330 deletions

View File

@@ -5550,7 +5550,7 @@ error:
/*-------------------------------------------------------------------------
* Function: equal_double
*
* Purpose: use a relative error formula to deal with floating point
* Purpose: use a absolute error formula to deal with floating point
* uncertainty
*
* Modifications:
@@ -5604,7 +5604,7 @@ hbool_t equal_double(double value, double expected, diff_opt_t *options)
/*-------------------------------------------------------------------------
* Function: equal_ldouble
*
* Purpose: use a relative error formula to deal with floating point
* Purpose: use a absolute error formula to deal with floating point
* uncertainty
*
*-------------------------------------------------------------------------
@@ -5660,7 +5660,7 @@ hbool_t equal_ldouble(long double value, long double expected, diff_opt_t *optio
/*-------------------------------------------------------------------------
* Function: equal_float
*
* Purpose: use a relative error formula to deal with floating point
* Purpose: use a absolute error formula to deal with floating point
* uncertainty
*
* Modifications: