Lines Matching refs:f_
24 DiyFp() : f_(0), e_(0) {}25 DiyFp(uint64_t f, int e) : f_(f), e_(e) {}33 DCHECK(f_ >= other.f_);34 f_ -= other.f_;58 DCHECK(f_ != 0);59 uint64_t f = f_;73 f_ = f;83 uint64_t f() const { return f_; }86 void set_f(uint64_t new_value) { f_ = new_value; }92 uint64_t f_;