Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/math/
Dfastexp.h61 extern FastMathClass FastMathInstance;
63 inline float VeryFastExp(float f) { return FastMathInstance.VeryFastExp(f); } in VeryFastExp()
Dfastexp.cc26 FastMathClass FastMathInstance; variable
/external/libtextclassifier/lang_id/common/math/
Dfastexp.h63 extern FastMathClass FastMathInstance;
65 inline float VeryFastExp(float f) { return FastMathInstance.VeryFastExp(f); } in VeryFastExp()
Dfastexp.cc27 FastMathClass FastMathInstance; variable