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