Lines Matching refs:f_
43 DiyFp() : f_(0), e_(0) {}44 DiyFp(uint64_t f, int e) : f_(f), e_(e) {}52 ASSERT(f_ >= other.f_);53 f_ -= other.f_;77 ASSERT(f_ != 0);78 uint64_t f = f_;92 f_ = f;102 uint64_t f() const { return f_; }105 void set_f(uint64_t new_value) { f_ = new_value; }111 uint64_t f_;