Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-ctfloat.cc80 CTFloat::isInfinity (real_t r) in isInfinity() function in CTFloat
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h305 bool isInfinity() const { return Val.isInfinity(); } in isInfinity() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h362 bool isInfinity() const { return category == fcInfinity; } in isInfinity() function
1214 bool isInfinity() const { return getCategory() == fcInfinity; } in isInfinity() function
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-frontend.cc344 CTFloat::isInfinity (real_t r) in isInfinity() function in CTFloat