HomeSort by relevance Sort by last modified time
    Searched defs:discount (Results 1 - 2 of 2) sorted by null

  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/
sim_slmbuilder.cpp 68 double CSlmGTDiscounter::discount(int freq) function in class:CSlmGTDiscounter
87 double CSlmAbsoluteDiscounter::discount(int freq) function in class:CSlmAbsoluteDiscounter
102 double CSlmLinearDiscounter::discount(int freq) function in class:CSlmLinearDiscounter
347 double pr = disc->discount(ch[h].freq) / root_freq;
358 void CSlmBuilder::Discount()
362 printf("\n Initializing level %d's %s discount method: ", lvl, discounter[lvl]->getName());
512 Discount();
  /nv-g11n/inputmethod/sunpinyin2/src/slm/
sim_slmbuilder.cpp 68 double CSlmGTDiscounter::discount(int freq) function in class:CSlmGTDiscounter
87 double CSlmAbsoluteDiscounter::discount(int freq) function in class:CSlmAbsoluteDiscounter
102 double CSlmLinearDiscounter::discount(int freq) function in class:CSlmLinearDiscounter
347 double pr = disc->discount(ch[h].freq) / root_freq;
358 void CSlmBuilder::Discount()
362 printf("\n Initializing level %d's %s discount method: ", lvl, discounter[lvl]->getName());
512 Discount();

Completed in 240 milliseconds