Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Decimal/
H A Dbig-radix-floating-point.h146 RT_API_ATTRS bool IsFull() const { in IsFull() function
H A Ddecimal-to-binary.cpp226 RT_API_ATTRS bool IsFull() const { return value_ >= topBit; } in IsFull() function in Fortran::decimal::IntermediateFloat