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