Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1036 bool isDenormal() const { return getIEEE().isDenormal(); } in isDenormal() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h1168 bool isDenormal() const { APFLOAT_DISPATCH_ON_SEMANTICS(isDenormal()); } in isDenormal() function
/third_party/skia/third_party/externals/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