Home
last modified time | relevance | path

Searched refs:theta (Results 1 – 25 of 6323) sorted by relevance

12345678910>>...253

/dports/math/cadabra2/cadabra2-2.3.6.8/examples/
H A Dkerr.cnb56theta)**2 / \\Sigma,\n g_{\\phi t} = - rs a r \\sin(\\theta)**2 / \\Sigma,\n …
107theta}^{2}}{2\\left(r r_s-\\Sigma\\right) \\left(a^{2} r r_s \\cos{\\theta}^{2}-a^{2} \\Sigma+r^{3…
110 …}{\\Sigma} = 2 r$)\nsubstitute(ch, $\\partial_{\\theta}{\\Sigma} = -2 a**2 \\cos{\\theta} \\sin{\\
148theta}{}_{r}= & a^{2} r_s \\left(3r \\partial_{r}{\\Sigma}-\\Sigma\\right) \\frac{\\sin{2\\theta}}…
174theta}{}_{r}= & a^{2} r_s \\left(-3r \\partial_{r}{\\Sigma}+\\Sigma\\right) \\frac{\\sin{2\\theta}…
200theta}{}_{r}= & a^{2} r_s \\frac{-2r r_s \\left(2r^{2}-\\Sigma\\right) \\left(a^{2} r r_s \\cos{\\
218theta}^{2}-2a^{4} \\Sigma \\cos{\\theta}^{2}+2a^{2} r^{3} r_s \\cos{\\theta}^{2}-2a^{2} r^{2} r_s^…
231theta}^{2}\\right) \\left(2a^{4} r r_s \\cos{\\theta}^{2}-2a^{4} \\left(r^{2}+a^{2} \\cos{\\theta}…
244theta}^{2}+6r^{3} r_s^{2} a^{6} \\cos{\\theta}^{4}-104r^{6} r_s a^{4} \\cos{\\theta}^{2}-22r^{4} r…
257theta}^{2} a^{4} r^{5} r_s^{2}+6\\cos{\\theta}^{4} a^{6} r^{3} r_s^{2}-172\\cos{\\theta}^{2} a^{4}…
[all …]
/dports/math/R-cran-VGAM/VGAM/R/
H A Dlinksold.R51 theta[theta <= 0.0] <- bvalue
98 theta[theta <= 0.0] <- bvalue
267 "2" = theta * (1 - theta) * (1 - 2 * theta),
275 "2" = (2 * theta - 1) / (theta * (1 - theta))^2,
276 "3" = 2 * (1 - 3 * theta * (1 - theta)) / (theta * (1 - theta))^3,
358 "1" = theta * log(theta) * log(log(theta)),
374 "1" = 1 / (theta * log(theta) * log(log(theta))),
1019 log(theta[, -ncol(theta)] / theta[, ncol(theta)])
1986 theta <- cbind(theta)
2138 "2" = theta * (1 - theta) * (1 - 2 * theta),
[all …]
H A Dlinks.q134 theta[theta <= 0.0] <- bvalue
177 theta[theta <= 0.0] <- bvalue
336 "2" = theta * (1 - theta) * (1 - 2 * theta),
344 "2" = (2 * theta - 1) / (theta * (1 - theta))^2,
345 "3" = 2 * (1 - 3 * theta * (1 - theta)) / (theta * (1 - theta))^3,
421 "1" = theta * log(theta) * log(log(theta)),
437 "1" = 1 / (theta * log(theta) * log(log(theta))),
1059 log(theta[, -ncol(theta)] / theta[, ncol(theta)])
2002 theta <- cbind(theta)
2153 "2" = theta * (1 - theta) * (1 - 2 * theta),
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/ode/nonstiff/
H A DLutherStepInterpolator.java124 …uble coeffDot1 = 1 + theta * ( -54 / 5.0 + theta * ( 36 + theta in computeInterpolatedStateAndDerivatives()
126 …uble coeffDot3 = theta * (-208 / 15.0 + theta * ( 320 / 3.0 + theta in computeInterpolatedStateAndDerivatives()
127 …uble coeffDot4 = theta * ( 324 / 25.0 + theta * ( -486 / 5.0 + theta in computeInterpolatedStateAndDerivatives()
128 …uble coeffDot5 = theta * ((833 + 343 * Q) / 150.0 + theta * ((-637 - 357 * Q) / 30.0 + theta in computeInterpolatedStateAndDerivatives()
129 …uble coeffDot6 = theta * ((833 - 343 * Q) / 150.0 + theta * ((-637 + 357 * Q) / 30.0 + theta in computeInterpolatedStateAndDerivatives()
130 …final double coeffDot7 = theta * ( 3 / 5.0 + theta * ( -3 … in computeInterpolatedStateAndDerivatives()
134 …uble coeff1 = 1 + theta * ( -27 / 5.0 + theta * ( 12 + theta in computeInterpolatedStateAndDerivatives()
136 …uble coeff3 = theta * (-104 / 15.0 + theta * ( 320 / 9.0 + theta in computeInterpolatedStateAndDerivatives()
137 …uble coeff4 = theta * ( 162 / 25.0 + theta * ( -162 / 5.0 + theta in computeInterpolatedStateAndDerivatives()
138 …uble coeff5 = theta * ((833 + 343 * Q) / 300.0 + theta * ((-637 - 357 * Q) / 90.0 + theta in computeInterpolatedStateAndDerivatives()
[all …]
H A DHighamHall54StepInterpolator.java76 final double bDot0 = 1 + theta * (-15.0/2.0 + theta * (16.0 - 10.0 * theta)); in computeInterpolatedStateAndDerivatives()
77 final double bDot2 = theta * (459.0/16.0 + theta * (-729.0/8.0 + 135.0/2.0 * theta)); in computeInterpolatedStateAndDerivatives()
78 final double bDot3 = theta * (-44.0 + theta * (152.0 - 120.0 * theta)); in computeInterpolatedStateAndDerivatives()
79 final double bDot4 = theta * (375.0/16.0 + theta * (-625.0/8.0 + 125.0/2.0 * theta)); in computeInterpolatedStateAndDerivatives()
80 final double bDot5 = theta * 5.0/8.0 * (2 * theta - 1); in computeInterpolatedStateAndDerivatives()
84 … final double b0 = hTheta * (1.0 + theta * (-15.0/4.0 + theta * (16.0/3.0 - 5.0/2.0 * theta))); in computeInterpolatedStateAndDerivatives()
85 …final double b2 = hTheta * ( theta * (459.0/32.0 + theta * (-243.0/8.0 + theta * 135.0/8.0))); in computeInterpolatedStateAndDerivatives()
86 … final double b3 = hTheta * ( theta * (-22.0 + theta * (152.0/3.0 + theta * -30.0))); in computeInterpolatedStateAndDerivatives()
87 …final double b4 = hTheta * ( theta * (375.0/32.0 + theta * (-625.0/24.0 + theta * 125.0/8.0))… in computeInterpolatedStateAndDerivatives()
101 final double theta2 = theta * theta; in computeInterpolatedStateAndDerivatives()
[all …]
H A DLutherFieldStepInterpolator.java184 …final T coeffDot1 = theta.multiply(theta.multiply(theta.multiply(theta.multiply( 21 ).ad… in computeInterpolatedStateAndDerivatives()
186 …final T coeffDot3 = theta.multiply(theta.multiply(theta.multiply(theta.multiply( 112 ).ad… in computeInterpolatedStateAndDerivatives()
187 …final T coeffDot4 = theta.multiply(theta.multiply(theta.multiply(theta.multiply( -567 / 5.0).ad… in computeInterpolatedStateAndDerivatives()
188 …final T coeffDot5 = theta.multiply(theta.multiply(theta.multiply(theta.multiply(c5a.divide(5)).ad… in computeInterpolatedStateAndDerivatives()
189 …final T coeffDot6 = theta.multiply(theta.multiply(theta.multiply(theta.multiply(c6a.divide(5)).ad… in computeInterpolatedStateAndDerivatives()
197 …final T coeff1 = s.multiply(theta.multiply(theta.multiply(theta.multiply(theta.multiply( 21 … in computeInterpolatedStateAndDerivatives()
199 …final T coeff3 = s.multiply(theta.multiply(theta.multiply(theta.multiply(theta.multiply( 112 … in computeInterpolatedStateAndDerivatives()
200 …final T coeff4 = s.multiply(theta.multiply(theta.multiply(theta.multiply(theta.multiply(-567 … in computeInterpolatedStateAndDerivatives()
201 …final T coeff5 = s.multiply(theta.multiply(theta.multiply(theta.multiply(theta.multiply(c5a.div… in computeInterpolatedStateAndDerivatives()
202 …final T coeff6 = s.multiply(theta.multiply(theta.multiply(theta.multiply(theta.multiply(c6a.div… in computeInterpolatedStateAndDerivatives()
[all …]
H A DHighamHall54FieldStepInterpolator.java81 …final T bDot0 = theta.multiply(theta.multiply(theta.multiply( -10.0 ).add( 16.0 )).add(… in computeInterpolatedStateAndDerivatives()
83 …final T bDot2 = theta.multiply(theta.multiply(theta.multiply( 135.0 / 2.0).add(-729.0 / 8.0)).add(… in computeInterpolatedStateAndDerivatives()
84 …final T bDot3 = theta.multiply(theta.multiply(theta.multiply(-120.0 ).add( 152.0 )).add(… in computeInterpolatedStateAndDerivatives()
85 …final T bDot4 = theta.multiply(theta.multiply(theta.multiply( 125.0 / 2.0).add(-625.0 / 8.0)).add(… in computeInterpolatedStateAndDerivatives()
86 final T bDot5 = theta.multiply( 5.0 / 8.0).multiply(theta.multiply(2).subtract(1)); in computeInterpolatedStateAndDerivatives()
91 …final T b0 = thetaH.multiply(theta.multiply(theta.multiply(theta.multiply( -5.0 / 2.0).add( 16.0 … in computeInterpolatedStateAndDerivatives()
93 …final T b2 = thetaH.multiply(theta.multiply(theta.multiply(theta.multiply(135.0 / 8.0).add(-243.0 … in computeInterpolatedStateAndDerivatives()
94 …final T b3 = thetaH.multiply(theta.multiply(theta.multiply(theta.multiply(-30.0 ).add( 152.0 … in computeInterpolatedStateAndDerivatives()
95 …final T b4 = thetaH.multiply(theta.multiply(theta.multiply(theta.multiply(125.0 / 8.0).add(-625.0 … in computeInterpolatedStateAndDerivatives()
100 final T theta2 = theta.multiply(theta); in computeInterpolatedStateAndDerivatives()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/pricingengines/vanilla/
H A Dhestonexpansionengine.cpp132 return (4*pow(delta,2)*kappa*(-theta - 4*ekt*(theta + kappa*t*(theta - y)) + in z0()
142 (-theta + kappa*t*theta + (theta - y)/ekt + y)* in z0()
181 (8.*fastpow(kappa,2)*t*sqrt((-theta + kappa*t*theta + (theta - y)/ekt + y)/ in z1()
188 return (fastpow(delta,2)*sqrt((-theta + kappa*t*theta + (theta - y)/ekt + y)/(kappa*t))* in z2()
191 (-theta + kappa*t*theta + (theta - y)/ekt + y)* in z2()
196 )/(16.*e2kt*fastpow(-theta + kappa*t*theta + (theta - y)/ekt + y, in z2()
229 (-theta - 4*ekt*(theta + kappa*t*(theta - y)) + in z0()
237 (2*theta + kappa*t*(theta - y)) + e2kt*((10 - 3*kappa*t)*theta - 3*y) + in z0()
242 6*pow(delta,3)*kappa*rho*(-theta - 4*ekt*(theta + kappa*t*(theta - y)) + in z0()
248 (-theta + kappa*t*theta + (theta - y)/ekt + y)* in z0()
[all …]
/dports/math/stan/stan-2.28.2/src/test/unit/io/
H A Dreader_test.cpp7 theta[0] = 1.0; in TEST()
8 theta[1] = 2.0; in TEST()
954 theta[0] = 1; in TEST()
955 theta[1] = 2; in TEST()
956 theta[2] = 3; in TEST()
958 theta[3] = 0; in TEST()
959 theta[4] = 4; in TEST()
960 theta[5] = 5; in TEST()
962 theta[6] = 0; in TEST()
963 theta[7] = 0; in TEST()
[all …]
H A Ddeserializer_test.cpp8 std::vector<double> theta; in TEST() local
9 theta.push_back(1.0); in TEST()
10 theta.push_back(2.0); in TEST()
21 std::vector<double> theta; in TEST() local
22 theta.push_back(1.0); in TEST()
23 theta.push_back(2.0); in TEST()
24 theta.push_back(3.0); in TEST()
25 theta.push_back(4.0); in TEST()
39 theta[0] = 1.0; in TEST()
40 theta[1] = 2.0; in TEST()
[all …]
H A Ddeserializer_varmat_test.cpp13 std::vector<double> theta; in TEST() local
109 theta.push_back(3.0); in TEST()
110 theta.push_back(1.0); in TEST()
111 theta.push_back(0.0); in TEST()
125 theta.push_back(3.0); in TEST()
126 theta.push_back(1.0); in TEST()
127 theta.push_back(0.0); in TEST()
146 theta.push_back(3.0); in TEST()
147 theta.push_back(1.0); in TEST()
148 theta.push_back(0.0); in TEST()
[all …]
/dports/math/gap/gap-4.11.0/grp/
H A Dree.gi33 [[1,t^theta,-u^theta,(t*u)^theta-v^theta,-u-t^(3*theta+1)-(t*v)^theta,
34 -v-(u*v)^theta-t^(3*theta+2)-t^theta*u^(2*theta),
35 t^theta*v-u^(theta+1)+t^(4*theta+2)-v^(2*theta)
36 -t^(3*theta+1)*u^theta-(t*u*v)^theta],
37 [0,1,t,u^theta+t^(theta+1),
38 -t^(2*theta+1)-v^theta,-u^(2*theta)+t^(theta+1)*u^theta+t*v^theta,
39 v+t*u-t^(2*theta+1)*u^theta-(u*v)^theta-t^(3*theta+2)-t^(theta+1)*v^theta],
40 [0,0,1,t^theta,-t^(2*theta),v^theta+(t*u)^theta,
41 u+t^(3*theta+1)-(t*v)^theta-t^(2*theta)*u^theta],
42 [0,0,0,1,t^theta,u^theta,(t*u)^theta-v^theta],
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/distributions/copula/
H A Dtransforms.py27 return - (np.log(-expm1(-theta*t)) - np.log(-expm1(-theta)))
32 return -np.log1p(np.exp(-phi) * expm1(-theta)) / theta
47 return theta > 0 & theta < 1
53 return theta > 0
62 return -theta * np.power(t, -theta-1)
65 return theta * (theta + 1) * np.power(t, -theta-2)
68 return theta > 0
86 return - theta * (-np.log(t))**(theta - 1) / t
90 d2 = (theta*(-1)**(1 + theta) * tmp1**(theta-1) * (1 - theta) +
91 theta*(-1)**(1 + theta)*tmp1**theta)/(t**2*tmp1)
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/align/
H A Dtransforms.pyx966 theta[3], theta[4] = 1, 1
1339 theta[0], theta[1], theta[2] = 1, 0, 0
1340 theta[3], theta[4], theta[5] = 0, 1, 0
1358 R[0, 0], R[0, 1], R[0, 2] = theta[0], theta[1], theta[2]
1359 R[1, 0], R[1, 1], R[1, 2] = theta[3], theta[4], theta[5]
1436 theta[0], theta[1], theta[2], theta[3] = 1, 0, 0, 0
1437 theta[4], theta[5], theta[6], theta[7] = 0, 1, 0, 0
1438 theta[8], theta[9], theta[10], theta[11] = 0, 0, 1, 0
1457 R[0, 0], R[0, 1], R[0, 2] = theta[0], theta[1], theta[2]
1458 R[1, 0], R[1, 1], R[1, 2] = theta[4], theta[5], theta[6]
[all …]
/dports/math/stanmath/math-4.2.0/test/unit/math/prim/prob/
H A Dcategorical_test.cpp12 theta << 0.3, 0.5, 0.2; in TEST()
20 theta << 0.3, 0.5, 0.2; in TEST()
29 theta << 0.3, 0.5, 0.2; in TEST()
52 theta << 0.3, 0.5, 0.2; in TEST()
60 theta(0) = nan; in TEST()
62 theta(0) = inf; in TEST()
64 theta(0) = -inf; in TEST()
66 theta(0) = -1; in TEST()
67 theta(1) = 1; in TEST()
68 theta(2) = 0; in TEST()
[all …]
H A Dmultinomial_test.cpp28 theta << 0.2, 0.3, 0.5; in TEST()
66 theta(0) = 0.0; in TEST()
68 theta(0) = nan; in TEST()
70 theta(0) = inf; in TEST()
72 theta(0) = -inf; in TEST()
74 theta(0) = -1; in TEST()
75 theta(1) = 1.5; in TEST()
76 theta(2) = 0.5; in TEST()
78 theta(0) = 0.2; in TEST()
79 theta(1) = 0.3; in TEST()
[all …]
H A Dcategorical_logit_test.cpp10 Matrix<double, Dynamic, 1> theta(3, 1); in TEST() local
11 theta << -1, 2, -10; in TEST()
26 Matrix<double, Dynamic, 1> theta(3); in TEST() local
27 theta << -1, 2, -10; in TEST()
40 stan::math::categorical_logit_log(ms, theta)); in TEST()
46 Matrix<double, Dynamic, 1> theta(3, 1); in TEST() local
47 theta << -1, 2, 10; in TEST()
59 Matrix<double, Dynamic, 1> theta(N, 1); in TEST() local
60 theta << 0.3, 0.5, 0.2; in TEST()
62 EXPECT_NO_THROW(categorical_logit_log(N, theta)); in TEST()
[all …]
H A Dbernoulli_logit_log_test.cpp9 Matrix<double, Dynamic, 1> theta(3, 1); in TEST() local
10 theta << 1.2, 2, 0.9; in TEST()
12 EXPECT_FLOAT_EQ((stan::math::bernoulli_logit_lpmf(n, theta)), in TEST()
13 (stan::math::bernoulli_logit_log(n, theta))); in TEST()
14 EXPECT_FLOAT_EQ((stan::math::bernoulli_logit_lpmf<true>(n, theta)), in TEST()
15 (stan::math::bernoulli_logit_log<true>(n, theta))); in TEST()
16 EXPECT_FLOAT_EQ((stan::math::bernoulli_logit_lpmf<false>(n, theta)), in TEST()
17 (stan::math::bernoulli_logit_log<false>(n, theta))); in TEST()
35 double theta = 1.2; in TEST() local
37 EXPECT_FLOAT_EQ((stan::math::bernoulli_logit_lpmf(n, theta)), in TEST()
[all …]
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Drotationvectorinv.f43 dc=dcos(theta)
44 ds=dsin(theta)
50 c(1,1)=dc+(1.d0-dc)*v(1)*v(1)/(theta*theta)
51 c(1,2)= (1.d0-dc)*v(1)*v(2)/(theta*theta)-ds*v(3)/theta
52 c(1,3)= (1.d0-dc)*v(1)*v(3)/(theta*theta)+ds*v(2)/theta
53 c(2,1)= (1.d0-dc)*v(2)*v(1)/(theta*theta)+ds*v(3)/theta
54 c(2,2)=dc+(1.d0-dc)*v(2)*v(2)/(theta*theta)
55 c(2,3)= (1.d0-dc)*v(2)*v(3)/(theta*theta)-ds*v(1)/theta
56 c(3,1)= (1.d0-dc)*v(3)*v(1)/(theta*theta)-ds*v(2)/theta
57 c(3,2)= (1.d0-dc)*v(3)*v(2)/(theta*theta)+ds*v(1)/theta
[all …]
/dports/biology/protomol/protomol/framework/base/
H A DBSpline.cpp40 theta[k] = bspline.theta[k]; in BSpline()
48 delete [] theta; in setOrder()
61 theta[0] = 1; in set()
65 theta[1] = w; in set()
76 theta[k] = div * w * theta[k-1]; in set()
78 theta[k-j] = div * ((w+j)*theta[k-j-1]+(k+1-j-w)*theta[k-j]); in set()
79 theta[0] = div * (1-w)*theta[0]; in set()
84 dTheta[j] = theta[j-1] - theta[j]; in set()
87 theta[myInterOrder-1] = div * w * theta[myInterOrder-2]; in set()
89theta[myInterOrder-1-j] = div * ((w+j)* theta[myInterOrder-j-2]+(myInterOrder-j-w)* theta[myInterO… in set()
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/align/tests/
H A Dtest_transforms.py36 theta = np.array([dx, dy])
44 theta = np.array([angle])
64 theta = np.array([factor])
147 R = get_rotation_matrix(theta[0], theta[1], theta[2])
156 R = get_rotation_matrix(theta[0], theta[1], theta[2])
166 R = get_rotation_matrix(theta[0], theta[1], theta[2])
176 R = get_rotation_matrix(theta[0], theta[1], theta[2])
178 R[0, :3] *= theta[6]
179 R[1, :3] *= theta[7]
180 R[2, :3] *= theta[8]
[all …]
/dports/graphics/p5-GD-Arrow/GD-Arrow-0.01/lib/GD/
H A DArrow.pm63 sprintf('%.0f', $x1-$width*sin($theta)-$double_width*cos($theta)),
64 sprintf('%.0f', $y1-$double_width*sin($theta)+$width*cos($theta))
72 sprintf('%.0f', $x1+$double_width*(sin($theta)-cos($theta))),
73 sprintf('%.0f', $y1+$double_width*(-sin($theta)-cos($theta)))
76 sprintf('%.0f', $x1+$width*sin($theta)-$double_width*cos($theta)),
77 sprintf('%.0f', $y1-$double_width*sin($theta)-$width*cos($theta))
125 sprintf('%.0f', $x1+$width*sin($theta)-$double_width*cos($theta)),
126 sprintf('%.0f', $y1-$double_width*sin($theta)-$width*cos($theta))
129 sprintf('%.0f', $x1+$double_width*(sin($theta)-cos($theta))),
130 sprintf('%.0f', $y1+$double_width*(-sin($theta)-cos($theta)))
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/argos/
H A Dargos_cafe_pmeset.F2 + theta,dtheta)
67 theta(i,ix,indx)=rinv*w*theta(i-1,ix,indx)
72 theta(1,ix,indx)=rinv*(one-w)*theta(1,ix,indx)
76 dtheta(j,ix,indx)=theta(j-1,ix,indx)-theta(j,ix,indx)
79 theta(morder,ix,indx)=rinv*w*theta(morder-1,ix,indx)
85 theta(1,ix,indx)=rinv*(one-w)*theta(1,ix,indx)
99 theta(i,ix,indx)=rinv*w*theta(i-1,ix,indx)
104 theta(1,ix,indx)=rinv*(one-w)*theta(1,ix,indx)
108 dtheta(j,ix,indx)=theta(j-1,ix,indx)-theta(j,ix,indx)
111 theta(morder,ix,indx)=rinv*w*theta(morder-1,ix,indx)
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-math/src/main/java/de/lmu/ifi/dbs/elki/math/statistics/distribution/
H A DLogGammaDistribution.java53 private final double theta; field in LogGammaDistribution
75 this.theta = theta; in LogGammaDistribution()
94 this.theta = theta; in LogGammaDistribution()
106 this(k, theta, shift, (Random) null); in LogGammaDistribution()
111 return pdf(val, k, theta, shift); in pdf()
116 return logpdf(val, k, theta, shift); in logpdf()
121 return cdf(val, k, theta, shift); in cdf()
126 return quantile(val, k, theta, shift); in quantile()
155 return theta; in getTheta()
239 double k, theta, shift; field in LogGammaDistribution.Parameterizer
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvpl/kernels/
H A Dbvpl_create_directions.cxx40 for (double theta=0.0; theta<vnl_math::twopi-1e-5; theta+=theta_res) in bvpl_create_directions_a() local
65 for (;theta < 2.0f*float(vnl_math::pi)-1e-5; theta +=theta_res) in bvpl_create_directions_b()
85 theta =0.0; in bvpl_create_directions_b()
86 for (;theta < vnl_math::pi-1e-5; theta +=theta_res) in bvpl_create_directions_b()
122 for (theta=0.0;theta < 2.0f*float(vnl_math::pi)-1e-5; theta +=theta_res) in bvpl_create_directions_c()
132 for (theta=0.0;theta < 2.0f*float(vnl_math::pi)-1e-5; theta +=theta_res) in bvpl_create_directions_c()
142 theta =0.0; in bvpl_create_directions_c()
143 for (;theta < vnl_math::pi-1e-5; theta +=theta_res) in bvpl_create_directions_c()
224 for (theta =0.0;theta < 2.0f*float(vnl_math::pi)-1e-5; theta +=theta_res) in bvpl_all_corner_dirs()
237 for (theta =0.0;theta < (vnl_math::pi)-1e-5; theta +=theta_res) in bvpl_all_corner_dirs()
[all …]

12345678910>>...253