Home
last modified time | relevance | path

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

/external/libtextclassifier/native/lang_id/common/math/
Dfastexp.h46 float VeryFastExp2(float f) const { in VeryFastExp2() function
56 return VeryFastExp2(f * kLogBase2OfE); in VeryFastExp()
/external/libtextclassifier/native/utils/math/
Dfastexp.h44 float VeryFastExp2(float f) const { in VeryFastExp2() function
54 return VeryFastExp2(f * kLogBase2OfE); in VeryFastExp()