Searched defs:APFloat (Results 1 - 3 of 3) sorted by relevance
/external/clang/include/clang/AST/ |
H A D | APValue.h | 1 //===--- APValue.h - Union class for APFloat/APSInt/Complex -----*- C++ -*-===// 18 #include "llvm/ADT/APFloat.h" 36 /// [APSInt] [APFloat], [Complex APSInt] [Complex APFloat], [Expr + Offset], 40 typedef llvm::APFloat APFloat; typedef in class:clang::APValue 76 APFloat Real, Imag; 112 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt, 124 explicit APValue(APFloat F) : Kind(Uninitialized) { 133 APValue(APFloat [all...] |
/external/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 1 //===- llvm/ADT/APFloat.h - Arbitrary Precision Floating Point ---*- C++ -*-==// 42 /// APFloat uses bignum integer arithmetic as provided by static functions in 103 /// APFloat does not provide any exception handling beyond default exception 122 class APFloat { class in namespace:llvm 183 /// Convenience enum used to construct an uninitialized APFloat. 191 APFloat(const fltSemantics &); // Default construct to 0.0 192 APFloat(const fltSemantics &, StringRef); 193 APFloat(const fltSemantics &, integerPart); 194 APFloat(const fltSemantics &, uninitializedTag); 195 APFloat(cons [all...] |
/external/llvm/lib/AsmParser/ |
H A D | LLToken.h | 213 APFloat, // APFloatVal enumerator in enum:llvm::lltok::Kind
|
Completed in 152 milliseconds