Changeset 18b6a88 in mainline for uspace/app/tester/float/float2.c
- Timestamp:
- 2018-04-15T09:35:04Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1f44ca
- Parents:
- 8ebe212
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/float/float2.c
r8ebe212 r18b6a88 209 209 { 210 210 bool fail = false; 211 if (0) { 211 #if 0 212 212 for (unsigned int i = 0; i < OPERANDS; i++) { 213 213 double res = acos(arguments_acos[i]); … … 249 249 } 250 250 } 251 } 251 #endif 252 252 for (unsigned int i = 0; i < OPERANDS; i++) { 253 253 double res = atan(arguments_atan[i]);
Note:
See TracChangeset
for help on using the changeset viewer.