Lines Matching refs:e200
2144 a := Abs(1e200 * tanh[i] * Sqrt(2))
2145 if f := Hypot(1e200*tanh[i], 1e200*tanh[i]); !veryclose(a, f) {
2146 t.Errorf("Hypot(%g, %g) = %g, want %g", 1e200*tanh[i], 1e200*tanh[i], f, a)
2158 a := Abs(1e200 * tanh[i] * Sqrt(2))
2159 if f := HypotGo(1e200*tanh[i], 1e200*tanh[i]); !veryclose(a, f) {
2160 t.Errorf("HypotGo(%g, %g) = %g, want %g", 1e200*tanh[i], 1e200*tanh[i], f, a)