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

  /external/llvm/unittests/ADT/
APFloatTest.cpp 38 // positive/negative distinction is included only since the getQNaN/getSNaN
45 EXPECT_TRUE(APFloat::getSNaN(APFloat::IEEEsingle, false).isSignaling());
46 EXPECT_TRUE(APFloat::getSNaN(APFloat::IEEEsingle, true).isSignaling());
47 EXPECT_TRUE(APFloat::getSNaN(APFloat::IEEEsingle, false, &payload).isSignaling());
48 EXPECT_TRUE(APFloat::getSNaN(APFloat::IEEEsingle, true, &payload).isSignaling());
172 test = APFloat::getSNaN(APFloat::IEEEquad, false);
178 test = APFloat::getSNaN(APFloat::IEEEquad, false);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APFloat.h 223 /// getSNan - Factory for SNaN values.
224 static APFloat getSNaN(const fltSemantics &Sem,
  /external/llvm/include/llvm/ADT/
APFloat.h 255 static APFloat getSNaN(const fltSemantics &Sem, bool Negative = false,
  /external/swiftshader/third_party/LLVM/unittests/ADT/
APFloatTest.cpp 402 return APFloat::getSNaN(Sem, Negative, &apfill).bitcastToAPInt();
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h 880 static APFloat getSNaN(const fltSemantics &Sem, bool Negative = false,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 888 static APFloat getSNaN(const fltSemantics &Sem, bool Negative = false,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APFloat.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APFloat.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APFloat.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APFloat.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APFloat.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APFloat.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 888 static APFloat getSNaN(const fltSemantics &Sem, bool Negative = false,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APFloat.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APFloat.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APFloat.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APFloat.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APFloat.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APFloat.h     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 571 milliseconds