Home
last modified time | relevance | path

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

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