[ADT] Add the scalbn function for APFloat.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 10 Oct 2014 04:54:30 +0000 (04:54 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 10 Oct 2014 04:54:30 +0000 (04:54 +0000)
commitcb84b21243b126db4eb282e6d94c9ccd1d2c2730
tree8ae816a26229bb45950cef71937abd84c957753a
parent9ea4dd2eede6c35c78af7162c097ec49d54ed51e
[ADT] Add the scalbn function for APFloat.

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