Home
last modified time | relevance | path

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

/external/libtextclassifier/common/
Dfastexp.h62 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()
Dfastexp.cc27 FastMathClass FastMathInstance; variable