HomeSort by relevance Sort by last modified time
    Searched full:m_plus (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/
double.h 129 // The bigger boundary (m_plus) is normalized. The lower boundary has the same
130 // exponent as m_plus.
136 DiyFp m_plus = DiyFp::Normalize(DiyFp((v.f() << 1) + 1, v.e() - 1)); local
149 m_minus.set_f(m_minus.f() << (m_minus.e() - m_plus.e()));
150 m_minus.set_e(m_plus.e());
151 *out_m_plus = m_plus;
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
double.h 158 // The bigger boundary (m_plus) is normalized. The lower boundary has the same
159 // exponent as m_plus.
165 DiyFp m_plus = DiyFp::Normalize(DiyFp((v.f() << 1) + 1, v.e() - 1)); local
178 m_minus.set_f(m_minus.f() << (m_minus.e() - m_plus.e()));
179 m_minus.set_e(m_plus.e());
180 *out_m_plus = m_plus;
  /libcore/luni/src/main/java/java/lang/
RealToString.java 279 if (R + M > S) { // was M_plus
301 high = R + M > S; // was M_plus

Completed in 585 milliseconds