Searched refs:kRadixShifts (Results 1 – 1 of 1) sorted by relevance
388 constexpr std::array<int, 4> kRadixShifts = {{23, 16, 8, 0}}; in ComplexToString() local395 << kRadixShifts[radix]; in ComplexToString()