Searched refs:FastMathInstance (Results 1 – 2 of 2) sorted by relevance
62 extern FastMathClass FastMathInstance;64 inline float VeryFastExp2(float f) { return FastMathInstance.VeryFastExp2(f); } in VeryFastExp2()65 inline float VeryFastExp(float f) { return FastMathInstance.VeryFastExp(f); } in VeryFastExp()
27 FastMathClass FastMathInstance; variable