Home
last modified time | relevance | path

Searched defs:SNaN (Results 1 – 6 of 6) sorted by relevance

/external/llvm/unittests/ADT/
DAPFloatTest.cpp1000 bool SNaN, bool Negative, uint64_t fill) { in nanbits()
1633 APFloat SNaN = APFloat::getSNaN(APFloat::IEEEsingle, false); in TEST() local
1921 APFloat SNaN = APFloat::getSNaN(APFloat::IEEEsingle, false); in TEST() local
2209 APFloat SNaN = APFloat::getSNaN(APFloat::IEEEsingle, false); in TEST() local
2498 APFloat SNaN = APFloat::getSNaN(APFloat::IEEEsingle, false); in TEST() local
2884 APFloat SNaN = APFloat::getSNaN(APFloat::IEEEsingle, false); in TEST() local
3060 APFloat SNaN = APFloat::getSNaN(APFloat::IEEEdouble, false); in TEST() local
/external/swiftshader/third_party/LLVM/unittests/ADT/
DAPFloatTest.cpp399 bool SNaN, bool Negative, uint64_t fill) { in nanbits()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h783 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp631 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN()
678 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN()
/external/llvm/lib/Support/
DAPFloat.cpp623 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN()
670 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN()
/external/clang/lib/AST/
DExprConstant.cpp8238 bool SNaN, in TryEvaluateBuiltinNaN()