HomeSort by relevance Sort by last modified time
    Searched defs:APFloat (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
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;
76 APFloat Real, Imag;
112 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
124 explicit APValue(APFloat F) : Kind(Uninitialized) {
133 APValue(APFloat R, APFloat I) : Kind(Uninitialized)
    [all...]
  /external/llvm/include/llvm/ADT/
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 {
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(const fltSemantics &, const APInt &)
    [all...]
  /external/llvm/lib/AsmParser/
LLToken.h 200 APFloat, // APFloatVal

Completed in 91 milliseconds