Home
last modified time | relevance | path

Searched refs:divideSpecials (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
DAPFloat.h565 opStatus divideSpecials(const APFloat &);
/external/llvm/lib/Support/
DAPFloat.cpp1562 APFloat::divideSpecials(const APFloat &rhs) in divideSpecials() function in APFloat
1732 fs = divideSpecials(rhs); in divide()