Searched refs:log_cnt (Results 1 – 2 of 2) sorted by relevance
29 uint32_t log_cnt, y, correction; in FastSLog2Slow_MIPS32() local42 : [log_cnt]"=&r"(log_cnt), [y]"=&r"(y), in FastSLog2Slow_MIPS32()56 return v_f * (kLog2Table[temp] + log_cnt) + correction; in FastSLog2Slow_MIPS32()65 uint32_t log_cnt, y; in FastLog2Slow_MIPS32() local76 : [log_cnt]"=&r"(log_cnt), [y]"=&r"(y), in FastLog2Slow_MIPS32()81 log_2 = kLog2Table[temp] + log_cnt; in FastLog2Slow_MIPS32()
332 int log_cnt = 0; in FastSLog2Slow_C() local338 ++log_cnt; in FastSLog2Slow_C()349 return v_f * (kLog2Table[v] + log_cnt) + correction; in FastSLog2Slow_C()358 int log_cnt = 0; in FastLog2Slow_C() local363 ++log_cnt; in FastLog2Slow_C()367 log_2 = kLog2Table[v] + log_cnt; in FastLog2Slow_C()
Completed in 6 milliseconds