OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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