Searched defs:DiyFp (Results 1 – 2 of 2) sorted by relevance
24 DiyFp() : f_(0), e_(0) {} in DiyFp() function25 DiyFp(uint64_t f, int e) : f_(f), e_(e) {} in DiyFp() function
58 DiyFp() : f_(0), e_(0) {} in DiyFp() function59 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp() function