Home
last modified time | relevance | path

Searched refs:FastMathInstance (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/util/math/
Dfastexp.h61 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()
Dfastexp.cc26 FastMathClass FastMathInstance; variable