Searched defs:log_2 (Results 1 – 9 of 9) sorted by relevance
40 const int log_2 = ((x >> 23) & 255) - 128; in fast_log2() local
111 unsigned int log_2(unsigned int size) in log_2() function
215 const int log_2 = int((x >> 23) & 255) - 128; in fast_log2() local
67 double log_2; in FastLog2Slow_MIPS32() local
373 double log_2; in FastLog2Slow_C() local
36 static const lu_byte log_2[256] = { /* log_2[i] = ceil(log2(i - 1)) */ in luaO_ceillog2() local
483 const T log_2 = T(std::log(2.0)); in log2() local
683 const FixedPoint0 log_2 = GEMMLOWP_CHECKED_FIXEDPOINT_CONSTANT( in log_x_for_x_greater_than_or_equal_to_1_impl() local
831 float log_2 = (float)(((u.x >> 23) & 255) - 128); in fast_log2() local