IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).
authorMichael Gottesman <mgottesman@apple.com>
Tue, 4 Jun 2013 03:46:25 +0000 (03:46 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Tue, 4 Jun 2013 03:46:25 +0000 (03:46 +0000)
commitb30718af1ada4b68c7c44e3dcbf4891efd5e3ba1
treebedf32c4732f762731fdff50c1eb23b371ca5e50
parentf3d3952a8c104b86ec2fcb2c41078a46e0502c25
IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).

Specifically the following work was done:

1. If the operation was not implemented, I implemented it.

2. If the operation was already implemented, I just moved its location
in the APFloat header into the IEEE-754R 5.7.2 section. If the name was
incorrect, I put in a comment giving the true IEEE-754R name.

Also unittests have been added for all of the functions which did not
already have a unittest.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183179 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APFloat.h
unittests/ADT/APFloatTest.cpp