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++ -*-===//
19 #include "llvm/ADT/APFloat.h"
27 /// [APSInt] [APFloat], [Complex APSInt] [Complex APFloat], [Expr + Offset].
30 typedef llvm::APFloat APFloat;
49 APFloat Real, Imag;
75 explicit APValue(const APFloat &F) : Kind(Uninitialized) {
84 APValue(const APFloat &R, const APFloat &I) : Kind(Uninitialized)
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 1 //== llvm/Support/APFloat.h - Arbitrary Precision Floating Point -*- C++ -*-==//
125 class APFloat {
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(const APInt &, bool isIEEE = false)
    [all...]
  /external/llvm/lib/AsmParser/
LLToken.h 152 APFloat, // APFloatVal

Completed in 60 milliseconds