Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddigitlst.h282 UBool isNaN(void) const {return decNumberIsNaN(fDecNumber);}; in isNaN() function
/external/llvm/include/llvm/
DConstants.h269 bool isNaN() const { return Val.isNaN(); } in isNaN() function
/external/llvm/include/llvm/ADT/
DAPFloat.h323 bool isNaN() const { return category == fcNaN; } in isNaN() function