OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:makeNaN
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h
463
void
makeNaN
(bool SNaN = false, bool Neg = false,
659
void
makeNaN
(bool SNaN, bool Neg, const APInt *fill);
825
void
makeNaN
(bool SNaN, bool Neg, const APInt *fill) {
826
APFLOAT_DISPATCH_ON_SEMANTICS(
makeNaN
(SNaN, Neg, fill));
919
Val.
makeNaN
(false, Negative, payload);
927
Val.
makeNaN
(true, Negative, payload);
Completed in 50 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026