Searched refs:XFloat (Results 1 – 4 of 4) sorted by relevance
19 template <size_t Precision> class XFloat {37 XFloat() : exp(0) { in XFloat() function42 XFloat(const XFloat &other) : exp(other.exp) { in XFloat() function47 explicit XFloat(double x) { in XFloat() function55 XFloat(int e, const UInt<Precision> &bits) : exp(e) { in XFloat() function88 double mul(const XFloat<Precision> &other) { in mul()127 XFloat<result_bits> result(result_exp, result_man); in mul()
31 XFloat.h
46 fputil::XFloat<192> result(inv_y_exponent - word_drop * 64 - bit_drop, in mod_impl()54 fputil::XFloat<192> y_192(y_exponent, y_man); in mod_impl()
3125 libc/src/__support/FPUtil/XFloat.h