Searched refs:makeNaN (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 220 return makeNaN(Sem, false, Negative, payload); 227 return makeNaN(Sem, true, Negative, payload); 399 static APFloat makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, 401 void makeNaN(bool SNaN = false, bool Neg = false, const APInt *fill = 0);
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 632 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN() function in APFloat 679 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN() function in APFloat 682 value.makeNaN(SNaN, Negative, fill); in makeNaN() 765 makeNaN(); in APFloat() 1329 makeNaN(); in addOrSubtractSpecials() 1447 makeNaN(); in multiplySpecials() 1489 makeNaN(); in divideSpecials() 1525 makeNaN(); in modSpecials()
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 407 TEST(APFloatTest, makeNaN) { in TEST() argument
|