Home
last modified time | relevance | path

Searched +refs:math +refs:t3 (Results 1 – 25 of 1685) sorted by relevance

12345678910>>...68

/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-math/src/main/java/de/lmu/ifi/dbs/elki/math/statistics/distribution/estimator/
H A DWeibullLMMEstimator.java21 package de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator;
23 import de.lmu.ifi.dbs.elki.math.MathUtil;
24 import de.lmu.ifi.dbs.elki.math.statistics.distribution.GammaDistribution;
25 import de.lmu.ifi.dbs.elki.math.statistics.distribution.WeibullDistribution;
93 double t3 = -xmom[2]; in estimateFromLMoments() local
94 if(Math.abs(t3) < 1e-50 || (t3 >= 1.)) { in estimateFromLMoments()
99 if(t3 > 0.) { in estimateFromLMoments()
100 double z = 1. - t3; in estimateFromLMoments()
105 … g = (A0 + t3 * (A1 + t3 * (A2 + t3 * (A3 + t3 * A4)))) / (1. + t3 * (B1 + t3 * (B2 + t3 * B3))); in estimateFromLMoments()
106 if(t3 < -.8) { in estimateFromLMoments()
[all …]
H A DGeneralizedExtremeValueLMMEstimator.java21 package de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator;
23 import de.lmu.ifi.dbs.elki.math.MathUtil;
24 import de.lmu.ifi.dbs.elki.math.statistics.distribution.GammaDistribution;
25 import de.lmu.ifi.dbs.elki.math.statistics.distribution.GeneralizedExtremeValueDistribution;
101 double t3 = xmom[2]; in estimateFromLMoments() local
102 if(Math.abs(t3) < 1e-50 || (t3 >= 1.)) { in estimateFromLMoments()
107 if(t3 > 0.) { in estimateFromLMoments()
108 double z = 1. - t3; in estimateFromLMoments()
120 … g = (A0 + t3 * (A1 + t3 * (A2 + t3 * (A3 + t3 * A4)))) / (1. + t3 * (B1 + t3 * (B2 + t3 * B3))); in estimateFromLMoments()
121 if(t3 < -.8) { in estimateFromLMoments()
[all …]
H A DSkewGNormalLMMEstimator.java21 package de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator;
23 import de.lmu.ifi.dbs.elki.math.MathUtil;
24 import de.lmu.ifi.dbs.elki.math.statistics.distribution.NormalDistribution;
25 import de.lmu.ifi.dbs.elki.math.statistics.distribution.SkewGeneralizedNormalDistribution;
86 double t3 = xmom[2]; in estimateFromLMoments() local
87 if(Math.abs(t3) >= .95) { in estimateFromLMoments()
91 if(Math.abs(t3) <= 1e-8) { in estimateFromLMoments()
95 final double tt = t3 * t3; in estimateFromLMoments()
96 …double shape = -t3 * (A0 + tt * (A1 + tt * (A2 + tt * A3))) / (1. + tt * (B1 + tt * (B2 + tt * B3)… in estimateFromLMoments()
H A DLogNormalLMMEstimator.java21 package de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator;
23 import de.lmu.ifi.dbs.elki.math.MathUtil;
24 import de.lmu.ifi.dbs.elki.math.statistics.distribution.LogNormalDistribution;
25 import de.lmu.ifi.dbs.elki.math.statistics.distribution.NormalDistribution;
88 double t3 = xmom[2]; in estimateFromLMoments() local
90 if(Math.abs(t3) >= .95) { in estimateFromLMoments()
96 else if(Math.abs(t3) < 1e-8) { in estimateFromLMoments()
103 final double tt = t3 * t3; in estimateFromLMoments()
104 shape = -t3 * (A0 + tt * (A1 + tt * (A2 + tt * A3))) / (1. + tt * (B1 + tt * (B2 + tt * B3))); in estimateFromLMoments()
H A DGeneralizedParetoLMMEstimator.java21 package de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator;
23 import de.lmu.ifi.dbs.elki.math.statistics.distribution.GeneralizedParetoDistribution;
68 double t3 = xmom[2]; in estimateFromLMoments() local
69 if(Math.abs(t3) >= 1.) { in estimateFromLMoments()
72 double kappa = (1. - 3. * t3) / (1. + t3); in estimateFromLMoments()
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/pkg/math/testdata/
H A Dgen.txtar4 import "math"
6 t1: math.Pi
7 t2: math.Floor(math.Pi)
8 t3: math.Pi(3)
13 t17: math.Pow10(4)
17 t25: math.Cbrt(2)
19 t27: math.Exp(3)
21 t29: math.Log(4)
26 -- out/math --
28 t3: cannot call non-function math.Pi (type float):
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dtest_jacobi_theta.hpp677 RealType k = t2 * t2 / (t3 * t3); in test_elliptic_functions()
678 RealType xi = z / (t3 * t3); in test_elliptic_functions()
683 t3 * jacobi_theta1(xi, q), in test_elliptic_functions()
694 t3 * jacobi_theta4(xi, q), in test_elliptic_functions()
701 t3 * t3 * jacobi_theta1(xi, q), in test_elliptic_functions()
707 t3 * jacobi_theta2(xi, q), in test_elliptic_functions()
713 t3 * jacobi_theta2(xi, q), in test_elliptic_functions()
731 RealType k = t2*t2 / (t3*t3); in test_elliptic_integrals()
732 RealType k1= t4*t4 / (t3*t3); in test_elliptic_integrals()
734 if (t3*t3*t3*t3 != 0.f && t4*t4*t4*t4 != 0.f) { in test_elliptic_integrals()
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP384R1FieldElement.java1 package org.bouncycastle.math.ec.custom.sec;
3 import java.math.BigInteger;
5 import org.bouncycastle.math.ec.ECFieldElement;
6 import org.bouncycastle.math.raw.Nat;
142 int[] t3 = Nat.create(12); in sqrt() local
154 SecP384R1Field.squareN(t2, 5, t3); in sqrt()
155 SecP384R1Field.multiply(t3, t2, t3); in sqrt()
157 SecP384R1Field.squareN(t3, 5, t4); in sqrt()
163 SecP384R1Field.squareN(t2, 2, t3); in sqrt()
166 SecP384R1Field.squareN(t3, 28, t3); in sqrt()
[all …]
/dports/math/stanmath/math-4.2.0/test/unit/math/rev/meta/
H A Drev_matrix_type_test.cpp8 using v_matrix = stan::math::var_value<Eigen::MatrixXd>; in TEST()
9 using v_vector = stan::math::var_value<Eigen::VectorXd>; in TEST()
10 using stan::math::matrix_d; in TEST()
11 using stan::math::matrix_v; in TEST()
12 using stan::math::vector_d; in TEST()
13 using stan::math::vector_v; in TEST()
18 using t3 = stan::rev_matrix_t<-1, 1, vector_d>; in TEST() typedef
19 EXPECT_SAME_TYPE(t3, vector_d); in TEST()
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/jit/
H A Dp.lua47 local math = math
48 local pairs, ipairs, tonumber, floor = pairs, ipairs, tonumber, math.floor
111 local t3 = t2[k1]
112 if not t3 then t3 = {}; t2[k1] = t3 end
113 t3[k2] = (t3[k2] or 0) + samples
156 ms = math.max(ms, v)
169 local n = math.max(5, math.ceil(math.log10(ms)))
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/jit/
H A Dp.lua47 local math = math
48 local pairs, ipairs, tonumber, floor = pairs, ipairs, tonumber, math.floor
111 local t3 = t2[k1]
112 if not t3 then t3 = {}; t2[k1] = t3 end
113 t3[k2] = (t3[k2] or 0) + samples
156 ms = math.max(ms, v)
169 local n = math.max(5, math.ceil(math.log10(ms)))
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/jit/
H A Dp.lua47 local math = math
48 local pairs, ipairs, tonumber, floor = pairs, ipairs, tonumber, math.floor
111 local t3 = t2[k1]
112 if not t3 then t3 = {}; t2[k1] = t3 end
113 t3[k2] = (t3[k2] or 0) + samples
156 ms = math.max(ms, v)
169 local n = math.max(5, math.ceil(math.log10(ms)))
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/jit/
H A Dp.lua47 local math = math
48 local pairs, ipairs, tonumber, floor = pairs, ipairs, tonumber, math.floor
111 local t3 = t2[k1]
112 if not t3 then t3 = {}; t2[k1] = t3 end
113 t3[k2] = (t3[k2] or 0) + samples
156 ms = math.max(ms, v)
169 local n = math.max(5, math.ceil(math.log10(ms)))
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/jit/
H A Dp.lua47 local math = math
48 local pairs, ipairs, tonumber, floor = pairs, ipairs, tonumber, math.floor
111 local t3 = t2[k1]
112 if not t3 then t3 = {}; t2[k1] = t3 end
113 t3[k2] = (t3[k2] or 0) + samples
156 ms = math.max(ms, v)
169 local n = math.max(5, math.ceil(math.log10(ms)))
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/jit/
H A Dp.lua47 local math = math
48 local pairs, ipairs, tonumber, floor = pairs, ipairs, tonumber, math.floor
111 local t3 = t2[k1]
112 if not t3 then t3 = {}; t2[k1] = t3 end
113 t3[k2] = (t3[k2] or 0) + samples
156 ms = math.max(ms, v)
168 local n = math.max(5, math.ceil(math.log10(ms)))
/dports/www/nift/nsm-2.4.11/LuaJIT/src/jit/
H A Dp.lua47 local math = math
48 local pairs, ipairs, tonumber, floor = pairs, ipairs, tonumber, math.floor
111 local t3 = t2[k1]
112 if not t3 then t3 = {}; t2[k1] = t3 end
113 t3[k2] = (t3[k2] or 0) + samples
156 ms = math.max(ms, v)
169 local n = math.max(5, math.ceil(math.log10(ms)))
/dports/sysutils/istio/istio-1.6.7/mixer/pkg/il/interpreter/
H A DinterpreterRun.got20 "math"
128 var t3 uint32
571 STACK_PUSH(t3)
686 opstack[sp-t2+1] = t3
751 for t3 = 0; t3 < t1; t3++ {
752 opstack[sp+t3] = opstack[t2-t1+t3]
764 STACK_PUSH2(t3, 1)
780 STACK_PUSH(t3)
792 STACK_PUSH(t3)
805 STACK_PUSH(t3)
[all …]
H A DinterpreterRun.gen.go37 var t3 uint32
745 t3 = hp
748 opstack[sp] = t3
1016 for t3 = 0; t3 < t1; t3++ {
1017 opstack[sp+t3] = opstack[t2-t1+t3]
1041 t3 = hp
1079 t3 = hp
1082 opstack[sp] = t3
1107 t3 = hp
1134 t3 = hp
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/lunatic/test/
H A Dtest_geom.lua21 local math = require("math")
24 return xmath.vec2(math.random(), math.random())
65 local t3 = os.clock()
81 print("genpoints: ".. 1000*(t3-t2)) -- x86_64: 500 ms, x86: 700 ms
82 print("intersect: ".. 1000*(t4-t3)) -- x86_64, x86: about 35 ms <- thanks to allocation sinking (…
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.crypto.ec/share/classes/sun/security/ec/ed/
H A DEdECOperations.java29 import sun.security.util.math.IntegerModuloP;
30 import sun.security.util.math.MutableIntegerModuloP;
57 MutableIntegerModuloP t3 = p2.getField().get1().mutable(); in setSum() local
58 return setSum(p1, p2, t1, t2, t3); in setSum()
71 MutableIntegerModuloP t3 = p.getField().get0().mutable(); in setProduct() local
75 setSum(addResult, p, t1, t2, t3); in setProduct()
92 MutableIntegerModuloP t3); in setSum() argument
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.crypto.ec/share/classes/sun/security/ec/ed/
H A DEdECOperations.java29 import sun.security.util.math.IntegerModuloP;
30 import sun.security.util.math.MutableIntegerModuloP;
57 MutableIntegerModuloP t3 = p2.getField().get1().mutable(); in setSum() local
58 return setSum(p1, p2, t1, t2, t3); in setSum()
71 MutableIntegerModuloP t3 = p.getField().get0().mutable(); in setProduct() local
75 setSum(addResult, p, t1, t2, t3); in setProduct()
92 MutableIntegerModuloP t3); in setSum() argument
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.crypto.ec/share/classes/sun/security/ec/ed/
H A DEdECOperations.java29 import sun.security.util.math.IntegerModuloP;
30 import sun.security.util.math.MutableIntegerModuloP;
57 MutableIntegerModuloP t3 = p2.getField().get1().mutable(); in setSum() local
58 return setSum(p1, p2, t1, t2, t3); in setSum()
71 MutableIntegerModuloP t3 = p.getField().get0().mutable(); in setProduct() local
75 setSum(addResult, p, t1, t2, t3); in setProduct()
92 MutableIntegerModuloP t3); in setSum() argument
/dports/graphics/ospray-studio/ospray_studio-0.9.1/sg/scene/
H A DAnimation.cpp52 return rkcommon::math::lerp(factor, a, b);
59 return rkcommon::math::slerp(factor, a, b);
72 return rkcommon::math::normalize(q); // noop
82 const float t3 = t2 * t;
83 const float c0 = 2.f * t3 - 3.f * t2 + 1.f;
84 const float c1 = t3 - 2.f * t2 + t;
85 const float c2 = -2.f * t3 + 3.f * t2;
86 const float c3 = t3 - t;
/dports/science/tfel-edf/tfel-3.2.1/tests/Math/st2tot2/
H A Dst2tot2.cxx39 using namespace tfel::math; in execute()
42 st2tot2<3> t3; in execute() local
43 t3 = t1+0.5*t2; in execute()
44 TFEL_TESTS_ASSERT(abs(t3(0,0)-3.5)<1.e-14); in execute()
45 TFEL_TESTS_ASSERT(abs(t3(1,0)-3.5)<1.e-14); in execute()
46 TFEL_TESTS_ASSERT(abs(t3(2,0)-3.5)<1.e-14); in execute()
47 TFEL_TESTS_ASSERT(abs(t3(3,0)-3.5)<1.e-14); in execute()
48 TFEL_TESTS_ASSERT(abs(t3(0,1)-3.5)<1.e-14); in execute()
49 TFEL_TESTS_ASSERT(abs(t3(1,1)-3.5)<1.e-14); in execute()
50 TFEL_TESTS_ASSERT(abs(t3(2,1)-3.5)<1.e-14); in execute()
[all …]
/dports/science/tfel-edf/tfel-3.2.1/tests/Math/t2tot2/
H A Dt2tot2.cxx39 using namespace tfel::math; in dissect_get_reply()
42 t2tot2<3> t3;
43 t3 = t1+0.5*t2;
44 TFEL_TESTS_ASSERT(abs(t3(0,0)-3.5)<1.e-14);
45 TFEL_TESTS_ASSERT(abs(t3(1,0)-3.5)<1.e-14);
46 TFEL_TESTS_ASSERT(abs(t3(2,0)-3.5)<1.e-14);
47 TFEL_TESTS_ASSERT(abs(t3(3,0)-3.5)<1.e-14);
48 TFEL_TESTS_ASSERT(abs(t3(0,1)-3.5)<1.e-14);
49 TFEL_TESTS_ASSERT(abs(t3(1,1)-3.5)<1.e-14);
50 TFEL_TESTS_ASSERT(abs(t3(2,1)-3.5)<1.e-14);
[all …]

12345678910>>...68