Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp221 bool IsFull() const { return value_ >= topBit; } in IsFull() function in Fortran::decimal::IntermediateFloat
377 while (!f.IsFull()) { in ConvertToBinary()
H A Dbig-radix-floating-point.h139 bool IsFull() const { in IsFull() function