Searched defs:IsFull (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/lib/Decimal/ | ||
H A D | big-radix-floating-point.h | 146 RT_API_ATTRS bool IsFull() const { in IsFull() function |
H A D | decimal-to-binary.cpp | 226 RT_API_ATTRS bool IsFull() const { return value_ >= topBit; } in IsFull() function in Fortran::decimal::IntermediateFloat |