Searched refs:log_2 (Results 1 – 4 of 4) sorted by relevance
67 double log_2; in FastLog2Slow_MIPS32() local81 log_2 = kLog2Table[temp] + log_cnt; in FastLog2Slow_MIPS32()87 log_2 += (double)correction / v; in FastLog2Slow_MIPS32()89 return (float)log_2; in FastLog2Slow_MIPS32()
361 double log_2; in FastLog2Slow_C() local367 log_2 = kLog2Table[v] + log_cnt; in FastLog2Slow_C()372 log_2 += (double)correction / orig_v; in FastLog2Slow_C()374 return (float)log_2; in FastLog2Slow_C()
542 const FixedPoint0 log_2 = GEMMLOWP_CHECKED_FIXEDPOINT_CONSTANT( in log_x_for_x_greater_than_or_equal_to_1_impl() local609 return gemmlowp::Rescale<OutputIntegerBits>(z_pow_2_adj * log_2 + in log_x_for_x_greater_than_or_equal_to_1_impl()
312 The MinQueueSizeLog field is defined as log_2(N), where N is
Completed in 10 milliseconds