Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Decimal/
Dbinary-to-decimal.cpp55 DivideBy<5>();
206 return DivideBy<2>() != 0; in Mean()
272 DivideBy<10>(); in Minimize()
Dbig-radix-floating-point.h213 template <unsigned DIVISOR> int DivideBy() { in RemoveLeastOrderZeroDigits() function