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