HomeSort by relevance Sort by last modified time
    Searched defs:getQNaN (Results 1 - 4 of 4) 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,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
APFloat.h 879 return getQNaN(Sem, Negative, &fill);
881 return getQNaN(Sem, Negative, nullptr);
886 static APFloat getQNaN(const fltSemantics &Sem, bool Negative = false,
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h 865 return getQNaN(Sem, Negative, &fill);
867 return getQNaN(Sem, Negative, nullptr);
872 static APFloat getQNaN(const fltSemantics &Sem, bool Negative = false,
    [all...]

Completed in 180 milliseconds