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