Home
last modified time | relevance | path

Searched defs:makeNaN (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Support/
DAPFloat.cpp618 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN() function in APFloat
665 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN() function in APFloat
/external/llvm/unittests/ADT/
DAPFloatTest.cpp932 TEST(APFloatTest, makeNaN) { in TEST() argument