OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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;
126
explicit APValue(const
APFloat
&F) : Kind(Uninitialized) {
135
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++ -*-==//
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
179
APFloat
, // APFloatVal
Completed in 3374 milliseconds