Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h1036 bool isDenormal() const { return getIEEE().isDenormal(); } in isDenormal() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPFloat.h1168 bool isDenormal() const { APFLOAT_DISPATCH_ON_SEMANTICS(isDenormal()); } in isDenormal() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DAPFloat.h1296 bool isDenormal() const { APFLOAT_DISPATCH_ON_SEMANTICS(isDenormal()); } in isDenormal() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DAPFloat.h1296 bool isDenormal() const { APFLOAT_DISPATCH_ON_SEMANTICS(isDenormal()); } in isDenormal() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DAPFloat.h1230 bool isDenormal() const { APFLOAT_DISPATCH_ON_SEMANTICS(isDenormal()); } in isDenormal() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DAPFloat.h1296 bool isDenormal() const { APFLOAT_DISPATCH_ON_SEMANTICS(isDenormal()); } in isDenormal() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DAPFloat.h1296 bool isDenormal() const { APFLOAT_DISPATCH_ON_SEMANTICS(isDenormal()); } in isDenormal() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPFloat.cpp872 bool IEEEFloat::isDenormal() const { in isDenormal() function in llvm::detail::IEEEFloat
5006 bool DoubleAPFloat::isDenormal() const { in isDenormal() function in llvm::detail::DoubleAPFloat
/aosp_15_r20/external/llvm/lib/Support/
H A DAPFloat.cpp706 APFloat::isDenormal() const { in isDenormal() function in APFloat