Searched refs:set_f (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Ddiy-fp.h108 void set_f(uint64_t new_value) { f_ = new_value; } function in class:WTF::double_conversion::DiyFp
H A Ddouble.h178 m_minus.set_f(m_minus.f() << (m_minus.e() - m_plus.e()));
H A Dstrtod.cc327 input.set_f(input.f() >> shift_amount);
346 rounded_input.set_f(rounded_input.f() + 1);
H A Dfast-dtoa.cc468 unsafe_interval.set_f(unsafe_interval.f() * 10);
/external/chromium_org/v8/src/
H A Ddiy-fp.h82 void set_f(uint64_t new_value) { f_ = new_value; } function in class:v8::internal::DiyFp
H A Ddouble.h149 m_minus.set_f(m_minus.f() << (m_minus.e() - m_plus.e()));
H A Dstrtod.cc308 input.set_f(input.f() >> shift_amount);
327 rounded_input.set_f(rounded_input.f() + 1);
H A Dfast-dtoa.cc444 unsafe_interval.set_f(unsafe_interval.f() * 10);

Completed in 145 milliseconds