Searched defs:DiyFp (Results 1 – 2 of 2) sorted by relevance
168 struct DiyFp { struct169 DiyFp() : f(), e() {} in DiyFp() function170 DiyFp(uint64_t fp, int exp) : f(fp), e(exp) {} in DiyFp() function172 explicit DiyFp(double d) in DiyFp() function208 …return DiyFp(ac + (ad >> kInt32Bits) + (bc >> kInt32Bits) + (tmp >> kInt32Bits), e + rhs.e + kInt6… argument211 DiyFp Normalize() const in Normalize() argument223 DiyFp NormalizeBoundary() const in NormalizeBoundary() argument235 void NormalizedBoundaries(DiyFp *minus, DiyFp *plus) const in NormalizedBoundaries() argument265 static DiyFp GetCachedPower(int e, int *K) in GetCachedPower() argument
83 DiyFp() : f_(), e_() {} in DiyFp() function84 DiyFp(uint64_t fp, int exp) : f_(fp), e_(exp) {} in DiyFp() function86 explicit DiyFp(double d) in DiyFp() function