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

1 2

  /external/swiftshader/third_party/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/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++ -*-==//
44 /// APFloat uses bignum integer arithmetic as provided by static functions in
105 /// APFloat does not provide any exception handling beyond default exception
124 class APFloat {
188 /// Convenience enum used to construct an uninitialized APFloat.
196 APFloat(const fltSemantics &); // Default construct to 0.0
197 APFloat(const fltSemantics &, StringRef);
198 APFloat(const fltSemantics &, integerPart);
199 APFloat(const fltSemantics &, uninitializedTag);
200 APFloat(const fltSemantics &, const APInt &)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/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...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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...]
  /prebuilts/clang/host/linux-x86/clang-4479392/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...]
  /prebuilts/clang/host/linux-x86/clang-4579689/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...]
  /prebuilts/clang/host/linux-x86/clang-4630689/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...]
  /prebuilts/clang/host/linux-x86/clang-4639204/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...]
  /prebuilts/clang/host/linux-x86/clang-4691093/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/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h 1 //===- llvm/ADT/APFloat.h - Arbitrary Precision Floating Point ---*- C++ -*-==//
29 class APFloat;
48 /// APFloat uses bignum integer arithmetic as provided by static functions in
109 /// APFloat does not provide any exception handling beyond default exception
129 // This is the common type definitions shared by APFloat and its internal
189 /// Convenience enum used to construct an uninitialized APFloat.
238 /// Used to insert APFloat objects, or objects that contain APFloat objects,
299 /// \brief A static helper to produce a copy of an APFloat value with its sign
300 /// copied from some other APFloat
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 1 //===- llvm/ADT/APFloat.h - Arbitrary Precision Floating Point ---*- C++ -*-==//
39 class APFloat;
58 /// APFloat uses bignum integer arithmetic as provided by static functions in
119 /// APFloat does not provide any exception handling beyond default exception
139 // This is the common type definitions shared by APFloat and its internal
202 /// Convenience enum used to construct an uninitialized APFloat.
377 /// Overload to compute a hash code for an APFloat value.
413 bool getExactInverse(APFloat *inv) const;
415 /// Returns the exponent of the internal representation of the APFloat.
417 /// Because the radix of APFloat is 2, this is equivalent to floor(log2(x))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APFloat.h 1 //===- llvm/ADT/APFloat.h - Arbitrary Precision Floating Point ---*- C++ -*-==//
39 class APFloat;
58 /// APFloat uses bignum integer arithmetic as provided by static functions in
119 /// APFloat does not provide any exception handling beyond default exception
139 // This is the common type definitions shared by APFloat and its internal
202 /// Convenience enum used to construct an uninitialized APFloat.
377 /// Overload to compute a hash code for an APFloat value.
419 bool getExactInverse(APFloat *inv) const;
421 /// Returns the exponent of the internal representation of the APFloat.
423 /// Because the radix of APFloat is 2, this is equivalent to floor(log2(x))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APFloat.h 1 //===- llvm/ADT/APFloat.h - Arbitrary Precision Floating Point ---*- C++ -*-==//
39 class APFloat;
58 /// APFloat uses bignum integer arithmetic as provided by static functions in
119 /// APFloat does not provide any exception handling beyond default exception
139 // This is the common type definitions shared by APFloat and its internal
202 /// Convenience enum used to construct an uninitialized APFloat.
377 /// Overload to compute a hash code for an APFloat value.
419 bool getExactInverse(APFloat *inv) const;
421 /// Returns the exponent of the internal representation of the APFloat.
423 /// Because the radix of APFloat is 2, this is equivalent to floor(log2(x))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APFloat.h 1 //===- llvm/ADT/APFloat.h - Arbitrary Precision Floating Point ---*- C++ -*-==//
39 class APFloat;
58 /// APFloat uses bignum integer arithmetic as provided by static functions in
119 /// APFloat does not provide any exception handling beyond default exception
139 // This is the common type definitions shared by APFloat and its internal
202 /// Convenience enum used to construct an uninitialized APFloat.
377 /// Overload to compute a hash code for an APFloat value.
419 bool getExactInverse(APFloat *inv) const;
421 /// Returns the exponent of the internal representation of the APFloat.
423 /// Because the radix of APFloat is 2, this is equivalent to floor(log2(x))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APFloat.h 1 //===- llvm/ADT/APFloat.h - Arbitrary Precision Floating Point ---*- C++ -*-==//
39 class APFloat;
58 /// APFloat uses bignum integer arithmetic as provided by static functions in
119 /// APFloat does not provide any exception handling beyond default exception
139 // This is the common type definitions shared by APFloat and its internal
202 /// Convenience enum used to construct an uninitialized APFloat.
377 /// Overload to compute a hash code for an APFloat value.
419 bool getExactInverse(APFloat *inv) const;
421 /// Returns the exponent of the internal representation of the APFloat.
423 /// Because the radix of APFloat is 2, this is equivalent to floor(log2(x))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APFloat.h 1 //===- llvm/ADT/APFloat.h - Arbitrary Precision Floating Point ---*- C++ -*-==//
39 class APFloat;
58 /// APFloat uses bignum integer arithmetic as provided by static functions in
119 /// APFloat does not provide any exception handling beyond default exception
139 // This is the common type definitions shared by APFloat and its internal
202 /// Convenience enum used to construct an uninitialized APFloat.
377 /// Overload to compute a hash code for an APFloat value.
419 bool getExactInverse(APFloat *inv) const;
421 /// Returns the exponent of the internal representation of the APFloat.
423 /// Because the radix of APFloat is 2, this is equivalent to floor(log2(x))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APFloat.h 1 //===- llvm/ADT/APFloat.h - Arbitrary Precision Floating Point ---*- C++ -*-==//
39 class APFloat;
58 /// APFloat uses bignum integer arithmetic as provided by static functions in
119 /// APFloat does not provide any exception handling beyond default exception
139 // This is the common type definitions shared by APFloat and its internal
202 /// Convenience enum used to construct an uninitialized APFloat.
377 /// Overload to compute a hash code for an APFloat value.
419 bool getExactInverse(APFloat *inv) const;
421 /// Returns the exponent of the internal representation of the APFloat.
423 /// Because the radix of APFloat is 2, this is equivalent to floor(log2(x))
    [all...]

Completed in 512 milliseconds

1 2