Home
last modified time | relevance | path

Searched refs:multiplySpecials (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h386 opStatus multiplySpecials(const APFloat &);
/external/llvm/include/llvm/ADT/
DAPFloat.h561 opStatus multiplySpecials(const APFloat &);
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp1415 APFloat::multiplySpecials(const APFloat &rhs) in multiplySpecials() function in APFloat
1611 fs = multiplySpecials(rhs); in multiply()
1753 fs = multiplySpecials(multiplicand); in fusedMultiplyAdd()
/external/llvm/lib/Support/
DAPFloat.cpp1521 APFloat::multiplySpecials(const APFloat &rhs) in multiplySpecials() function in APFloat
1716 fs = multiplySpecials(rhs); in multiply()
1853 fs = multiplySpecials(multiplicand); in fusedMultiplyAdd()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h522 opStatus multiplySpecials(const IEEEFloat &);