Searched defs:VeryFastExp2 (Results 1 - 1 of 1) sorted by relevance
/external/libtextclassifier/util/math/ | ||
H A D | fastexp.h | 44 float VeryFastExp2(float f) const { function in class:libtextclassifier2::FastMathClass 54 return VeryFastExp2(f * kLogBase2OfE); 63 inline float VeryFastExp2(float f) { return FastMathInstance.VeryFastExp2(f); } function in namespace:libtextclassifier2 |
Completed in 136 milliseconds