Searched refs:x_log2_rounded (Results 1 – 1 of 1) sorted by relevance
131 const float x_log2_rounded = std::round(x_log2); in CheckedLog2() local132 const float x_log2_fracpart = x_log2 - x_log2_rounded; in CheckedLog2()134 *log2_result = static_cast<int>(x_log2_rounded); in CheckedLog2()