Changeset 94552 in vbox
- Timestamp:
- Apr 11, 2022 10:12:44 AM (3 years ago)
- Location:
- trunk/src/libs/softfloat-3e/testfloat/source
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/softfloat-3e/testfloat/source/testfloat.c
r94551 r94552 1354 1354 int roundingCode; 1355 1355 bool exact; 1356 uint_fast8_t roundingPrecision, roundingMode ;1356 uint_fast8_t roundingPrecision, roundingMode = 0; 1357 1357 1358 1358 functionCode = standardFunctionInfoPtr->functionCode; -
trunk/src/libs/softfloat-3e/testfloat/source/testsoftfloat.c
r94551 r94552 794 794 uint_fast8_t roundingPrecision; 795 795 int roundingCode; 796 uint_fast8_t roundingMode ;796 uint_fast8_t roundingMode = 0; 797 797 int exactCode; 798 798 bool exact; -
trunk/src/libs/softfloat-3e/testfloat/source/timesoftfloat.c
r94551 r94552 4795 4795 { 4796 4796 int functionAttribs, exactCode; 4797 uint_fast8_t roundingMode , tininessMode;4797 uint_fast8_t roundingMode = softfloat_round_near_even, tininessMode; 4798 4798 4799 4799 functionNamePtr = functionInfos[functionCode].namePtr;
Note:
See TracChangeset
for help on using the changeset viewer.