Searched refs:scale_shifts (Results 1 – 1 of 1) sorted by relevance
157 const int8_t scale_shifts[13] = {3, 4, 8, 11, 13, 14, 17, in FastFloatToBufferLeft() local161 scaled_fraction += (fraction >> scale_shifts[i]); in FastFloatToBufferLeft()