Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/math/
DDoubleUtils.java78 static boolean isNormal(double d) { in isNormal() method in DoubleUtils
/external/llvm/include/llvm/ADT/
DAPFloat.h408 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function
/external/clang/lib/CodeGen/
DCGCleanup.h287 EHCleanupScope(bool isNormal, bool isEH, bool isActive, in EHCleanupScope()
/external/llvm/unittests/ADT/
DAPFloatTest.cpp1552 TEST(APFloatTest, isNormal) { in TEST() argument