2 references to AssembleFloatingPointValue
Microsoft.CodeAnalysis (2)
RealParser.cs (2)
569
return type.
AssembleFloatingPointValue
(completeMantissa, finalExponent, hasZeroTail, out result);
611
return type.
AssembleFloatingPointValue
(mantissa, exponent, has_zero_tail, out result);