LLVM
8.0.1
|
#include "llvm/Support/ScaledNumber.h"
#include "llvm/ADT/APFloat.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
static uint64_t | getHalf (uint64_t N) |
static void | appendDigit (std::string &Str, unsigned D) |
static void | appendNumber (std::string &Str, uint64_t N) |
static bool | doesRoundUp (char Digit) |
static std::string | toStringAPFloat (uint64_t D, int E, unsigned Precision) |
static std::string | stripTrailingZeros (const std::string &Float) |
|
static |
Definition at line 138 of file ScaledNumber.cpp.
References assert().
Referenced by appendNumber(), and llvm::ScaledNumberBase::toString().
|
static |
Definition at line 143 of file ScaledNumber.cpp.
References appendDigit().
Referenced by llvm::ScaledNumberBase::toString().
Definition at line 150 of file ScaledNumber.cpp.
Referenced by llvm::ScaledNumberBase::toString().
|
static |
Definition at line 56 of file ScaledNumber.cpp.
Referenced by llvm::ScaledNumbers::divide32(), and llvm::ScaledNumbers::divide64().
|
static |
Definition at line 192 of file ScaledNumber.cpp.
References assert().
Referenced by llvm::ScaledNumberBase::toString().
|
static |
Definition at line 163 of file ScaledNumber.cpp.
References assert(), llvm::SmallVectorTemplateCommon< T >::begin(), llvm::ScaledNumberBase::countLeadingZeros64(), D, E, llvm::SmallVectorTemplateCommon< T >::end(), llvm::NVPTX::PTXLdStInstCode::Float, llvm::ScaledNumbers::MaxScale, llvm::ScaledNumbers::MinScale, llvm::APFloat::toString(), and llvm::APFloatBase::x87DoubleExtended().
Referenced by llvm::ScaledNumberBase::toString().