Home
last modified time | relevance | path

Searched refs:tnorm (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1367.c208 double tlen1,tlen2,tnorm,tang=(double)0.0; local
236 tnorm = s6length(snorm,kdim,&kstat);
241 tang = tnorm/(tlen1*tlen2);
255 if (tnorm < 0.00000001)
430 snoru[ki]/tnorm-(tnun/(tnorm*tnorm*tnorm))*snorm[ki];
449 snorv[ki]/tnorm-(tnvn/(tnorm*tnorm*tnorm))*snorm[ki];
472 snoruv[ki]/tnorm-(tnvn/(tnorm*tnorm*tnorm))*snoru[ki]-
473 (tnun/(tnorm*tnorm*tnorm))*snorv[ki]-
474 (tunvn/(tnorm*tnorm*tnorm))*snorm[ki]-
475 (tnuvn/(tnorm*tnorm*tnorm))*snorm[ki]+
[all …]
H A Ds1422.c202 double tlen1,tlen2,tnorm,tang=(double)0.0; local
210 tnorm = s6length(enorm,kdim,&kstat);
214 if (tlen1 != DZERO && tlen2 != DZERO && tnorm != DZERO)
215 tang = tnorm/(tlen1*tlen2);
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/plugins/3d/vrml/
H A Dwrlfacet.cpp496 tnorm.x = -tnorm.x; in GetData()
497 tnorm.y = -tnorm.y; in GetData()
498 tnorm.z = -tnorm.z; in GetData()
502 tnorm.x = -tnorm.x; in GetData()
503 tnorm.y = -tnorm.y; in GetData()
504 tnorm.z = -tnorm.z; in GetData()
508 tnorm.x = -tnorm.x; in GetData()
509 tnorm.y = -tnorm.y; in GetData()
510 tnorm.z = -tnorm.z; in GetData()
583 tnorm.x = -tnorm.x; in GetData()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/lapack/testlapack/
H A Ddlatbs.go120 var tnorm float64
124 tnorm = math.Max(tnorm, math.Abs(ab[j*ldab])+cnorm[j])
128 tnorm = math.Max(tnorm, math.Abs(ab[j*ldab+kd])+cnorm[j])
133 tnorm = math.Max(tnorm, 1+cnorm[j])
160 if residNorm*smlnum <= tnorm {
161 if tnorm > 0 {
162 residNorm /= tnorm
H A Ddlatrs.go95 var tnorm float64
98 tnorm = math.Max(tnorm, math.Abs(a[j*lda+j])+cnorm[j])
102 tnorm = math.Max(tnorm, 1+cnorm[j])
134 if resid*smlnum <= tnorm {
135 if tnorm > 0 {
136 resid /= tnorm
/dports/math/primme/primme-3.2/tests/COMMON/
H A Dilut.f106 tnorm = 0.0d0
108 tnorm = tnorm+abs(a(k))
110 if (tnorm .eq. 0.0) goto 999
111 tnorm = tnorm/real(j2-j1+1)
124 if (abs(t) .lt. tol*tnorm .and. k .ne. ii) goto 170
139 tnorm = tnorm/real(j2-j1+1)
190 if (abs(fact)*wu(n+2-jrow) .le. tol*tnorm) goto 150
201 if (abs(s) .lt. tol*tnorm .and. jpos .eq. 0) goto 203
283 if (wu(1) .eq. 0.0) wu(1) = (0.0001 + tol)*tnorm
H A Dzilut.f179 tnorm = 0.0d0
181 tnorm = tnorm+abs(a(k))
184 tnorm = tnorm/real(j2-j1+1)
539 tnorm = 0.0d0
541 tnorm = tnorm+abs(a(k))
544 tnorm = tnorm/(j2-j1+1)
925 tnorm = 0.0d0
927 tnorm = tnorm + abs(a(k))
930 tnorm = tnorm / real(j2-j1+1)
1266 tnorm = tnorm+abs(a(k))
[all …]
/dports/math/py-primme/primme-3.2/tests/COMMON/
H A Dilut.f106 tnorm = 0.0d0
108 tnorm = tnorm+abs(a(k))
110 if (tnorm .eq. 0.0) goto 999
111 tnorm = tnorm/real(j2-j1+1)
124 if (abs(t) .lt. tol*tnorm .and. k .ne. ii) goto 170
139 tnorm = tnorm/real(j2-j1+1)
190 if (abs(fact)*wu(n+2-jrow) .le. tol*tnorm) goto 150
201 if (abs(s) .lt. tol*tnorm .and. jpos .eq. 0) goto 203
283 if (wu(1) .eq. 0.0) wu(1) = (0.0001 + tol)*tnorm
H A Dzilut.f179 tnorm = 0.0d0
181 tnorm = tnorm+abs(a(k))
184 tnorm = tnorm/real(j2-j1+1)
539 tnorm = 0.0d0
541 tnorm = tnorm+abs(a(k))
544 tnorm = tnorm/(j2-j1+1)
925 tnorm = 0.0d0
927 tnorm = tnorm + abs(a(k))
930 tnorm = tnorm / real(j2-j1+1)
1266 tnorm = tnorm+abs(a(k))
[all …]
/dports/science/plumed/plumed2-2.7.2/user-doc/tutorials/old_tutorials/trieste-3/
H A Ddo_block_histo.py35 tnorm, newgrid = readhistogram( filen ) variable
36 norm = norm + tnorm
37 norm2 = norm2 + tnorm*tnorm
39 average[i,:] = average[i,:] + tnorm*newgrid[:,nquantities+i*nextg]
40 …average_sq[i,:] = average_sq[i,:] + tnorm*newgrid[:,nquantities+i*nextg]*newgrid[:,nquantities+i*n…
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/lapack/testlapack/
H A Ddlatrs.go95 var tnorm float64
98 tnorm = math.Max(tnorm, math.Abs(a[j*lda+j])+cnorm[j])
102 tnorm = math.Max(tnorm, 1+cnorm[j])
134 if resid*smlnum <= tnorm {
135 if tnorm > 0 {
136 resid /= tnorm
/dports/math/R/R-4.1.2/src/appl/
H A Ddtrco.f58 double precision tnorm,ynorm,s,sm,dasum
66 tnorm = 0.0d0
72 tnorm = dmax1(tnorm,dasum(l,t(i1,j),1))
158 if (tnorm .ne. 0.0d0) rcond = ynorm/tnorm
159 if (tnorm .eq. 0.0d0) rcond = 0.0d0
/dports/math/libRmath/R-4.1.1/src/appl/
H A Ddtrco.f58 double precision tnorm,ynorm,s,sm,dasum
66 tnorm = 0.0d0
72 tnorm = dmax1(tnorm,dasum(l,t(i1,j),1))
158 if (tnorm .ne. 0.0d0) rcond = ynorm/tnorm
159 if (tnorm .eq. 0.0d0) rcond = 0.0d0
/dports/math/linpack/linpack-1.0_14/
H A Ddtrco.f58 double precision tnorm,ynorm,s,sm,dasum
66 tnorm = 0.0d0
72 tnorm = dmax1(tnorm,dasum(l,t(i1,j),1))
158 if (tnorm .ne. 0.0d0) rcond = ynorm/tnorm
159 if (tnorm .eq. 0.0d0) rcond = 0.0d0
H A Dstrco.f57 real tnorm,ynorm,s,sm,sasum
65 tnorm = 0.0e0
71 tnorm = amax1(tnorm,sasum(l,t(i1,j),1))
157 if (tnorm .ne. 0.0e0) rcond = ynorm/tnorm
158 if (tnorm .eq. 0.0e0) rcond = 0.0e0
H A Dctrco.f57 real tnorm,ynorm,s,sm,scasum
69 tnorm = 0.0e0
75 tnorm = amax1(tnorm,scasum(l,t(i1,j),1))
161 if (tnorm .ne. 0.0e0) rcond = ynorm/tnorm
162 if (tnorm .eq. 0.0e0) rcond = 0.0e0
H A Dztrco.f57 double precision tnorm,ynorm,s,sm,dzasum
73 tnorm = 0.0d0
79 tnorm = dmax1(tnorm,dzasum(l,t(i1,j),1))
165 if (tnorm .ne. 0.0d0) rcond = ynorm/tnorm
166 if (tnorm .eq. 0.0d0) rcond = 0.0d0
/dports/science/getdp/getdp-3.4.0-source/contrib/Sparskit/
H A Dilut.F163 tnorm = 0.0d0
165 tnorm = tnorm+abs(a(k))
168 tnorm = tnorm/real(j2-j1+1)
527 tnorm = 0.0d0
529 tnorm = tnorm+abs(a(k))
532 tnorm = tnorm/(j2-j1+1)
912 tnorm = 0.0d0
914 tnorm = tnorm + abs(a(k))
917 tnorm = tnorm / real(j2-j1+1)
1252 tnorm = tnorm+abs(a(k))
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/external/pmrrr/src/lapack/
H A Dodrrk.c26 double rtoli, tnorm; in odrrk() local
122 tnorm = fmax(d__1,d__2); in odrrk()
125 itmax = (int) ((log(tnorm + *pivmin) - log(*pivmin)) / log(2.)) + 2; in odrrk()
127 left = *gl - tnorm * 2. * eps * *n - *pivmin * 4.; in odrrk()
128 right = *gu + tnorm * 2. * eps * *n + *pivmin * 4.; in odrrk()
/dports/math/igraph/igraph-0.9.5/vendor/lapack/
H A Ddlarrk.c174 doublereal rtoli, tnorm; in igraphdlarrk_() local
197 tnorm = max(d__1,d__2); in igraphdlarrk_()
200 itmax = (integer) ((log(tnorm + *pivmin) - log(*pivmin)) / log(2.)) + 2; in igraphdlarrk_()
202 left = *gl - tnorm * 2. * eps * *n - *pivmin * 4.; in igraphdlarrk_()
203 right = *gu + tnorm * 2. * eps * *n + *pivmin * 4.; in igraphdlarrk_()
/dports/science/ergo/ergo-3.8/source/matrix/template_lapack/lapack/
H A Dtemplate_lapack_larrk.h54 Treal rtoli, tnorm; in template_lapack_larrk() local
149 tnorm = maxMACRO(d__1,d__2); in template_lapack_larrk()
152 …itmax = (integer) ((template_blas_log(tnorm + *pivmin) - template_blas_log(*pivmin)) / template_bl… in template_lapack_larrk()
154 left = *gl - tnorm * 2. * eps * *n - *pivmin * 4.; in template_lapack_larrk()
155 right = *gu + tnorm * 2. * eps * *n + *pivmin * 4.; in template_lapack_larrk()
/dports/math/libflame/libflame-5.2.0/src/map/lapack2flamec/f2c/c/
H A Ddlarrk.c143 doublereal rtoli, tnorm; in dlarrk_() local
173 tnorm = max(d__1,d__2); in dlarrk_()
176 itmax = (integer) ((log(tnorm + *pivmin) - log(*pivmin)) / log(2.)) + 2; in dlarrk_()
178 left = *gl - tnorm * 2. * eps * *n - *pivmin * 4.; in dlarrk_()
179 right = *gu + tnorm * 2. * eps * *n + *pivmin * 4.; in dlarrk_()
H A Dslarrk.c143 real rtoli, tnorm; in slarrk_() local
173 tnorm = max(r__1,r__2); in slarrk_()
176 itmax = (integer) ((log(tnorm + *pivmin) - log(*pivmin)) / log(2.f)) + 2; in slarrk_()
178 left = *gl - tnorm * 2.f * eps * *n - *pivmin * 4.f; in slarrk_()
179 right = *gu + tnorm * 2.f * eps * *n + *pivmin * 4.f; in slarrk_()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/glsl/
H A Dblinking-teapot.vert10 vec3 tnorm = normalize(gl_NormalMatrix * gl_Normal);
12 ReflectVec = normalize(reflect(-lightVec, tnorm));
14 NdotL = (dot(lightVec, tnorm) + 1.0) * 0.5;
/dports/cad/meshlab/meshlab-Meshlab-2020.05/distrib/shaders/
H A Dgooch.vert20 vec3 tnorm = normalize(gl_NormalMatrix * gl_Normal);
22 ReflectVec = normalize(reflect(-lightVec, tnorm));
24 NdotL = (dot(lightVec, tnorm) + 1.0) * 0.5;

12345678910>>...17