OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROBABILITY_TABLE_COUNT
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
forgetting_curve_utils.h
74
static const int
PROBABILITY_TABLE_COUNT
;
forgetting_curve_utils.cpp
179
const int ForgettingCurveUtils::ProbabilityTable::
PROBABILITY_TABLE_COUNT
= 4;
191
mTables.resize(
PROBABILITY_TABLE_COUNT
);
192
for (int tableId = 0; tableId <
PROBABILITY_TABLE_COUNT
; ++tableId) {
Completed in 48 milliseconds