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

  /nv-g11n/inputmethod/sunpinyin/ime/src/config/
beos.h 77 inline double log2(double value) { return (log(v) / M_LN2); } function
79 extern "C" double log2(double);
  /nv-g11n/inputmethod/sunpinyin/slm/src/config/
beos.h 77 inline double log2(double value) { return (log(v) / M_LN2); } function
79 extern "C" double log2(double);
  /nv-g11n/inputmethod/sunpinyin2/src/config/
beos.h 77 inline double log2(double value) { return (log(v) / M_LN2); } function
79 extern "C" double log2(double);
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslmpack/
common.h 55 #define EffectivePr(a) (float((usingLogPr)?((a)/log(2.0)):(-log2((a)))))
  /nv-g11n/inputmethod/sunpinyin2/src/slm/tslmpack/
common.h 55 #define EffectivePr(a) (float((usingLogPr)?((a)/log(2.0)):(-log2((a)))))
  /nv-g11n/inputmethod/sunpinyin/slm/
configure.ac 83 AC_CHECK_FUNCS(getopt_long get_opt memset setlocale strdup strlen strcpy log2 exp2)
  /nv-g11n/inputmethod/sunpinyin/ime/src/
imi_context.h 96 log2() const function in struct:TLongExpFloat
101 return ::log2(m_base)+m_exp;
imi_context.cpp 578 double ds = -score.log2();
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/src/
portability.h 138 log2() const function in struct:TLongExpFloat
139 {return ::log2(m_base)+m_exp;}
  /nv-g11n/inputmethod/sunpinyin/ime/
configure.ac 228 AC_CHECK_FUNCS(memset munmap setlocale strdup log2 exp2)
  /nv-g11n/inputmethod/sunpinyin2/
configure.ac 274 AC_CHECK_FUNCS(getopt_long get_opt munmap memset setlocale strdup strndup strlen strcpy log2 exp2)
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/thread/
slmthread.cpp 237 #define EffectivePr(a) (float((usingLogPr)?((a)/log(2.0)):(-log2((a)))))
  /nv-g11n/inputmethod/sunpinyin2/src/slm/thread/
slmthread.cpp 237 #define EffectivePr(a) (float((usingLogPr)?((a)/log(2.0)):(-log2((a)))))
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
imi_context.cpp 54 double ds = -score.log2();

Completed in 8928 milliseconds