Home
last modified time | relevance | path

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

/external/libtextclassifier/common/
Dfastexp.h38 static constexpr float kLogBase2OfE = 1.44269504088896340736f; variable
55 return VeryFastExp2(f * kLogBase2OfE); in VeryFastExp()
Dfastexp.cc25 constexpr float FastMathClass::kLogBase2OfE; member in libtextclassifier::nlp_core::FastMathClass