Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DIsNAN.cpp31 int IsNAN(float f) { return isnan(f); } in IsNAN() function
32 int IsNAN(double d) { return isnan(d); } in IsNAN() function