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

  /nv-g11n/inputmethod/sunpinyin2/src/
portability.cpp 54 m_exp = da.getExp();
59 m_exp = 0;
68 reda.m_exp += this->m_exp + b.m_exp;
77 reda.m_exp += (this->m_exp - b.m_exp);
85 return (m_exp < b.m_exp || (m_exp == b.m_exp && m_base < b.m_base))
    [all...]
portability.h 80 { return anony.m_exp - 0x3FF; }
88 { anony.m_exp = 0x3FF; }
96 unsigned m_exp : 11; member in struct:TDoubleAnatomy::TAnony
100 unsigned m_exp : 11;
109 TLongExpFloat(const TLongExpFloat& b) : m_base(b.m_base), m_exp(b.m_exp) { }
111 TLongExpFloat(int exp = 0, double base=0.0) : m_base(base), m_exp(exp) { }
135 {if (buf) sprintf(buf, "%10lf*2^%d", m_base, m_exp);}
139 {return ::log2(m_base)+m_exp;}
143 int m_exp; member in struct:TLongExpFloat
    [all...]
  /nv-g11n/inputmethod/sunpinyin/ime/src/
imi_context.h 67 TLongExpFloat(const TLongExpFloat& b) : m_base(b.m_base), m_exp(b.m_exp) { }
69 TLongExpFloat(int exp = 0, double base=0.0) : m_base(base), m_exp(exp) { }
93 { if (buf) sprintf(buf, "%10lf*2^%d", m_base, m_exp); }
101 return ::log2(m_base)+m_exp;
106 int m_exp; member in struct:TLongExpFloat
portability.h 71 { return anony.m_exp - 0x3FF; }
79 { anony.m_exp = 0x3FF; }
87 unsigned m_exp : 11; member in struct:TDoubleAnatomy::TAnony
91 unsigned m_exp : 11;
imi_context.cpp     [all...]

Completed in 120 milliseconds