Searched refs:x_log2 (Results 1 – 1 of 1) sorted by relevance
130 const float x_log2 = std::log(x) * (1.0f / std::log(2.0f)); in CheckedLog2() local131 const float x_log2_rounded = std::round(x_log2); in CheckedLog2()132 const float x_log2_fracpart = x_log2 - x_log2_rounded; in CheckedLog2()