- Timestamp:
- Jul 15, 2019, 2:43:38 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- a87d40b, e67991f
- Parents:
- ce12e2b (diff), 4f37255 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
tests/math1.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/math1.cfa
rce12e2b r7dc2e57b 10 10 // Created On : Fri Apr 22 14:59:21 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jul 12 12:04:56201913 // Update Count : 11 112 // Last Modified On : Sun Jul 14 10:16:45 2019 13 // Update Count : 112 14 14 // 15 15 … … 33 33 sout | quot | l; 34 34 sout | "div:" | div( 3.6F, 0.5F ) | div( 3.6D, 0.5D ) | div( 3.6L, 0.5L ); 35 sout | "fma:" | fma( 3.0F, -1.0F, 1.0F ) | fma( 3.0D, -1.0D, 1.0D ) | fma( 3.0L, -1.0L, ,1.0L );35 sout | "fma:" | fma( 3.0F, -1.0F, 1.0F ) | fma( 3.0D, -1.0D, 1.0D ) | fma( 3.0L, -1.0L, 1.0L ); 36 36 sout | "fdim:" | fdim( 1.0F, -1.0F ) | fdim( 1.0D, -1.0D ) | fdim( 1.0L, -1.0L ); 37 37 sout | "nan:" | (float)nan( "" ) | (double)nan( "" ) | (long double)nan( "" );
Note:
See TracChangeset
for help on using the changeset viewer.