Home
last modified time | relevance | path

Searched refs:_positiveInf (Results 1 – 24 of 24) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/
H A Dbuiltin_global.go39 return _positiveInf
240 o._putProp("Infinity", _positiveInf, false, false, false)
H A Dbuiltin_number.go150 o._putProp("POSITIVE_INFINITY", _positiveInf, false, false, false)
H A Dstring_ascii.go145 return _positiveInf
H A Dbuiltin_math.go71 return _positiveInf
H A Dvalue.go15 _positiveInf Value = valueFloat(math.Inf(+1)) var
H A Dvm.go151 return _positiveInf
722 result = _positiveInf
740 result = _positiveInf
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A Dbuiltin_global.go42 return _positiveInf
334 o._putProp("Infinity", _positiveInf, false, false, false)
H A Dbuiltin_math.go96 return _positiveInf
161 return _positiveInf
H A Dbuiltin_number.go207 o._putProp("POSITIVE_INFINITY", _positiveInf, false, false, false)
H A Dstring_ascii.go161 return _positiveInf
H A Dvalue.go35 _positiveInf Value = valueFloat(math.Inf(+1)) var
H A Dbuiltin_string.go546 if n == _positiveInf {
H A Druntime.go2198 return v == _positiveInf || v == _negativeInf
2218 return _positiveInf
H A Dvm.go196 return _positiveInf
999 result = _positiveInf
1017 result = _positiveInf
H A Druntime_test.go1503 if !IsInfinity(_positiveInf) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A Dbuiltin_math.go96 return _positiveInf
161 return _positiveInf
H A Dbuiltin_global.go42 return _positiveInf
334 o._putProp("Infinity", _positiveInf, false, false, false)
H A Dbuiltin_number.go207 o._putProp("POSITIVE_INFINITY", _positiveInf, false, false, false)
H A Dstring_ascii.go161 return _positiveInf
H A Dvalue.go35 _positiveInf Value = valueFloat(math.Inf(+1)) var
H A Dbuiltin_string.go546 if n == _positiveInf {
H A Druntime.go2205 return v == _positiveInf || v == _negativeInf
2225 return _positiveInf
H A Dvm.go197 return _positiveInf
1000 result = _positiveInf
1018 result = _positiveInf
H A Druntime_test.go1503 if !IsInfinity(_positiveInf) {