Home
last modified time | relevance | path

Searched refs:reduceThreshold (Results 1 – 25 of 64) sorted by relevance

123

/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/math/
H A Dsin.go137 if x >= reduceThreshold {
203 if x >= reduceThreshold {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/math/
H A Dsin.go143 if x >= reduceThreshold {
215 if x >= reduceThreshold {
H A Dexport_test.go14 const ReduceThreshold = reduceThreshold
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/math/
H A Dsin.go142 if x >= reduceThreshold {
213 if x >= reduceThreshold {
H A Dexport_test.go14 const ReduceThreshold = reduceThreshold
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/math/
H A Dsin.go142 if x >= reduceThreshold {
213 if x >= reduceThreshold {
H A Dexport_test.go14 const ReduceThreshold = reduceThreshold
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/math/
H A Dsin.go143 if x >= reduceThreshold {
215 if x >= reduceThreshold {
H A Dexport_test.go14 const ReduceThreshold = reduceThreshold
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/math/
H A Dsin.go143 if x >= reduceThreshold {
215 if x >= reduceThreshold {
H A Dexport_test.go14 const ReduceThreshold = reduceThreshold
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/math/
H A Dsin.go143 if x >= reduceThreshold {
215 if x >= reduceThreshold {
H A Dexport_test.go14 const ReduceThreshold = reduceThreshold
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/math/
H A Dsin.go143 if x >= reduceThreshold {
215 if x >= reduceThreshold {
H A Dexport_test.go14 const ReduceThreshold = reduceThreshold
/dports/lang/gcc11/gcc-11.2.0/libgo/go/math/
H A Dsin.go143 if x >= reduceThreshold {
215 if x >= reduceThreshold {
H A Dexport_test.go14 const ReduceThreshold = reduceThreshold
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/math/
H A Dsin.go143 if x >= reduceThreshold {
215 if x >= reduceThreshold {
H A Dexport_test.go14 const ReduceThreshold = reduceThreshold
/dports/lang/gcc9/gcc-9.4.0/libgo/go/math/
H A Dsin.go143 if x >= reduceThreshold {
215 if x >= reduceThreshold {
H A Dexport_test.go14 const ReduceThreshold = reduceThreshold
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/math/
H A Dsin.go143 if x >= reduceThreshold {
215 if x >= reduceThreshold {
H A Dexport_test.go14 const ReduceThreshold = reduceThreshold
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/math/cmplx/
H A Dtan.go131 const reduceThreshold float64 = 1 << 30
132 if math.Abs(x) < reduceThreshold {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/math/cmplx/
H A Dtan.go131 const reduceThreshold float64 = 1 << 30
132 if math.Abs(x) < reduceThreshold {

123