Searched refs:to_exponent (Results 1 – 1 of 1) sorted by relevance
196 typedef typename To::exponent_type to_exponent; in generic_interconvert() typedef197 …if((e > (std::numeric_limits<to_exponent>::max)()) || (e < (std::numeric_limits<to_exponent>::min)… in generic_interconvert()204 eval_ldexp(to, to, static_cast<to_exponent>(e)); in generic_interconvert()