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

/external/v8/src/
H A Ddiy-fp.h105 void set_f(uint64_t new_value) { f_ = new_value; } function in class:v8::internal::DiyFp
H A Ddouble.h178 m_minus.set_f(m_minus.f() << (m_minus.e() - m_plus.e()));
H A Dstrtod.cc328 input.set_f(input.f() >> shift_amount);
347 rounded_input.set_f(rounded_input.f() + 1);
H A Dfast-dtoa.cc467 unsafe_interval.set_f(unsafe_interval.f() * 10);

Completed in 127 milliseconds