Searched refs:math_log (Results 1 – 1 of 1) sorted by relevance
108 float math_log(float a, float b) in math_log() function120 return (a + log_2) / math_log(b, 2); in math_log()127 return math_log(a, 2.0); in math_log2()