Searched defs:APFloat (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DAPFloat.h1 //== llvm/Support/APFloat.h - Arbitrary Precision Floating Point -*- C++ -*-==//
125 class APFloat { class in namespace:llvm
182 APFloat(const fltSemantics &); // Default construct to 0.0
183 APFloat(const fltSemantics &, StringRef);
184 APFloat(const fltSemantics &, integerPart);
185 APFloat(const fltSemantics &, fltCategory, bool negative);
186 APFloat(const fltSemantics &, uninitializedTag);
187 explicit APFloat(double d);
188 explicit APFloat(float f);
189 explicit APFloat(cons
[all...]
/external/clang/include/clang/AST/
H A DAPValue.h1 //===--- APValue.h - Union class for APFloat/APSInt/Complex -----*- C++ -*-===//
19 #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;
126 explicit APValue(const APFloat &F) : Kind(Uninitialized) {
135 APValue(const APFloat &R, const APFloat
[all...]
/external/llvm/lib/AsmParser/
H A DLLToken.h158 APFloat, // APFloatVal enumerator in enum:llvm::lltok::Kind

Completed in 82 milliseconds