Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleLoader.h59 bool isNormal() const { return Storage.getInt() == Normal; } in isNormal() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h346 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function
1221 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dtraits.d203 bool isNormal(X)(X x) @trusted pure nothrow @nogc in isNormal() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.h287 EHCleanupScope(bool isNormal, bool isEH, unsigned cleanupSize, in EHCleanupScope()