Home
last modified time | relevance | path

Searched defs:isDenormal (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1036 bool isDenormal() const { return getIEEE().isDenormal(); } in isDenormal() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h1168 bool isDenormal() const { APFLOAT_DISPATCH_ON_SEMANTICS(isDenormal()); } in isDenormal() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp812 bool IEEEFloat::isDenormal() const { in isDenormal() function in llvm::detail::IEEEFloat
4424 bool DoubleAPFloat::isDenormal() const { in isDenormal() function in llvm::detail::DoubleAPFloat
/external/llvm/lib/Support/
DAPFloat.cpp706 APFloat::isDenormal() const { in isDenormal() function in APFloat