Searched defs:makeNaN (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APFloat.h | 935 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN() function |
/freebsd/contrib/llvm-project/llvm/lib/Support/ | ||
H A D | APFloat.cpp | 911 void IEEEFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) { in makeNaN() function in llvm::detail::IEEEFloat |