HomeSort by: relevance | last modified time | path
    Searched defs:isNormal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
ModuleLoader.h 59 bool isNormal() const { return Storage.getInt() == Normal; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 342 /// IEEE-754R isNormal: Returns true if and only if the current value is normal.
346 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
1221 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }

Completed in 26 milliseconds