Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/math/
Dfastexp.h37 static constexpr float kLogBase2OfE = 1.44269504088896340736f; variable
54 return VeryFastExp2(f * kLogBase2OfE); in VeryFastExp()
Dfastexp.cc24 constexpr float FastMathClass::kLogBase2OfE; member in libtextclassifier3::FastMathClass
/external/libtextclassifier/lang_id/common/math/
Dfastexp.h39 static constexpr float kLogBase2OfE = 1.44269504088896340736f; variable
56 return VeryFastExp2(f * kLogBase2OfE); in VeryFastExp()
Dfastexp.cc25 constexpr float FastMathClass::kLogBase2OfE; member in libtextclassifier3::mobile::FastMathClass