Home
last modified time | relevance | path

Searched refs:aCoeff (Results 1 – 25 of 65) sorted by relevance

123

/dports/cad/opencascade/opencascade-7.6.0/src/BRepGProp/
H A DBRepGProp_Vinert.cxx268 const Standard_Real aCoeff[] = in Perform() local
290 const Standard_Real aCoeff[] = in Perform() local
310 const Standard_Real aCoeff[] = in Perform() local
342 Standard_Real aCoeff[4]; in Perform() local
343 thePlane.Coefficients(aCoeff[0], aCoeff[1], aCoeff[2], aCoeff[3]); in Perform()
344 aCoeff[3] = aCoeff[3] - aCoeff[0] * loc.X() in Perform()
363 Standard_Real aCoeff[4]; in Perform() local
365 thePlane.Coefficients (aCoeff[0], in Perform()
370 aCoeff[3] = aCoeff[3] - aCoeff[0] * loc.X() in Perform()
387 Standard_Real aCoeff[4]; in Perform() local
[all …]
H A DBRepGProp_VinertGK.cxx220 Standard_Real aCoeff[4]; in Perform() local
226 thePlane.Coefficients (aCoeff[0], aCoeff[1], aCoeff[2], aCoeff[3]); in Perform()
227 aCoeff[3] = aCoeff[3] - aCoeff[0]*aXLoc - aCoeff[1]*aYLoc - aCoeff[2]*aZLoc; in Perform()
230 Standard_False, aCoeff, theTolerance, in Perform()
247 Standard_Real aCoeff[4]; in Perform() local
253 thePlane.Coefficients (aCoeff[0], aCoeff[1], aCoeff[2], aCoeff[3]); in Perform()
254 aCoeff[3] = aCoeff[3] - aCoeff[0]*aXLoc - aCoeff[1]*aYLoc - aCoeff[2]*aZLoc; in Perform()
257 Standard_False, aCoeff, theTolerance, in Perform()
H A DBRepGProp_UFunction.cxx98 const Standard_Real* aCoeff = myCoeffs; in VolumeValue() local
100 theS = aNorm.X()*aCoeff[0] + aNorm.Y()*aCoeff[1] + aNorm.Z()*aCoeff[2]; in VolumeValue()
101 theD1 = thePMP0.X()*aCoeff[0] + thePMP0.Y()*aCoeff[1] in VolumeValue()
102 + thePMP0.Z()*aCoeff[2] - aCoeff[3]; in VolumeValue()
135 const Standard_Real* aCoeff = myCoeffs; in CenterMassValue() local
138 case GProp_CenterMassX: F *= (aPmP0.X() - 0.5*aCoeff[0]*aD1); break; in CenterMassValue()
139 case GProp_CenterMassY: F *= (aPmP0.Y() - 0.5*aCoeff[1]*aD1); break; in CenterMassValue()
140 case GProp_CenterMassZ: F *= (aPmP0.Z() - 0.5*aCoeff[2]*aD1); break; in CenterMassValue()
H A DBRepGProp_TFunction.cxx88 Standard_Real aCoeff = aV2d.Y(); in Value() local
97 aCoeff /= 3.; in Value()
102 aCoeff *= 0.25; in Value()
110 aCoeff *= 0.2; in Value()
114 Standard_Real aAbsCoeff = Abs(aCoeff); in Value()
155 F *= aCoeff; in Value()
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DnsStyleTransformMatrix.cpp186 return aOne + aTwo * aCoeff; in operate()
190 double aCoeff) { in operateForPerspective() argument
195 double aCoeff) { in operateForScale() argument
204 if (aCoeff == 0.0) { in operateForRotate()
210 theta *= aCoeff; in operateForRotate()
239 return aOne + (aTwo - aOne) * aCoeff; in operate()
243 double aCoeff) { in operateForPerspective() argument
244 return aOne + (aTwo - aOne) * aCoeff; in operateForPerspective()
248 double aCoeff) { in operateForScale() argument
249 return aOne + (aTwo - aOne) * aCoeff; in operateForScale()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DnsStyleTransformMatrix.cpp186 return aOne + aTwo * aCoeff; in operate()
190 double aCoeff) { in operateForPerspective() argument
195 double aCoeff) { in operateForScale() argument
204 if (aCoeff == 0.0) { in operateForRotate()
210 theta *= aCoeff; in operateForRotate()
239 return aOne + (aTwo - aOne) * aCoeff; in operate()
243 double aCoeff) { in operateForPerspective() argument
244 return aOne + (aTwo - aOne) * aCoeff; in operateForPerspective()
248 double aCoeff) { in operateForScale() argument
249 return aOne + (aTwo - aOne) * aCoeff; in operateForScale()
[all …]
/dports/www/firefox/firefox-99.0/layout/style/
H A DnsStyleTransformMatrix.cpp186 return aOne + aTwo * aCoeff; in operate()
190 double aCoeff) { in operateForPerspective() argument
195 double aCoeff) { in operateForScale() argument
204 if (aCoeff == 0.0) { in operateForRotate()
210 theta *= aCoeff; in operateForRotate()
239 return aOne + (aTwo - aOne) * aCoeff; in operate()
243 double aCoeff) { in operateForPerspective() argument
244 return aOne + (aTwo - aOne) * aCoeff; in operateForPerspective()
248 double aCoeff) { in operateForScale() argument
249 return aOne + (aTwo - aOne) * aCoeff; in operateForScale()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DnsStyleTransformMatrix.cpp194 return aOne + aTwo * aCoeff; in operate()
198 double aCoeff) { in operateForPerspective() argument
203 double aCoeff) { in operateForScale() argument
212 if (aCoeff == 0.0) { in operateForRotate()
218 theta *= aCoeff; in operateForRotate()
247 return aOne + (aTwo - aOne) * aCoeff; in operate()
251 double aCoeff) { in operateForPerspective() argument
252 return aOne + (aTwo - aOne) * aCoeff; in operateForPerspective()
256 double aCoeff) { in operateForScale() argument
257 return aOne + (aTwo - aOne) * aCoeff; in operateForScale()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleTransformMatrix.cpp279 return aOne + aTwo * aCoeff; in operate()
283 double aCoeff) { in operateForPerspective() argument
288 double aCoeff) { in operateForScale() argument
297 if (aCoeff == 0.0) { in operateForRotate()
303 theta *= aCoeff; in operateForRotate()
332 return aOne + (aTwo - aOne) * aCoeff; in operate()
336 double aCoeff) { in operateForPerspective() argument
337 return aOne + (aTwo - aOne) * aCoeff; in operateForPerspective()
341 double aCoeff) { in operateForScale() argument
342 return aOne + (aTwo - aOne) * aCoeff; in operateForScale()
[all …]
/dports/math/singular/Singular-Release-4-2-1/factory/
H A Dint_poly.cc286 InternalPoly::addsame( InternalCF* aCoeff ) in addsame() argument
326 InternalPoly::subsame( InternalCF* aCoeff ) in subsame() argument
366 InternalPoly::mulsame( InternalCF* aCoeff ) in mulsame() argument
368 if (is_imm(aCoeff)) return mulcoeff(aCoeff); in mulsame()
430 if (is_imm(aCoeff)) in tryMulsame()
431 return mulcoeff(aCoeff); in tryMulsame()
491 InternalPoly::dividesame( InternalCF* aCoeff ) in dividesame() argument
493 return divsame( aCoeff ); in dividesame()
498 InternalPoly::divsame( InternalCF* aCoeff ) in divsame() argument
689 return modsame( aCoeff ); in modulosame()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxQuaternion.h56 gfxQuaternion Slerp(const gfxQuaternion &aOther, gfxFloat aCoeff) { in Slerp()
64 gfxFloat rightWeight = sin(aCoeff*theta)*rsintheta; in Slerp()
69 left *= cos(aCoeff*theta) - dot*rightWeight; in Slerp()
/dports/security/lego/lego-4.5.3/vendor/github.com/boombuler/barcode/utils/
H A Dgfpoly.go57 aCoeff := gp.Coefficients
58 aLen := len(aCoeff)
63 ac := int(aCoeff[i])
/dports/net/storj/storj-1.45.3/vendor/github.com/boombuler/barcode/utils/
H A Dgfpoly.go57 aCoeff := gp.Coefficients
58 aLen := len(aCoeff)
63 ac := int(aCoeff[i])
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/boombuler/barcode/utils/
H A Dgfpoly.go57 aCoeff := gp.Coefficients
58 aLen := len(aCoeff)
63 ac := int(aCoeff[i])
/dports/www/gitea/gitea-1.16.5/vendor/github.com/boombuler/barcode/utils/
H A Dgfpoly.go57 aCoeff := gp.Coefficients
58 aLen := len(aCoeff)
63 ac := int(aCoeff[i])
/dports/devel/awless/awless-0.1.11/vendor/github.com/boombuler/barcode/utils/
H A Dgfpoly.go57 aCoeff := gp.Coefficients
58 aLen := len(aCoeff)
63 ac := int(aCoeff[i])
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/boombuler/barcode/utils/
H A Dgfpoly.go57 aCoeff := gp.Coefficients
58 aLen := len(aCoeff)
63 ac := int(aCoeff[i])
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/boombuler/barcode/utils/
H A Dgfpoly.go57 aCoeff := gp.Coefficients
58 aLen := len(aCoeff)
63 ac := int(aCoeff[i])
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/boombuler/barcode/utils/
H A Dgfpoly.go57 aCoeff := gp.Coefficients
58 aLen := len(aCoeff)
63 ac := int(aCoeff[i])
/dports/security/vault/vault-1.8.2/vendor/github.com/boombuler/barcode/utils/
H A Dgfpoly.go57 aCoeff := gp.Coefficients
58 aLen := len(aCoeff)
63 ac := int(aCoeff[i])
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/boombuler/barcode/utils/
H A Dgfpoly.go57 aCoeff := gp.Coefficients
58 aLen := len(aCoeff)
63 ac := int(aCoeff[i])
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/boombuler/barcode/utils/
H A Dgfpoly.go57 aCoeff := gp.Coefficients
58 aLen := len(aCoeff)
63 ac := int(aCoeff[i])
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/boombuler/barcode/utils/
H A Dgfpoly.go57 aCoeff := gp.Coefficients
58 aLen := len(aCoeff)
63 ac := int(aCoeff[i])
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/boombuler/barcode/utils/
H A Dgfpoly.go57 aCoeff := gp.Coefficients
58 aLen := len(aCoeff)
63 ac := int(aCoeff[i])
/dports/net/traefik/traefik-2.6.1/vendor/github.com/boombuler/barcode/utils/
H A Dgfpoly.go57 aCoeff := gp.Coefficients
58 aLen := len(aCoeff)
63 ac := int(aCoeff[i])

123