HomeSort by relevance Sort by last modified time
    Searched refs:kLogBase2OfE (Results 1 - 4 of 4) sorted by null

  /external/libtextclassifier/lang_id/common/math/
fastexp.cc 25 constexpr float FastMathClass::kLogBase2OfE;
fastexp.h 39 static constexpr float kLogBase2OfE = 1.44269504088896340736f;
56 return VeryFastExp2(f * kLogBase2OfE);
  /external/libtextclassifier/utils/math/
fastexp.cc 24 constexpr float FastMathClass::kLogBase2OfE;
fastexp.h 37 static constexpr float kLogBase2OfE = 1.44269504088896340736f;
54 return VeryFastExp2(f * kLogBase2OfE);

Completed in 1519 milliseconds