Changeset aaf9789c in mainline for uspace/lib/c/test/ieee_double.c
- Timestamp:
- 2019-02-11T23:08:42Z (6 years ago)
- Children:
- db29c34
- Parents:
- d5a89a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/test/ieee_double.c
rd5a89a3 raaf9789c 134 134 PCUT_ASSERT_FALSE(d.is_nan); 135 135 PCUT_ASSERT_FALSE(d.is_infinity); 136 136 137 137 PCUT_ASSERT_TRUE(d.is_negative); 138 138 PCUT_ASSERT_TRUE(d.is_denormal);
Note:
See TracChangeset
for help on using the changeset viewer.