Home
last modified time | relevance | path

Searched refs:Pow (Results 1 – 25 of 4745) sorted by relevance

12345678910>>...190

/dports/devel/git-lfs/git-lfs-3.0.2/tools/humanize/
H A Dhumanize_test.go166 "parse byte": {"B", uint64(math.Pow(2, 0)), ""},
167 "parse kibibyte": {"KIB", uint64(math.Pow(2, 10)), ""},
168 "parse mebibyte": {"MIB", uint64(math.Pow(2, 20)), ""},
169 "parse gibibyte": {"GIB", uint64(math.Pow(2, 30)), ""},
170 "parse tebibyte": {"TIB", uint64(math.Pow(2, 40)), ""},
171 "parse pebibyte": {"PIB", uint64(math.Pow(2, 50)), ""},
194 "parse kilobyte": {"KB", uint64(math.Pow(10, 3)), ""},
195 "parse megabyte": {"MB", uint64(math.Pow(10, 6)), ""},
196 "parse gigabyte": {"GB", uint64(math.Pow(10, 9)), ""},
197 "parse terabyte": {"TB", uint64(math.Pow(10, 12)), ""},
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/num-rational-0.3.2/src/
H A Dpow.rs5 use num_traits::{One, Pow};
16 impl<T: Clone + Integer + Pow<$exp, Output = T>> Pow<$exp> for Ratio<T> {
25 impl<'b, T: Clone + Integer + Pow<$exp, Output = T>> Pow<&'b $exp> for Ratio<T> {
80 impl<T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<$exp> for Ratio<T> {
89 impl<'b, T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<&'b $exp> for Ratio<T> {
120 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigUint> for Ratio<T> { impl
124 Pow::pow(self, &expon) in pow()
134 Pow::pow(self, &expon) in pow()
137 impl<'b, T: Clone + Integer + Pow<&'b BigUint, Output = T>> Pow<&'b BigUint> for Ratio<T> {
147 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigInt> for Ratio<T> { impl
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/num-rational-0.3.2/src/
H A Dpow.rs5 use num_traits::{One, Pow};
16 impl<T: Clone + Integer + Pow<$exp, Output = T>> Pow<$exp> for Ratio<T> {
25 impl<'b, T: Clone + Integer + Pow<$exp, Output = T>> Pow<&'b $exp> for Ratio<T> {
80 impl<T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<$exp> for Ratio<T> {
89 impl<'b, T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<&'b $exp> for Ratio<T> {
120 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigUint> for Ratio<T> { impl
124 Pow::pow(self, &expon) in pow()
134 Pow::pow(self, &expon) in pow()
137 impl<'b, T: Clone + Integer + Pow<&'b BigUint, Output = T>> Pow<&'b BigUint> for Ratio<T> {
147 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigInt> for Ratio<T> { impl
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/num-rational-0.3.2/src/
H A Dpow.rs5 use num_traits::{One, Pow};
16 impl<T: Clone + Integer + Pow<$exp, Output = T>> Pow<$exp> for Ratio<T> {
25 impl<'b, T: Clone + Integer + Pow<$exp, Output = T>> Pow<&'b $exp> for Ratio<T> {
80 impl<T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<$exp> for Ratio<T> {
89 impl<'b, T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<&'b $exp> for Ratio<T> {
120 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigUint> for Ratio<T> { impl
124 Pow::pow(self, &expon) in pow()
134 Pow::pow(self, &expon) in pow()
137 impl<'b, T: Clone + Integer + Pow<&'b BigUint, Output = T>> Pow<&'b BigUint> for Ratio<T> {
147 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigInt> for Ratio<T> { impl
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/num-rational-0.4.0/src/
H A Dpow.rs5 use num_traits::{One, Pow};
16 impl<T: Clone + Integer + Pow<$exp, Output = T>> Pow<$exp> for Ratio<T> {
25 impl<'b, T: Clone + Integer + Pow<$exp, Output = T>> Pow<&'b $exp> for Ratio<T> {
80 impl<T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<$exp> for Ratio<T> {
89 impl<'b, T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<&'b $exp> for Ratio<T> {
120 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigUint> for Ratio<T> { impl
124 Pow::pow(self, &expon) in pow()
134 Pow::pow(self, &expon) in pow()
137 impl<'b, T: Clone + Integer + Pow<&'b BigUint, Output = T>> Pow<&'b BigUint> for Ratio<T> {
147 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigInt> for Ratio<T> { impl
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/num-rational/src/
H A Dpow.rs5 use num_traits::{One, Pow};
16 impl<T: Clone + Integer + Pow<$exp, Output = T>> Pow<$exp> for Ratio<T> {
25 impl<'b, T: Clone + Integer + Pow<$exp, Output = T>> Pow<&'b $exp> for Ratio<T> {
80 impl<T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<$exp> for Ratio<T> {
89 impl<'b, T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<&'b $exp> for Ratio<T> {
120 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigUint> for Ratio<T> { impl
124 Pow::pow(self, &expon) in pow()
134 Pow::pow(self, &expon) in pow()
137 impl<'b, T: Clone + Integer + Pow<&'b BigUint, Output = T>> Pow<&'b BigUint> for Ratio<T> {
147 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigInt> for Ratio<T> { impl
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/num-rational-0.3.2/src/
H A Dpow.rs5 use num_traits::{One, Pow};
16 impl<T: Clone + Integer + Pow<$exp, Output = T>> Pow<$exp> for Ratio<T> {
25 impl<'b, T: Clone + Integer + Pow<$exp, Output = T>> Pow<&'b $exp> for Ratio<T> {
80 impl<T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<$exp> for Ratio<T> {
89 impl<'b, T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<&'b $exp> for Ratio<T> {
120 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigUint> for Ratio<T> { impl
124 Pow::pow(self, &expon) in pow()
134 Pow::pow(self, &expon) in pow()
137 impl<'b, T: Clone + Integer + Pow<&'b BigUint, Output = T>> Pow<&'b BigUint> for Ratio<T> {
147 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigInt> for Ratio<T> { impl
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/num-rational-0.4.0/src/
H A Dpow.rs5 use num_traits::{One, Pow};
16 impl<T: Clone + Integer + Pow<$exp, Output = T>> Pow<$exp> for Ratio<T> {
25 impl<'b, T: Clone + Integer + Pow<$exp, Output = T>> Pow<&'b $exp> for Ratio<T> {
80 impl<T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<$exp> for Ratio<T> {
89 impl<'b, T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<&'b $exp> for Ratio<T> {
120 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigUint> for Ratio<T> { impl
124 Pow::pow(self, &expon) in pow()
134 Pow::pow(self, &expon) in pow()
137 impl<'b, T: Clone + Integer + Pow<&'b BigUint, Output = T>> Pow<&'b BigUint> for Ratio<T> {
147 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigInt> for Ratio<T> { impl
[all …]
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/num-rational-0.3.2/src/
H A Dpow.rs5 use num_traits::{One, Pow};
16 impl<T: Clone + Integer + Pow<$exp, Output = T>> Pow<$exp> for Ratio<T> {
25 impl<'b, T: Clone + Integer + Pow<$exp, Output = T>> Pow<&'b $exp> for Ratio<T> {
80 impl<T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<$exp> for Ratio<T> {
89 impl<'b, T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<&'b $exp> for Ratio<T> {
120 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigUint> for Ratio<T> { impl
124 Pow::pow(self, &expon) in pow()
134 Pow::pow(self, &expon) in pow()
137 impl<'b, T: Clone + Integer + Pow<&'b BigUint, Output = T>> Pow<&'b BigUint> for Ratio<T> {
147 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigInt> for Ratio<T> { impl
[all …]
/dports/graphics/viu/viu-1.1/cargo-crates/num-rational-0.3.0/src/
H A Dpow.rs5 use num_traits::{One, Pow};
16 impl<T: Clone + Integer + Pow<$exp, Output = T>> Pow<$exp> for Ratio<T> {
25 impl<'b, T: Clone + Integer + Pow<$exp, Output = T>> Pow<&'b $exp> for Ratio<T> {
80 impl<T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<$exp> for Ratio<T> {
89 impl<'b, T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<&'b $exp> for Ratio<T> {
120 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigUint> for Ratio<T> { impl
124 Pow::pow(self, &expon) in pow()
134 Pow::pow(self, &expon) in pow()
137 impl<'b, T: Clone + Integer + Pow<&'b BigUint, Output = T>> Pow<&'b BigUint> for Ratio<T> {
147 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigInt> for Ratio<T> { impl
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/num-rational-0.3.2/src/
H A Dpow.rs5 use num_traits::{One, Pow};
16 impl<T: Clone + Integer + Pow<$exp, Output = T>> Pow<$exp> for Ratio<T> {
25 impl<'b, T: Clone + Integer + Pow<$exp, Output = T>> Pow<&'b $exp> for Ratio<T> {
80 impl<T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<$exp> for Ratio<T> {
89 impl<'b, T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<&'b $exp> for Ratio<T> {
120 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigUint> for Ratio<T> { impl
124 Pow::pow(self, &expon) in pow()
134 Pow::pow(self, &expon) in pow()
137 impl<'b, T: Clone + Integer + Pow<&'b BigUint, Output = T>> Pow<&'b BigUint> for Ratio<T> {
147 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigInt> for Ratio<T> { impl
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/num-rational-0.3.2/src/
H A Dpow.rs5 use num_traits::{One, Pow};
16 impl<T: Clone + Integer + Pow<$exp, Output = T>> Pow<$exp> for Ratio<T> {
25 impl<'b, T: Clone + Integer + Pow<$exp, Output = T>> Pow<&'b $exp> for Ratio<T> {
80 impl<T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<$exp> for Ratio<T> {
89 impl<'b, T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<&'b $exp> for Ratio<T> {
120 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigUint> for Ratio<T> { impl
124 Pow::pow(self, &expon) in pow()
134 Pow::pow(self, &expon) in pow()
137 impl<'b, T: Clone + Integer + Pow<&'b BigUint, Output = T>> Pow<&'b BigUint> for Ratio<T> {
147 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigInt> for Ratio<T> { impl
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/num-rational-0.3.2/src/
H A Dpow.rs5 use num_traits::{One, Pow};
16 impl<T: Clone + Integer + Pow<$exp, Output = T>> Pow<$exp> for Ratio<T> {
25 impl<'b, T: Clone + Integer + Pow<$exp, Output = T>> Pow<&'b $exp> for Ratio<T> {
80 impl<T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<$exp> for Ratio<T> {
89 impl<'b, T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<&'b $exp> for Ratio<T> {
120 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigUint> for Ratio<T> { impl
124 Pow::pow(self, &expon) in pow()
134 Pow::pow(self, &expon) in pow()
137 impl<'b, T: Clone + Integer + Pow<&'b BigUint, Output = T>> Pow<&'b BigUint> for Ratio<T> {
147 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigInt> for Ratio<T> { impl
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/num-rational-0.3.2/src/
H A Dpow.rs5 use num_traits::{One, Pow};
16 impl<T: Clone + Integer + Pow<$exp, Output = T>> Pow<$exp> for Ratio<T> {
25 impl<'b, T: Clone + Integer + Pow<$exp, Output = T>> Pow<&'b $exp> for Ratio<T> {
80 impl<T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<$exp> for Ratio<T> {
89 impl<'b, T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<&'b $exp> for Ratio<T> {
120 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigUint> for Ratio<T> { impl
124 Pow::pow(self, &expon) in pow()
134 Pow::pow(self, &expon) in pow()
137 impl<'b, T: Clone + Integer + Pow<&'b BigUint, Output = T>> Pow<&'b BigUint> for Ratio<T> {
147 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigInt> for Ratio<T> { impl
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/num-rational-0.3.2/src/
H A Dpow.rs5 use num_traits::{One, Pow};
16 impl<T: Clone + Integer + Pow<$exp, Output = T>> Pow<$exp> for Ratio<T> {
25 impl<'b, T: Clone + Integer + Pow<$exp, Output = T>> Pow<&'b $exp> for Ratio<T> {
80 impl<T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<$exp> for Ratio<T> {
89 impl<'b, T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<&'b $exp> for Ratio<T> {
120 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigUint> for Ratio<T> { impl
124 Pow::pow(self, &expon) in pow()
134 Pow::pow(self, &expon) in pow()
137 impl<'b, T: Clone + Integer + Pow<&'b BigUint, Output = T>> Pow<&'b BigUint> for Ratio<T> {
147 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigInt> for Ratio<T> { impl
[all …]
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/num-rational-0.4.0/src/
H A Dpow.rs5 use num_traits::{One, Pow};
16 impl<T: Clone + Integer + Pow<$exp, Output = T>> Pow<$exp> for Ratio<T> {
25 impl<'b, T: Clone + Integer + Pow<$exp, Output = T>> Pow<&'b $exp> for Ratio<T> {
80 impl<T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<$exp> for Ratio<T> {
89 impl<'b, T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<&'b $exp> for Ratio<T> {
120 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigUint> for Ratio<T> { impl
124 Pow::pow(self, &expon) in pow()
134 Pow::pow(self, &expon) in pow()
137 impl<'b, T: Clone + Integer + Pow<&'b BigUint, Output = T>> Pow<&'b BigUint> for Ratio<T> {
147 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigInt> for Ratio<T> { impl
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/num-rational-0.4.0/src/
H A Dpow.rs5 use num_traits::{One, Pow};
16 impl<T: Clone + Integer + Pow<$exp, Output = T>> Pow<$exp> for Ratio<T> {
25 impl<'b, T: Clone + Integer + Pow<$exp, Output = T>> Pow<&'b $exp> for Ratio<T> {
80 impl<T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<$exp> for Ratio<T> {
89 impl<'b, T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<&'b $exp> for Ratio<T> {
120 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigUint> for Ratio<T> { impl
124 Pow::pow(self, &expon) in pow()
134 Pow::pow(self, &expon) in pow()
137 impl<'b, T: Clone + Integer + Pow<&'b BigUint, Output = T>> Pow<&'b BigUint> for Ratio<T> {
147 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigInt> for Ratio<T> { impl
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/num-rational-0.4.0/src/
H A Dpow.rs5 use num_traits::{One, Pow};
16 impl<T: Clone + Integer + Pow<$exp, Output = T>> Pow<$exp> for Ratio<T> {
25 impl<'b, T: Clone + Integer + Pow<$exp, Output = T>> Pow<&'b $exp> for Ratio<T> {
80 impl<T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<$exp> for Ratio<T> {
89 impl<'b, T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<&'b $exp> for Ratio<T> {
120 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigUint> for Ratio<T> { impl
124 Pow::pow(self, &expon) in pow()
134 Pow::pow(self, &expon) in pow()
137 impl<'b, T: Clone + Integer + Pow<&'b BigUint, Output = T>> Pow<&'b BigUint> for Ratio<T> {
147 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigInt> for Ratio<T> { impl
[all …]
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/num-rational-0.3.2/src/
H A Dpow.rs5 use num_traits::{One, Pow};
16 impl<T: Clone + Integer + Pow<$exp, Output = T>> Pow<$exp> for Ratio<T> {
25 impl<'b, T: Clone + Integer + Pow<$exp, Output = T>> Pow<&'b $exp> for Ratio<T> {
80 impl<T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<$exp> for Ratio<T> {
89 impl<'b, T: Clone + Integer + Pow<$unsigned, Output = T>> Pow<&'b $exp> for Ratio<T> {
120 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigUint> for Ratio<T> { impl
124 Pow::pow(self, &expon) in pow()
134 Pow::pow(self, &expon) in pow()
137 impl<'b, T: Clone + Integer + Pow<&'b BigUint, Output = T>> Pow<&'b BigUint> for Ratio<T> {
147 impl<T: Clone + Integer + for<'b> Pow<&'b BigUint, Output = T>> Pow<BigInt> for Ratio<T> { impl
[all …]
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/honnef.co/go/tools/quickfix/testdata/src/CheckMathPow/
H A DCheckMathPow.go8 _ = math.Pow(x, 0) // want `could expand call to math.Pow`
9 _ = math.Pow(x, 1) // want `could expand call to math.Pow`
10 _ = math.Pow(x, 2) // want `could expand call to math.Pow`
11 _ = math.Pow(x, 3) // want `could expand call to math.Pow`
12 _ = math.Pow(x, 6)
18 _ = math.Pow(a, 2) // want `could expand call to math.Pow`
19 _ = math.Pow(b, 2) // want `could expand call to math.Pow`
23 _ = math.Pow(x*2, 2) // want `could expand call to math.Pow`
24 _ = math.Pow(x+2, 2) // want `could expand call to math.Pow`
26 _ = math.Pow(x, x)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/plugins/shared/structs/
H A Dunits.go100 Multiplier: Pow(1000, 1),
105 Multiplier: Pow(1000, 1),
110 Multiplier: Pow(1000, 2),
115 Multiplier: Pow(1000, 3),
120 Multiplier: Pow(1000, 4),
125 Multiplier: Pow(1000, 5),
130 Multiplier: Pow(1000, 6),
171 Multiplier: Pow(1000, 1),
233 Multiplier: Pow(10, 3),
238 Multiplier: Pow(10, 6),
[all …]
/dports/sysutils/nomad/nomad-1.1.0/plugins/shared/structs/
H A Dunits.go100 Multiplier: Pow(1000, 1),
105 Multiplier: Pow(1000, 1),
110 Multiplier: Pow(1000, 2),
115 Multiplier: Pow(1000, 3),
120 Multiplier: Pow(1000, 4),
125 Multiplier: Pow(1000, 5),
130 Multiplier: Pow(1000, 6),
171 Multiplier: Pow(1000, 1),
233 Multiplier: Pow(10, 3),
238 Multiplier: Pow(10, 6),
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/integrate/quad/
H A Dhermite.go154 chi := -math.Pow(3*eta/2, 2.0/3)
183 phi6 := math.Pow(phi, 6)
203 chi = -math.Pow(3*eta/2, 2.0/3)
282 ar = math.Pow(t, 2.0/3) * (1 +
283 5.0/48*math.Pow(t, -2) -
284 5.0/36*math.Pow(t, -4) +
285 77125.0/82944*math.Pow(t, -6) -
289 r := nu + math.Pow(2, 2.0/3)*ar*math.Pow(nu, 1.0/3) +
290 0.2*math.Pow(2, 4.0/3)*ar*ar*math.Pow(nu, -1.0/3) +
292 (16.0/1575*ar+92.0/7875*math.Pow(ar, 4))*math.Pow(2, 2.0/3)*math.Pow(nu, -5.0/3) -
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/integrate/quad/
H A Dhermite.go154 chi := -math.Pow(3*eta/2, 2.0/3)
183 phi6 := math.Pow(phi, 6)
203 chi = -math.Pow(3*eta/2, 2.0/3)
282 ar = math.Pow(t, 2.0/3) * (1 +
283 5.0/48*math.Pow(t, -2) -
284 5.0/36*math.Pow(t, -4) +
285 77125.0/82944*math.Pow(t, -6) -
289 r := nu + math.Pow(2, 2.0/3)*ar*math.Pow(nu, 1.0/3) +
290 0.2*math.Pow(2, 4.0/3)*ar*ar*math.Pow(nu, -1.0/3) +
292 (16.0/1575*ar+92.0/7875*math.Pow(ar, 4))*math.Pow(2, 2.0/3)*math.Pow(nu, -5.0/3) -
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Numerics/tests/BigInteger/
H A DBigInteger.SubtractTests.cs224 …yield return new object[] { new BigInteger(Math.Pow(2, 33)), new BigInteger(Math.Pow(2, 34)), new … in BinaryMinus_TestData()
225 …yield return new object[] { new BigInteger(Math.Pow(2, 32)), new BigInteger(Math.Pow(2, 34)), new … in BinaryMinus_TestData()
226 …yield return new object[] { new BigInteger(Math.Pow(2, 31)), new BigInteger(Math.Pow(2, 32)), new … in BinaryMinus_TestData()
227 …yield return new object[] { new BigInteger(Math.Pow(2, 32)), new BigInteger(Math.Pow(2, 32)), new … in BinaryMinus_TestData()
228 …yield return new object[] { new BigInteger(Math.Pow(2, 31)), new BigInteger(Math.Pow(2, 33)), new … in BinaryMinus_TestData()
229 …yield return new object[] { new BigInteger(Math.Pow(2, 33)), new BigInteger(Math.Pow(2, 32)), new … in BinaryMinus_TestData()
231 …yield return new object[] { new BigInteger(Math.Pow(2, 31)), new BigInteger(Math.Pow(2, 32) + Math… in BinaryMinus_TestData()
232 …{ new BigInteger(Math.Pow(2, 33) + Math.Pow(2, 32) + Math.Pow(2, 31)), new BigInteger(Math.Pow(2, … in BinaryMinus_TestData()

12345678910>>...190