Home
last modified time | relevance | path

Searched defs:VeryFastExp (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/lang_id/common/math/
Dfastexp.h55 float VeryFastExp(float f) const { in VeryFastExp() function
65 inline float VeryFastExp(float f) { return FastMathInstance.VeryFastExp(f); } in VeryFastExp() function
/external/libtextclassifier/utils/math/
Dfastexp.h53 float VeryFastExp(float f) const { in VeryFastExp() function
63 inline float VeryFastExp(float f) { return FastMathInstance.VeryFastExp(f); } in VeryFastExp() function