OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 08:35:24 UTC 2026