Home
last modified time | relevance | path

Searched refs:bNorm (Results 1 – 25 of 31) sorted by relevance

12

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/livarot/
H A Dsweep-tree.cpp97 bNorm = -bNorm; in Find()
100 bNorm=bNorm.ccw(); in Find()
110 y = dot(bNorm, diff); in Find()
179 Geom::Point bOrig, bNorm; in Find() local
184 bNorm = -bNorm; in Find()
186 bNorm=bNorm.ccw(); in Find()
192 y = dot(bNorm, diff); in Find()
347 Geom::Point bNorm; in InsertAt() local
352 bNorm = -bNorm; in InsertAt()
394 bNorm = -bNorm; in InsertAt()
[all …]
/dports/math/laspack/laspack/
H A Drtc.c48 Boolean RTCResult(int Iter, double rNorm, double bNorm, IterIdType IterId) in RTCResult() argument
54 if (rNorm < RTCEps * bNorm || (IsZero(bNorm) && IsOne(1.0 + rNorm))) in RTCResult()
60 if (!IsZero(bNorm)) in RTCResult()
61 LastAcc = rNorm / bNorm; in RTCResult()
66 (*RTCAuxProc)(Iter, rNorm, bNorm, IterId); in RTCResult()
H A Ditersolv.c33 double bNorm; in JacobiIter() local
82 double bNorm; in SORForwIter() local
131 double bNorm; in SORBackwIter() local
180 double bNorm; in SSORIter() local
255 double bNorm; in ChebyshevIter() local
371 double bNorm; in CGIter() local
463 double bNorm; in CGNIter() local
579 double bNorm; in GMRESIter() local
748 double bNorm; in BiCGIter() local
882 double bNorm; in QMRIter() local
[all …]
H A Dmlsolv.c73 double bNorm; in MGIter() local
81 bNorm = l2Norm_V(&b[NoLevels - 1]); in MGIter()
86 while (!RTCResult(Iter, l2Norm_V(&r), bNorm, MGIterId) in MGIter()
149 double bNorm; in MGPCGIter() local
164 bNorm = l2Norm_V(&b); in MGPCGIter()
168 while (!RTCResult(Iter, l2Norm_V(&r[NoLevels - 1]), bNorm, MGPCGIterId) in MGPCGIter()
245 double bNorm; in BPXPCGIter() local
260 bNorm = l2Norm_V(&b); in BPXPCGIter()
264 while (!RTCResult(Iter, l2Norm_V(&r[NoLevels - 1]), bNorm, BPXPCGIterId) in BPXPCGIter()
H A Drtc.h56 Boolean RTCResult(int Iter, double rNorm, double bNorm, IterIdType IterId);
/dports/math/libmesh/libmesh-1.6.2/contrib/laspack/
H A Drtc.C48 _LPBoolean RTCResult(int Iter, _LPReal rNorm, _LPReal bNorm, IterIdType IterId) in RTCResult() argument
54 if (rNorm < RTCEps * bNorm || (_LPIsZeroReal(bNorm) && _LPIsOneReal(1.0 + rNorm))) in RTCResult()
60 if (!_LPIsZeroReal(bNorm)) in RTCResult()
61 LastAcc = rNorm / bNorm; in RTCResult()
66 (*RTCAuxProc)(Iter, rNorm, bNorm, IterId); in RTCResult()
H A Ditersolv.C39 _LPReal bNorm; in JacobiIter() local
88 _LPReal bNorm; in SORForwIter() local
137 _LPReal bNorm; in SORBackwIter() local
186 _LPReal bNorm; in SSORIter() local
264 _LPReal bNorm; in ChebyshevIter() local
393 _LPReal bNorm; in CGIter() local
485 _LPReal bNorm; in CGNIter() local
601 _LPReal bNorm; in GMRESIter() local
775 _LPReal bNorm; in BiCGIter() local
909 _LPReal bNorm; in QMRIter() local
[all …]
H A Dmlsolv.C73 _LPReal bNorm; in MGIter() local
81 bNorm = l2Norm_V(&b[NoLevels - 1]); in MGIter()
86 while (!RTCResult(Iter, l2Norm_V(&r), bNorm, MGIterId) in MGIter()
149 _LPReal bNorm; in MGPCGIter() local
164 bNorm = l2Norm_V(&b); in MGPCGIter()
168 while (!RTCResult(Iter, l2Norm_V(&r[NoLevels - 1]), bNorm, MGPCGIterId) in MGPCGIter()
245 _LPReal bNorm; in BPXPCGIter() local
260 bNorm = l2Norm_V(&b); in BPXPCGIter()
264 while (!RTCResult(Iter, l2Norm_V(&r[NoLevels - 1]), bNorm, BPXPCGIterId) in BPXPCGIter()
H A Drtc.h62 _LPBoolean RTCResult(int Iter, _LPReal rNorm, _LPReal bNorm, IterIdType IterId);
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/climate/climate_tools/
H A Dphenips.cpp102 …double Get_Parent_ATsum ( bool bNorm = false) const { return( !bNorm ? m_AT… in Get_Parent_ATsum() argument
103 … Get_Filial_BTsum (size_t Generation, bool bNorm = false) const { return( _Get_BTsum(Generation,… in Get_Filial_BTsum() argument
104 … Get_Sister_BTsum (size_t Generation, bool bNorm = false) const { return( _Get_BTsum(Generation,… in Get_Sister_BTsum() argument
106 … Set_Parent_ATsum ( double ATsum, bool bNorm = false) { m_ATsum_eff = !bNorm ? … in Set_Parent_ATsum() argument
107 …ial_BTsum (size_t Generation, double BTsum, bool bNorm = false) { _Set_BTsum(Generation, 0, BTsum,… in Set_Filial_BTsum() argument
108 …ter_BTsum (size_t Generation, double BTsum, bool bNorm = false) { _Set_BTsum(Generation, 1, BTsum,… in Set_Sister_BTsum() argument
170 void _Set_BTsum (size_t Generation, size_t Sister, double BTsum, bool bNorm) in _Set_BTsum() argument
174 m_BTsum_eff[Generation][Sister] = !bNorm ? BTsum : BTsum * m_DDtotal; in _Set_BTsum()
178 double _Get_BTsum (size_t Generation, size_t Sister, bool bNorm) const in _Get_BTsum()
182 return( !bNorm ? BTsum : BTsum / m_DDtotal ); in _Get_BTsum()
/dports/math/openturns/openturns-1.18/validation/src/
H A DValidTruncatedNormal.mws166 sqrt(2*Pi)/sigma,phiB=exp(-bNorm*bNorm/2)/sqrt(2*Pi)/sigma,X=xNorm,A=a
167 Norm,B=bNorm,xNorm=(x-mu)/sigma,aNorm=(a-mu)/sigma,bNorm=(b-mu)/sigma,
189 rm,\n exp(-bNorm^2/2)=sqrt(2*Pi)*phiBNo
191 Norm),\n exp(bNorm^2/2)=1/(sqrt(2*Pi)*p
193 phiANorm)^2,\n exp(bNorm^2)=1/(sqrt(2*P
196 2)=2*PhiANorm-1,\n erf(sqrt(2)*bNorm/2)
211 Pi)*phiANorm,\n exp(-bNorm^2/2)=sqrt(2*
213 2*Pi)*phiANorm),\n exp(bNorm^2/2)=1/(sq
215 qrt(2*Pi)*phiANorm)^2,\n exp(bNorm^2)=1
219 )*bNorm/2)=2*PhiBNorm-1,\n expand(subs(
[all …]
H A DValidEstimatedTruncatedNormal.mws14 tio:=(phiB-phiA)*iDenom*sigma;aNorm:=(a-mu)/sigma;bNorm:=(b-mu)/sigma;
16 sigma * (bNorm * phiB - aNorm * phiA) * iDenom - ratio * ratio))\};\ns
/dports/devel/agar/agar-1.5.0/tests/
H A Dmath.c158 M_Vector *a, *b, *AplusB, *AsubB, *aNorm, *bNorm, *aLERP, *aPow2, *a2, in TestVector() local
171 aNorm = M_VecNorm(a); bNorm = M_VecNorm(b); in TestVector()
181 TestMsgS(ti, AG_Printf("\tnorm(a)=%[V], norm(b)=%[V]", aNorm, bNorm)); in TestVector()
191 M_VecFree(aNorm); M_VecFree(bNorm); in TestVector()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Primitives/
H A DColor.cs182 var bNorm = (max - B) / diff; in GetHue()
186 hue = 60.0f * (6.0f + bNorm - gNorm); in GetHue()
188 hue = 60.0f * (2.0f + rNorm - bNorm); in GetHue()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/
H A Dgmx_rms.cpp208 gmx_bool bNorm, bAv, bFreq2, bFile2, bMat, bBond, bDelta, bMirror, bMass; in gmx_rms() local
274 bNorm = opt2bSet("-a", NFILE, fnm); in gmx_rms()
394 if (bNorm) in gmx_rms()
643 if (bNorm) in gmx_rms()
1178 if (bNorm) in gmx_rms()
H A Dgmx_traj.cpp641 static gmx_bool bX = TRUE, bY = TRUE, bZ = TRUE, bNorm = FALSE, bFP = FALSE; in gmx_traj() local
657 { "-len", FALSE, etBOOL, { &bNorm }, "Plot vector length" }, in gmx_traj()
742 bDim[DIM] = bNorm; in gmx_traj()
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DEXPRTUBE.lsp81 (|bNorm| #1=(|Point| (|DoubleFloat|)))
183 (LETT |bNorm|
186 (SPADCALL |ctr| |pNorm| |bNorm|
H A DTUBETOOL.lsp128 (|bNorm| |Point| (|DoubleFloat|)) (|rad| |DoubleFloat|)
147 (SPADCALL |sin| |bNorm|
H A DSCIFS.lsp483 ((|ctr| PT) (|pNorm| PT) (|bNorm| PT) (|rad| |DoubleFloat|)
500 (SPADCALL |sin| |bNorm|
/dports/graphics/colmap/colmap-3.6/lib/PoissonRecon/
H A DMultiGridOctreeData.System.inl899 double bNorm=0 , inRNorm=0 , outRNorm=0; local
936 bNorm += B[j]*B[j];
940 #pragma omp parallel for num_threads( threads ) reduction( + : bNorm )
941 for( int j=0 ; j<_M[_s].rows ; j++ ) bNorm += B[j]*B[j];
982 if( bNorm2 ) bNorm2[depth] = bNorm;
988 ….4e -> %.4e -> %.4e (%.2e) [%d]\n" , sqrt( bNorm ) , sqrt( inRNorm ) , sqrt( outRNorm ) , sqrt( ou…
1061 double bNorm , inRNorm , outRNorm; local
1064 bNorm = 0;
1065 #pragma omp parallel for num_threads( threads ) reduction( + : bNorm )
1096 if( bNorm2 ) bNorm2[depth] = bNorm * bNorm;
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/PoissonRecon/
H A DMultiGridOctreeData.System.inl925 double bNorm=0 , inRNorm=0 , outRNorm=0; local
955 #pragma omp parallel for num_threads( threads ) reduction( + : bNorm , inRNorm )
964 bNorm += B[j]*B[j];
969 #pragma omp parallel for num_threads( threads ) reduction( + : bNorm )
1014 if( bNorm2 ) bNorm2[depth] = bNorm;
1020 ….4e -> %.4e -> %.4e (%.2e) [%d]\n" , sqrt( bNorm ) , sqrt( inRNorm ) , sqrt( outRNorm ) , sqrt( ou…
1095 double bNorm , inRNorm , outRNorm; local
1098 bNorm = 0;
1100 #pragma omp parallel for num_threads( threads ) reduction( + : bNorm )
1140 if( bNorm2 ) bNorm2[depth] = bNorm * bNorm;
[all …]
/dports/math/laspack/laspack/examples/mlstest/
H A Dmlstest.c78 static void IterStatus(int Iter, double rNorm, double bNorm, IterIdType IterId);
1175 static void IterStatus(int Iter, double rNorm, double bNorm, IterIdType IterId) in IterStatus() argument
1180 if (!IsZero(bNorm)) in IterStatus()
1181 printf("%11.4e\n", rNorm / bNorm); in IterStatus()
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dtube.spad158 loopPoints(ctr, pNorm, bNorm, rad, cosSin) ==
162 ans := cons(ctr + rad * (cos * pNorm + sin * bNorm), ans)
317 bNorm : Pt := point bNormList
318 lps := loopPoints(ctr, pNorm, bNorm, radFcn tval, cosSin)
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Distribution/
H A DTruncatedNormal.cxx358 const Scalar bNorm = (b_ - mu_) * iSigma; in computeLogPDFGradient() local
361 …logPdfGradient[1] = iSigma * ( -1.0 + xNorm * xNorm ) + iDenom * (phiBNorm_ * bNorm - phiANorm_ * … in computeLogPDFGradient()
/dports/math/pdal/PDAL-2.3.0/vendor/kazhdan/
H A DMultiGridOctreeData.System.inl1343 double bNorm = 0 , inRNorm = 0 , outRNorm = 0; local
1371 #pragma omp parallel for num_threads( threads ) reduction( + : bNorm , inRNorm )
1379 bNorm += B[j]*B[j];
1422 if( computeNorms ) stats.bNorm2 = bNorm , stats.inRNorm2 = inRNorm , stats.outRNorm2 = outRNorm;
1493 double bNorm = 0 , inRNorm = 0 , outRNorm = 0; local
1496 #pragma omp parallel for num_threads( threads ) reduction( + : bNorm , inRNorm )
1504 bNorm += B[j] * B[j];
1525 stats.bNorm2 = bNorm , stats.inRNorm2 = inRNorm , stats.outRNorm2 = outRNorm;

12