HomeSort by relevance Sort by last modified time
    Searched refs:makeNaN (Results 1 - 15 of 15) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APFloat.h 220 return makeNaN(Sem, false, Negative, payload);
227 return makeNaN(Sem, true, Negative, payload);
390 static APFloat makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative,
392 void makeNaN(bool SNaN = false, bool Neg = false, const APInt *fill = 0);
  /external/llvm/include/llvm/ADT/
APFloat.h 251 return makeNaN(Sem, false, Negative, payload);
257 return makeNaN(Sem, true, Negative, payload);
571 void makeNaN(bool SNaN = false, bool Neg = false,
573 static APFloat makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h 469 void makeNaN(bool SNaN = false, bool Neg = false,
646 void makeNaN(bool SNaN, bool Neg, const APInt *fill);
783 void makeNaN(bool SNaN, bool Neg, const APInt *fill) {
784 getIEEE().makeNaN(SNaN, Neg, fill);
875 Val.makeNaN(false, Negative, payload);
883 Val.makeNaN(true, Negative, payload);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 436 void makeNaN(bool SNaN = false, bool Neg = false,
625 void makeNaN(bool SNaN, bool Neg, const APInt *fill);
792 void makeNaN(bool SNaN, bool Neg, const APInt *fill) {
793 APFLOAT_DISPATCH_ON_SEMANTICS(makeNaN(SNaN, Neg, fill));
883 Val.makeNaN(false, Negative, payload);
891 Val.makeNaN(true, Negative, payload);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 436 void makeNaN(bool SNaN = false, bool Neg = false,
625 void makeNaN(bool SNaN, bool Neg, const APInt *fill);
792 void makeNaN(bool SNaN, bool Neg, const APInt *fill) {
793 APFLOAT_DISPATCH_ON_SEMANTICS(makeNaN(SNaN, Neg, fill));
883 Val.makeNaN(false, Negative, payload);
891 Val.makeNaN(true, Negative, payload);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 436 void makeNaN(bool SNaN = false, bool Neg = false,
625 void makeNaN(bool SNaN, bool Neg, const APInt *fill);
792 void makeNaN(bool SNaN, bool Neg, const APInt *fill) {
793 APFLOAT_DISPATCH_ON_SEMANTICS(makeNaN(SNaN, Neg, fill));
883 Val.makeNaN(false, Negative, payload);
891 Val.makeNaN(true, Negative, payload);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 436 void makeNaN(bool SNaN = false, bool Neg = false,
625 void makeNaN(bool SNaN, bool Neg, const APInt *fill);
792 void makeNaN(bool SNaN, bool Neg, const APInt *fill) {
793 APFLOAT_DISPATCH_ON_SEMANTICS(makeNaN(SNaN, Neg, fill));
883 Val.makeNaN(false, Negative, payload);
891 Val.makeNaN(true, Negative, payload);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 436 void makeNaN(bool SNaN = false, bool Neg = false,
625 void makeNaN(bool SNaN, bool Neg, const APInt *fill);
792 void makeNaN(bool SNaN, bool Neg, const APInt *fill) {
793 APFLOAT_DISPATCH_ON_SEMANTICS(makeNaN(SNaN, Neg, fill));
883 Val.makeNaN(false, Negative, payload);
891 Val.makeNaN(true, Negative, payload);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 436 void makeNaN(bool SNaN = false, bool Neg = false,
625 void makeNaN(bool SNaN, bool Neg, const APInt *fill);
792 void makeNaN(bool SNaN, bool Neg, const APInt *fill) {
793 APFLOAT_DISPATCH_ON_SEMANTICS(makeNaN(SNaN, Neg, fill));
883 Val.makeNaN(false, Negative, payload);
891 Val.makeNaN(true, Negative, payload);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 436 void makeNaN(bool SNaN = false, bool Neg = false,
625 void makeNaN(bool SNaN, bool Neg, const APInt *fill);
792 void makeNaN(bool SNaN, bool Neg, const APInt *fill) {
793 APFLOAT_DISPATCH_ON_SEMANTICS(makeNaN(SNaN, Neg, fill));
883 Val.makeNaN(false, Negative, payload);
891 Val.makeNaN(true, Negative, payload);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 436 void makeNaN(bool SNaN = false, bool Neg = false,
625 void makeNaN(bool SNaN, bool Neg, const APInt *fill);
792 void makeNaN(bool SNaN, bool Neg, const APInt *fill) {
793 APFLOAT_DISPATCH_ON_SEMANTICS(makeNaN(SNaN, Neg, fill));
883 Val.makeNaN(false, Negative, payload);
891 Val.makeNaN(true, Negative, payload);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APFloat.cpp 631 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill)
678 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative,
681 value.makeNaN(SNaN, Negative, fill);
764 makeNaN();
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp 623 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill)
670 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative,
673 value.makeNaN(SNaN, Negative, fill);
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/ADT/
APFloatTest.cpp 407 TEST(APFloatTest, makeNaN) {
    [all...]
  /external/llvm/unittests/ADT/
APFloatTest.cpp     [all...]

Completed in 344 milliseconds