Home | History | Annotate | Download | only in big

Lines Matching refs:exponent

55 	// exponent
74 // may be a nonzero exponent exp. The decimal point amounts to a
75 // division by b**(-fcount). An exponent means multiplication by
84 // normalize mantissa and determine initial exponent contributions
88 // determine binary or decimal exponent contribution of decimal point
92 // Adjust relevant exponent accordingly.
108 // take actual exponent into account
116 panic("unexpected exponent base")
127 err = fmt.Errorf("exponent overflow")
132 // no decimal exponent contribution
214 // point number with a mantissa in the given conversion base (the exponent
223 // number = [ sign ] [ prefix ] mantissa [ exponent ] | infinity .
227 // exponent = ( "E" | "e" | "p" ) [ sign ] digits .
241 // A "p" exponent indicates a binary (rather then decimal) exponent;
243 // maximum float64 value. For hexadecimal mantissae, the exponent must
244 // be binary, if present (an "e" or "E" exponent indicator cannot be