Changeset 10d65d70 in mainline for uspace/lib/math/test/rounding.c
- Timestamp:
- 2018-09-29T14:39:54Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 99170e0c
- Parents:
- dc68f72
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-29 14:11:34)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-29 14:39:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/math/test/rounding.c
rdc68f72 r10d65d70 30 30 #include <math.h> 31 31 #include <inttypes.h> 32 #include <float.h> 32 33 33 34 PCUT_INIT; … … 278 279 279 280 0.0, 280 FLT_ DENORM_MIN, /* smallest denormal > 0 */281 FLT_TRUE_MIN, /* smallest denormal > 0 */ 281 282 FLT_MIN, /* smallest normal > 0 */ 282 283 0.5 - (FLT_EPSILON / 4.), … … 378 379 379 380 -0.0, 380 -FLT_ DENORM_MIN, /* smallest denormal > 0 */381 -FLT_TRUE_MIN, /* smallest denormal > 0 */ 381 382 -FLT_MIN, /* smallest normal > 0 */ 382 383 -(0.5 - (FLT_EPSILON / 4.)),
Note:
See TracChangeset
for help on using the changeset viewer.