Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DScaledNumberTest.cpp81 TEST(ScaledNumberHelpersTest, getProduct) { in TEST() argument
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h115 inline std::pair<DigitsT, int16_t> getProduct(DigitsT LHS, DigitsT RHS) { in getProduct() function
688 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS) { in getProduct() function