Searched refs:log_cnt (Results 1 – 2 of 2) sorted by relevance
32 uint32_t log_cnt, y, correction; in FastSLog2Slow() local45 : [log_cnt]"=&r"(log_cnt), [y]"=&r"(y), in FastSLog2Slow()59 return v_f * (kLog2Table[temp] + log_cnt) + correction; in FastSLog2Slow()68 uint32_t log_cnt, y; in FastLog2Slow() local79 : [log_cnt]"=&r"(log_cnt), [y]"=&r"(y), in FastLog2Slow()84 log_2 = kLog2Table[temp] + log_cnt; in FastLog2Slow()
339 int log_cnt = 0; in FastSLog2Slow() local345 ++log_cnt; in FastSLog2Slow()356 return v_f * (kLog2Table[v] + log_cnt) + correction; in FastSLog2Slow()365 int log_cnt = 0; in FastLog2Slow() local370 ++log_cnt; in FastLog2Slow()374 log_2 = kLog2Table[v] + log_cnt; in FastLog2Slow()