Searched refs:VeryFastExp2 (Results 1 – 1 of 1) sorted by relevance
45 float VeryFastExp2(float f) const { in VeryFastExp2() function55 return VeryFastExp2(f * kLogBase2OfE); in VeryFastExp()64 inline float VeryFastExp2(float f) { return FastMathInstance.VeryFastExp2(f); } in VeryFastExp2() function