Searched defs:x_log2 (Results 1 – 2 of 2) sorted by relevance
40 pub x_log2: u8, field
399 const float x_log2 = std::log(x) * (1.0f / std::log(2.0f)); in CheckedLog2() local