Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h1048 bool isSmallest() const { return getIEEE().isSmallest(); } in isSmallest() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPFloat.h1180 bool isSmallest() const { APFLOAT_DISPATCH_ON_SEMANTICS(isSmallest()); } in isSmallest() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DAPFloat.h1310 bool isSmallest() const { APFLOAT_DISPATCH_ON_SEMANTICS(isSmallest()); } in isSmallest() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DAPFloat.h1310 bool isSmallest() const { APFLOAT_DISPATCH_ON_SEMANTICS(isSmallest()); } in isSmallest() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DAPFloat.h1244 bool isSmallest() const { APFLOAT_DISPATCH_ON_SEMANTICS(isSmallest()); } in isSmallest() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DAPFloat.h1310 bool isSmallest() const { APFLOAT_DISPATCH_ON_SEMANTICS(isSmallest()); } in isSmallest() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DAPFloat.h1310 bool isSmallest() const { APFLOAT_DISPATCH_ON_SEMANTICS(isSmallest()); } in isSmallest() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp818 bool IEEEFloat::isSmallest() const { in isSmallest() function in llvm::detail::IEEEFloat
4431 bool DoubleAPFloat::isSmallest() const { in isSmallest() function in llvm::detail::DoubleAPFloat
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPFloat.cpp878 bool IEEEFloat::isSmallest() const { in isSmallest() function in llvm::detail::IEEEFloat
5013 bool DoubleAPFloat::isSmallest() const { in isSmallest() function in llvm::detail::DoubleAPFloat
/aosp_15_r20/external/llvm/lib/Support/
H A DAPFloat.cpp713 APFloat::isSmallest() const { in isSmallest() function in APFloat