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