Searched refs:ShiftIn (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Decimal/ | ||
| H A D | decimal-to-binary.cpp | 220 void ShiftIn(int bit = 0) { value_ = value_ + value_ + bit; } in ShiftIn() function in Fortran::decimal::IntermediateFloat |