Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Decimal/
H A Dbinary-to-decimal.cpp56 DivideBy<5>();
207 return DivideBy<2>() != 0; in Mean()
273 DivideBy<10>(); in Minimize()
H A Dbig-radix-floating-point.h214 template <unsigned DIVISOR> int DivideBy() { in RemoveLeastOrderZeroDigits() function