| // Copyright 2012 The Go Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style |
| // license that can be found in the LICENSE file. |
| func BenchmarkComplex128DivNormal(b *testing.B) { |
| for i := 0; i < b.N; i++ { |
| func BenchmarkComplex128DivNisNaN(b *testing.B) { |
| for i := 0; i < b.N; i++ { |
| func BenchmarkComplex128DivDisNaN(b *testing.B) { |
| for i := 0; i < b.N; i++ { |
| func BenchmarkComplex128DivNisInf(b *testing.B) { |
| for i := 0; i < b.N; i++ { |
| func BenchmarkComplex128DivDisInf(b *testing.B) { |
| for i := 0; i < b.N; i++ { |