Searched refs:v_f (Results 1 – 2 of 2) sorted by relevance
31 const float v_f = (float)v; in FastSLog2Slow_MIPS32() local56 return v_f * (kLog2Table[temp] + log_cnt) + correction; in FastSLog2Slow_MIPS32()
335 const float v_f = (float)v; in FastSLog2Slow_C() local349 return v_f * (kLog2Table[v] + log_cnt) + correction; in FastSLog2Slow_C()
Completed in 6 milliseconds