Home | History | Annotate | Download | only in big

Lines Matching refs:form

28 // For the binary exponent formats, the mantissa is printed in normalized form:
57 // Append appends to buf the string form of the floating-point number x,
66 if x.form == inf {
88 if x.form == finite {
171 // Compute the lower and upper bound in decimal form and find the
175 // See if we can use it (in adjusted form) here as well.
312 if x.form == zero {
316 if debugFloat && x.form != finite {
345 if x.form == zero {
349 if debugFloat && x.form != finite {