HomeSort by: relevance | last modified time | path
    Searched defs:APFloat (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 1 //===--- APValue.h - Union class for APFloat/APSInt/Complex -----*- C++ -*-===//
18 #include "llvm/ADT/APFloat.h"
120 /// [APSInt] [APFloat], [Complex APSInt] [Complex APFloat], [Expr + Offset],
125 typedef llvm::APFloat APFloat;
265 APFloat Real, Imag;
301 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
313 explicit APValue(APFloat F) : Kind(None) {
325 APValue(APFloat R, APFloat I) : Kind(None)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 1 //===- llvm/ADT/APFloat.h - Arbitrary Precision Floating Point ---*- C++ -*-==//
39 class APFloat;
59 /// APFloat uses bignum integer arithmetic as provided by static functions in
120 /// APFloat does not provide any exception handling beyond default exception
140 // This is the common type definitions shared by APFloat and its internal
202 /// APFloat models this behavior specified by IEEE-754:
223 /// Convenience enum used to construct an uninitialized APFloat.
398 /// Overload to compute a hash code for an APFloat value.
440 bool getExactInverse(APFloat *inv) const;
442 /// Returns the exponent of the internal representation of the APFloat
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLToken.h 489 APFloat, // APFloatVal

Completed in 100 milliseconds