Searched defs:DiyFp (Results 1 – 2 of 2) sorted by relevance
59 DiyFp() : f_(0), e_(0) {} in DiyFp() function60 DiyFp(const uint64_t significand, const int32_t exponent) : f_(significand), e_(exponent) {} in DiyFp() function