Searched defs:makeNaN (Results 1 – 2 of 2) sorted by relevance
620 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN() function in APFloat667 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN() function in APFloat
1009 TEST(APFloatTest, makeNaN) { in TEST() argument