HomeSort by relevance Sort by last modified time
    Searched defs:getQNaN (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APFloat.h 210 return getQNaN(Sem, Negative, &fill);
212 return getQNaN(Sem, Negative, 0);
216 /// getQNan - Factory for QNaN values.
217 static APFloat getQNaN(const fltSemantics &Sem,
  /external/llvm/include/llvm/ADT/
APFloat.h 242 return getQNaN(Sem, Negative, &fill);
244 return getQNaN(Sem, Negative, nullptr);
249 static APFloat getQNaN(const fltSemantics &Sem, bool Negative = false,

Completed in 4219 milliseconds