HomeSort by relevance Sort by last modified time
    Searched defs:isNormal (Results 1 - 5 of 5) sorted by null

  /external/guava/guava/src/com/google/common/math/
DoubleUtils.java 123 static boolean isNormal(double d) {
  /external/llvm/include/llvm/ADT/
APFloat.h 364 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
368 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 65 milliseconds