1 // Copyright 2012 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
14 func BenchmarkComplex128DivNormal(b
*testing
.B
) {
18 for i
:= 0; i
< b
.N
; i
++ {
25 func BenchmarkComplex128DivNisNaN(b
*testing
.B
) {
29 for i
:= 0; i
< b
.N
; i
++ {
36 func BenchmarkComplex128DivDisNaN(b
*testing
.B
) {
40 for i
:= 0; i
< b
.N
; i
++ {
47 func BenchmarkComplex128DivNisInf(b
*testing
.B
) {
51 for i
:= 0; i
< b
.N
; i
++ {
58 func BenchmarkComplex128DivDisInf(b
*testing
.B
) {
62 for i
:= 0; i
< b
.N
; i
++ {