LLVM API Documentation
This file declares a class to represent arbitrary precision floating point values and provide a variety of arithmetic operations on them. More...
#include "llvm/ADT/APInt.h"
Go to the source code of this file.
Classes | |
class | llvm::APFloat |
A self-contained host- and target-independent arbitrary-precision floating-point software implementation. More... | |
union | llvm::APFloat::Significand |
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Enumerations | |
enum | llvm::lostFraction { llvm::lfExactlyZero, llvm::lfLessThanHalf, llvm::lfExactlyHalf, llvm::lfMoreThanHalf } |
Functions | |
hash_code | llvm::hash_value (const APFloat &Arg) |
This file declares a class to represent arbitrary precision floating point values and provide a variety of arithmetic operations on them.
Definition in file APFloat.h.