clang
8.0.0
|
Defines the fixed point number interface. More...
#include "llvm/ADT/APSInt.h"
Go to the source code of this file.
Classes | |
class | clang::FixedPointSemantics |
The fixed point semantics work similarly to llvm::fltSemantics. More... | |
class | clang::APFixedPoint |
The APFixedPoint class works similarly to APInt/APSInt in that it is a functional replacement for a scaled integer. More... | |
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
Defines the fixed point number interface.
This is a class for abstracting various operations performed on fixed point types described in ISO/IEC JTC1 SC22 WG14 N1169 starting at clause 4.
Definition in file FixedPoint.h.