Searched defs:log_2 (Results 1 – 6 of 6) sorted by relevance
87 unsigned int log_2(int size) in log_2() function
67 double log_2; in FastLog2Slow_MIPS32() local
361 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
542 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