Home
last modified time | relevance | path

Searched refs:cVeryclose (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/gcc8/gcc-8.5.0/libgo/go/math/cmplx/
H A Dcmath_test.go530 if f0, f1 := Acos(pt[0]), Acos(pt[1]); !cVeryclose(f0, f1) {
564 if f0, f1 := Asin(pt[0]), Asin(pt[1]); !cVeryclose(f0, f1) {
588 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
598 if f0, f1 := Atan(pt[0]), Atan(pt[1]); !cVeryclose(f0, f1) {
605 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
622 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
677 if f := Log(vc[i]); !cVeryclose(log[i], f) {
687 if f0, f1 := Log(pt[0]), Log(pt[1]); !cVeryclose(f0, f1) {
694 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
785 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/math/cmplx/
H A Dcmath_test.go532 if f0, f1 := Acos(pt[0]), Acos(pt[1]); !cVeryclose(f0, f1) {
566 if f0, f1 := Asin(pt[0]), Asin(pt[1]); !cVeryclose(f0, f1) {
590 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
600 if f0, f1 := Atan(pt[0]), Atan(pt[1]); !cVeryclose(f0, f1) {
607 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
624 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
679 if f := Log(vc[i]); !cVeryclose(log[i], f) {
689 if f0, f1 := Log(pt[0]), Log(pt[1]); !cVeryclose(f0, f1) {
696 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
787 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/math/cmplx/
H A Dcmath_test.go530 if f0, f1 := Acos(pt[0]), Acos(pt[1]); !cVeryclose(f0, f1) {
564 if f0, f1 := Asin(pt[0]), Asin(pt[1]); !cVeryclose(f0, f1) {
588 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
598 if f0, f1 := Atan(pt[0]), Atan(pt[1]); !cVeryclose(f0, f1) {
605 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
622 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
677 if f := Log(vc[i]); !cVeryclose(log[i], f) {
687 if f0, f1 := Log(pt[0]), Log(pt[1]); !cVeryclose(f0, f1) {
694 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
785 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/math/cmplx/
H A Dcmath_test.go530 if f0, f1 := Acos(pt[0]), Acos(pt[1]); !cVeryclose(f0, f1) {
564 if f0, f1 := Asin(pt[0]), Asin(pt[1]); !cVeryclose(f0, f1) {
588 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
598 if f0, f1 := Atan(pt[0]), Atan(pt[1]); !cVeryclose(f0, f1) {
605 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
622 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
677 if f := Log(vc[i]); !cVeryclose(log[i], f) {
687 if f0, f1 := Log(pt[0]), Log(pt[1]); !cVeryclose(f0, f1) {
694 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
785 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/math/cmplx/
H A Dcmath_test.go530 if f0, f1 := Acos(pt[0]), Acos(pt[1]); !cVeryclose(f0, f1) {
564 if f0, f1 := Asin(pt[0]), Asin(pt[1]); !cVeryclose(f0, f1) {
588 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
598 if f0, f1 := Atan(pt[0]), Atan(pt[1]); !cVeryclose(f0, f1) {
605 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
622 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
677 if f := Log(vc[i]); !cVeryclose(log[i], f) {
687 if f0, f1 := Log(pt[0]), Log(pt[1]); !cVeryclose(f0, f1) {
694 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
785 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/math/cmplx/
H A Dcmath_test.go530 if f0, f1 := Acos(pt[0]), Acos(pt[1]); !cVeryclose(f0, f1) {
564 if f0, f1 := Asin(pt[0]), Asin(pt[1]); !cVeryclose(f0, f1) {
588 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
598 if f0, f1 := Atan(pt[0]), Atan(pt[1]); !cVeryclose(f0, f1) {
605 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
622 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
677 if f := Log(vc[i]); !cVeryclose(log[i], f) {
687 if f0, f1 := Log(pt[0]), Log(pt[1]); !cVeryclose(f0, f1) {
694 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
785 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/math/cmplx/
H A Dcmath_test.go530 if f0, f1 := Acos(pt[0]), Acos(pt[1]); !cVeryclose(f0, f1) {
564 if f0, f1 := Asin(pt[0]), Asin(pt[1]); !cVeryclose(f0, f1) {
588 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
598 if f0, f1 := Atan(pt[0]), Atan(pt[1]); !cVeryclose(f0, f1) {
605 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
622 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
677 if f := Log(vc[i]); !cVeryclose(log[i], f) {
687 if f0, f1 := Log(pt[0]), Log(pt[1]); !cVeryclose(f0, f1) {
694 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
785 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/math/cmplx/
H A Dcmath_test.go530 if f0, f1 := Acos(pt[0]), Acos(pt[1]); !cVeryclose(f0, f1) {
564 if f0, f1 := Asin(pt[0]), Asin(pt[1]); !cVeryclose(f0, f1) {
588 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
598 if f0, f1 := Atan(pt[0]), Atan(pt[1]); !cVeryclose(f0, f1) {
605 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
622 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
677 if f := Log(vc[i]); !cVeryclose(log[i], f) {
687 if f0, f1 := Log(pt[0]), Log(pt[1]); !cVeryclose(f0, f1) {
694 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
785 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/math/cmplx/
H A Dcmath_test.go532 if f0, f1 := Acos(pt[0]), Acos(pt[1]); !cVeryclose(f0, f1) {
566 if f0, f1 := Asin(pt[0]), Asin(pt[1]); !cVeryclose(f0, f1) {
590 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
600 if f0, f1 := Atan(pt[0]), Atan(pt[1]); !cVeryclose(f0, f1) {
607 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
624 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
679 if f := Log(vc[i]); !cVeryclose(log[i], f) {
689 if f0, f1 := Log(pt[0]), Log(pt[1]); !cVeryclose(f0, f1) {
696 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
787 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/math/cmplx/
H A Dcmath_test.go532 if f0, f1 := Acos(pt[0]), Acos(pt[1]); !cVeryclose(f0, f1) {
566 if f0, f1 := Asin(pt[0]), Asin(pt[1]); !cVeryclose(f0, f1) {
590 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
600 if f0, f1 := Atan(pt[0]), Atan(pt[1]); !cVeryclose(f0, f1) {
607 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
624 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
679 if f := Log(vc[i]); !cVeryclose(log[i], f) {
689 if f0, f1 := Log(pt[0]), Log(pt[1]); !cVeryclose(f0, f1) {
696 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
787 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/math/cmplx/
H A Dcmath_test.go530 if f0, f1 := Acos(pt[0]), Acos(pt[1]); !cVeryclose(f0, f1) {
564 if f0, f1 := Asin(pt[0]), Asin(pt[1]); !cVeryclose(f0, f1) {
588 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
598 if f0, f1 := Atan(pt[0]), Atan(pt[1]); !cVeryclose(f0, f1) {
605 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
622 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
677 if f := Log(vc[i]); !cVeryclose(log[i], f) {
687 if f0, f1 := Log(pt[0]), Log(pt[1]); !cVeryclose(f0, f1) {
694 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
785 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/math/cmplx/
H A Dcmath_test.go530 if f0, f1 := Acos(pt[0]), Acos(pt[1]); !cVeryclose(f0, f1) {
564 if f0, f1 := Asin(pt[0]), Asin(pt[1]); !cVeryclose(f0, f1) {
588 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
598 if f0, f1 := Atan(pt[0]), Atan(pt[1]); !cVeryclose(f0, f1) {
605 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
622 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
677 if f := Log(vc[i]); !cVeryclose(log[i], f) {
687 if f0, f1 := Log(pt[0]), Log(pt[1]); !cVeryclose(f0, f1) {
694 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
785 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/internal/cmplx64/
H A Dcmath_test.go171 func cVeryclose(a, b complex64) bool { return cTolerance(a, b, 1e-6) } func
196 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
215 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/internal/cmplx64/
H A Dcmath_test.go171 func cVeryclose(a, b complex64) bool { return cTolerance(a, b, 1e-7) } func
196 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
215 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/math/cmplx/
H A Dcmath_test.go976 if f0, f1 := Acos(pt[0]), Acos(pt[1]); !cVeryclose(f0, f1) {
1035 if f0, f1 := Asin(pt[0]), Asin(pt[1]); !cVeryclose(f0, f1) {
1075 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
1101 if f0, f1 := Atan(pt[0]), Atan(pt[1]); !cVeryclose(f0, f1) {
1108 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
1141 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
1236 if f := Log(vc[i]); !cVeryclose(log[i], f) {
1254 if f0, f1 := Log(pt[0]), Log(pt[1]); !cVeryclose(f0, f1) {
1261 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
1392 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/math/cmplx/
H A Dcmath_test.go976 if f0, f1 := Acos(pt[0]), Acos(pt[1]); !cVeryclose(f0, f1) {
1035 if f0, f1 := Asin(pt[0]), Asin(pt[1]); !cVeryclose(f0, f1) {
1075 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
1101 if f0, f1 := Atan(pt[0]), Atan(pt[1]); !cVeryclose(f0, f1) {
1108 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
1141 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
1236 if f := Log(vc[i]); !cVeryclose(log[i], f) {
1254 if f0, f1 := Log(pt[0]), Log(pt[1]); !cVeryclose(f0, f1) {
1261 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
1392 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/math/cmplx/
H A Dcmath_test.go976 if f0, f1 := Acos(pt[0]), Acos(pt[1]); !cVeryclose(f0, f1) {
1035 if f0, f1 := Asin(pt[0]), Asin(pt[1]); !cVeryclose(f0, f1) {
1075 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
1101 if f0, f1 := Atan(pt[0]), Atan(pt[1]); !cVeryclose(f0, f1) {
1108 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
1141 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
1236 if f := Log(vc[i]); !cVeryclose(log[i], f) {
1254 if f0, f1 := Log(pt[0]), Log(pt[1]); !cVeryclose(f0, f1) {
1261 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
1392 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/math/cmplx/
H A Dcmath_test.go976 if f0, f1 := Acos(pt[0]), Acos(pt[1]); !cVeryclose(f0, f1) {
1035 if f0, f1 := Asin(pt[0]), Asin(pt[1]); !cVeryclose(f0, f1) {
1075 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
1101 if f0, f1 := Atan(pt[0]), Atan(pt[1]); !cVeryclose(f0, f1) {
1108 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
1141 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
1236 if f := Log(vc[i]); !cVeryclose(log[i], f) {
1254 if f0, f1 := Log(pt[0]), Log(pt[1]); !cVeryclose(f0, f1) {
1261 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
1392 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/math/cmplx/
H A Dcmath_test.go976 if f0, f1 := Acos(pt[0]), Acos(pt[1]); !cVeryclose(f0, f1) {
1035 if f0, f1 := Asin(pt[0]), Asin(pt[1]); !cVeryclose(f0, f1) {
1075 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
1101 if f0, f1 := Atan(pt[0]), Atan(pt[1]); !cVeryclose(f0, f1) {
1108 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
1141 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
1236 if f := Log(vc[i]); !cVeryclose(log[i], f) {
1254 if f0, f1 := Log(pt[0]), Log(pt[1]); !cVeryclose(f0, f1) {
1261 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
1392 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/math/cmplx/
H A Dcmath_test.go474 func cVeryclose(a, b complex128) bool { return cTolerance(a, b, 4e-16) } func
547 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
559 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
571 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
626 if f := Log(vc[i]); !cVeryclose(log[i], f) {
638 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
688 if f := Rect(polar[i].r, polar[i].theta); !cVeryclose(vc[i], f) {
724 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
/dports/lang/gcc48/gcc-4.8.5/libgo/go/math/cmplx/
H A Dcmath_test.go472 func cVeryclose(a, b complex128) bool { return cTolerance(a, b, 4e-16) } func
545 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
557 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
569 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
624 if f := Log(vc[i]); !cVeryclose(log[i], f) {
636 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
673 if f := Rect(polar[i].r, polar[i].theta); !cVeryclose(vc[i], f) {
709 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/math/cmplx/
H A Dcmath_test.go477 func cVeryclose(a, b complex128) bool { return cTolerance(a, b, 4e-16) } func
550 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
562 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
574 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
629 if f := Log(vc[i]); !cVeryclose(log[i], f) {
641 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
691 if f := Rect(polar[i].r, polar[i].theta); !cVeryclose(vc[i], f) {
727 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/math/cmplx/
H A Dcmath_test.go474 func cVeryclose(a, b complex128) bool { return cTolerance(a, b, 4e-16) } func
547 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
559 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
571 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
626 if f := Log(vc[i]); !cVeryclose(log[i], f) {
638 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
688 if f := Rect(polar[i].r, polar[i].theta); !cVeryclose(vc[i], f) {
724 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/math/cmplx/
H A Dcmath_test.go472 func cVeryclose(a, b complex128) bool { return cTolerance(a, b, 4e-16) } func
545 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
557 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
569 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
624 if f := Log(vc[i]); !cVeryclose(log[i], f) {
636 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
673 if f := Rect(polar[i].r, polar[i].theta); !cVeryclose(vc[i], f) {
709 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/math/cmplx/
H A Dcmath_test.go472 func cVeryclose(a, b complex128) bool { return cTolerance(a, b, 4e-16) } func
545 if f := Atan(vc[i]); !cVeryclose(atan[i], f) {
557 if f := Atanh(vc[i]); !cVeryclose(atanh[i], f) {
569 if f := Conj(vc[i]); !cVeryclose(conj[i], f) {
624 if f := Log(vc[i]); !cVeryclose(log[i], f) {
636 if f := Log10(vc[i]); !cVeryclose(log10[i], f) {
686 if f := Rect(polar[i].r, polar[i].theta); !cVeryclose(vc[i], f) {
722 if f := Sqrt(vc[i]); !cVeryclose(sqrt[i], f) {

12