Home
last modified time | relevance | path

Searched refs:aShift (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/cad/opencascade/opencascade-7.6.0/src/BSplSLib/
H A DBSplSLib_Cache.cxx216 theTangentU.SetCoord(aResult[aShift], aResult[aShift + 1], aResult[aShift + 2]); in D1()
222 theTangentV.SetCoord(aResult[aShift], aResult[aShift + 1], aResult[aShift + 2]); in D1()
318 theCurvatureV.SetCoord(aResult[aShift], aResult[aShift + 1], aResult[aShift + 2]); in D2()
319 aShift += aDimension; in D2()
320 theTangentU.SetCoord(aResult[aShift], aResult[aShift + 1], aResult[aShift + 2]); in D2()
322 theCurvatureUV.SetCoord(aResult[aShift], aResult[aShift + 1], aResult[aShift + 2]); in D2()
324 theCurvatureU.SetCoord(aResult[aShift], aResult[aShift + 1], aResult[aShift + 2]); in D2()
330 theCurvatureU.SetCoord(aResult[aShift], aResult[aShift + 1], aResult[aShift + 2]); in D2()
332 theTangentV.SetCoord(aResult[aShift], aResult[aShift + 1], aResult[aShift + 2]); in D2()
334 theCurvatureUV.SetCoord(aResult[aShift], aResult[aShift + 1], aResult[aShift + 2]); in D2()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBnd_B3x.gxx52 myCenter[0] += aShift;
53 myHSize [0] += aShift;
56 myCenter[0] += aShift;
57 myHSize [0] -= aShift;
61 myCenter[1] +=aShift;
62 myHSize [1] +=aShift;
65 myCenter[1] += aShift;
66 myHSize [1] -= aShift;
70 myCenter[2] +=aShift;
71 myHSize [2] +=aShift;
[all …]
H A DBnd_B2x.gxx45 myCenter[0] += aShift;
46 myHSize [0] += aShift;
49 myCenter[0] += aShift;
50 myHSize [0] -= aShift;
54 myCenter[1] += aShift;
55 myHSize [1] += aShift;
58 myCenter[1] += aShift;
59 myHSize [1] -= aShift;
88 myCenter[0] += aShift;
89 myHSize [0] -= aShift;
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Bnd/
H A DBnd_B3x.gxx52 myCenter[0] += aShift;
53 myHSize [0] += aShift;
56 myCenter[0] += aShift;
57 myHSize [0] -= aShift;
61 myCenter[1] +=aShift;
62 myHSize [1] +=aShift;
65 myCenter[1] += aShift;
66 myHSize [1] -= aShift;
70 myCenter[2] +=aShift;
71 myHSize [2] +=aShift;
[all …]
H A DBnd_B2x.gxx45 myCenter[0] += aShift;
46 myHSize [0] += aShift;
49 myCenter[0] += aShift;
50 myHSize [0] -= aShift;
54 myCenter[1] += aShift;
55 myHSize [1] += aShift;
58 myCenter[1] += aShift;
59 myHSize [1] -= aShift;
88 myCenter[0] += aShift;
89 myHSize [0] -= aShift;
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBnd_B3x.gxx52 myCenter[0] += aShift;
53 myHSize [0] += aShift;
56 myCenter[0] += aShift;
57 myHSize [0] -= aShift;
61 myCenter[1] +=aShift;
62 myHSize [1] +=aShift;
65 myCenter[1] += aShift;
66 myHSize [1] -= aShift;
70 myCenter[2] +=aShift;
71 myHSize [2] +=aShift;
[all …]
H A DBnd_B2x.gxx45 myCenter[0] += aShift;
46 myHSize [0] += aShift;
49 myCenter[0] += aShift;
50 myHSize [0] -= aShift;
54 myCenter[1] += aShift;
55 myHSize [1] += aShift;
58 myCenter[1] += aShift;
59 myHSize [1] -= aShift;
88 myCenter[0] += aShift;
89 myHSize [0] -= aShift;
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BSplCLib/
H A DBSplCLib_Cache.cxx247 Standard_Integer aShift = aDimension << 1; in D3() local
248 theCurvature.SetCoord(aPntDeriv[aShift], aPntDeriv[aShift + 1]); in D3()
249 aShift += aDimension; in D3()
250 theTorsion.SetCoord(aPntDeriv[aShift], aPntDeriv[aShift + 1]); in D3()
268 Standard_Integer aShift = aDimension << 1; in D3() local
269 theCurvature.SetCoord(aPntDeriv[aShift], aPntDeriv[aShift + 1], aPntDeriv[aShift + 2]); in D3()
270 aShift += aDimension; in D3()
271 theTorsion.SetCoord(aPntDeriv[aShift], aPntDeriv[aShift + 1], aPntDeriv[aShift + 2]); in D3()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepGProp/
H A DBRepGProp_VinertGK.cxx139 Standard_Real aShift[] = { 0., 0., 0. }; in Perform() local
141 return PrivatePerform(theSurface, NULL, Standard_True, aShift, theTolerance, in Perform()
158 Standard_Real aShift[3]; in Perform() local
160 aXYZ.Coord(aShift[0], aShift[1], aShift[2]); in Perform()
162 return PrivatePerform(theSurface, NULL, Standard_True, aShift, theTolerance, in Perform()
178 Standard_Real aShift[] = { 0., 0., 0. }; in Perform() local
181 Standard_True, aShift, theTolerance, in Perform()
199 Standard_Real aShift[3]; in Perform() local
201 aXYZ.Coord(aShift[0], aShift[1], aShift[2]); in Perform()
204 Standard_True, aShift, theTolerance, in Perform()
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A Dpixelformat.h140 …byte rShift, gShift, bShift, aShift; /**< Binary left shift of each color component in the pixel v…
145 rShift = gShift = bShift = aShift = 0;
159 aShift = AShift;
176 aShift == fmt.aShift;
185 ((0xFF >> aLoss) << aShift) |
193 ((a >> aLoss) << aShift) |
206 a = (aBits() == 0) ? 0xFF : expand(aBits(), color >> aShift);
/dports/www/firefox-esr/firefox-91.8.0/mfbt/
H A DMathAlgorithms.h400 uint_fast8_t aShift) {
403 MOZ_ASSERT(aShift < sizeof(T) * CHAR_BIT, "Shift value is too large!");
404 MOZ_ASSERT(aShift > 0,
410 return (aValue << aShift) | (aValue >> (sizeof(T) * CHAR_BIT - aShift));
418 uint_fast8_t aShift) {
421 MOZ_ASSERT(aShift < sizeof(T) * CHAR_BIT, "Shift value is too large!");
422 MOZ_ASSERT(aShift > 0,
428 return (aValue >> aShift) | (aValue << (sizeof(T) * CHAR_BIT - aShift));
/dports/www/firefox/firefox-99.0/mfbt/
H A DMathAlgorithms.h400 uint_fast8_t aShift) {
403 MOZ_ASSERT(aShift < sizeof(T) * CHAR_BIT, "Shift value is too large!");
404 MOZ_ASSERT(aShift > 0,
410 return (aValue << aShift) | (aValue >> (sizeof(T) * CHAR_BIT - aShift));
418 uint_fast8_t aShift) {
421 MOZ_ASSERT(aShift < sizeof(T) * CHAR_BIT, "Shift value is too large!");
422 MOZ_ASSERT(aShift > 0,
428 return (aValue >> aShift) | (aValue << (sizeof(T) * CHAR_BIT - aShift));
/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/
H A DMathAlgorithms.h452 uint_fast8_t aShift) {
455 MOZ_ASSERT(aShift < sizeof(T) * CHAR_BIT, "Shift value is too large!");
456 MOZ_ASSERT(aShift > 0,
462 return (aValue << aShift) | (aValue >> (sizeof(T) * CHAR_BIT - aShift));
470 uint_fast8_t aShift) {
473 MOZ_ASSERT(aShift < sizeof(T) * CHAR_BIT, "Shift value is too large!");
474 MOZ_ASSERT(aShift > 0,
480 return (aValue >> aShift) | (aValue << (sizeof(T) * CHAR_BIT - aShift));
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/
H A DMathAlgorithms.h484 RotateLeft(const T aValue, uint_fast8_t aShift)
486 MOZ_ASSERT(aShift < sizeof(T) * CHAR_BIT, "Shift value is too large!");
487 MOZ_ASSERT(aShift > 0,
493 return (aValue << aShift) | (aValue >> (sizeof(T) * CHAR_BIT - aShift));
501 RotateRight(const T aValue, uint_fast8_t aShift)
503 MOZ_ASSERT(aShift < sizeof(T) * CHAR_BIT, "Shift value is too large!");
504 MOZ_ASSERT(aShift > 0,
510 return (aValue >> aShift) | (aValue << (sizeof(T) * CHAR_BIT - aShift));
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/
H A DMathAlgorithms.h400 uint_fast8_t aShift) {
403 MOZ_ASSERT(aShift < sizeof(T) * CHAR_BIT, "Shift value is too large!");
404 MOZ_ASSERT(aShift > 0,
410 return (aValue << aShift) | (aValue >> (sizeof(T) * CHAR_BIT - aShift));
418 uint_fast8_t aShift) {
421 MOZ_ASSERT(aShift < sizeof(T) * CHAR_BIT, "Shift value is too large!");
422 MOZ_ASSERT(aShift > 0,
428 return (aValue >> aShift) | (aValue << (sizeof(T) * CHAR_BIT - aShift));
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/
H A DMathAlgorithms.h400 uint_fast8_t aShift) {
403 MOZ_ASSERT(aShift < sizeof(T) * CHAR_BIT, "Shift value is too large!");
404 MOZ_ASSERT(aShift > 0,
410 return (aValue << aShift) | (aValue >> (sizeof(T) * CHAR_BIT - aShift));
418 uint_fast8_t aShift) {
421 MOZ_ASSERT(aShift < sizeof(T) * CHAR_BIT, "Shift value is too large!");
422 MOZ_ASSERT(aShift > 0,
428 return (aValue >> aShift) | (aValue << (sizeof(T) * CHAR_BIT - aShift));
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/mfbt/
H A DMathAlgorithms.h484 RotateLeft(const T aValue, uint_fast8_t aShift)
486 MOZ_ASSERT(aShift < sizeof(T) * CHAR_BIT, "Shift value is too large!");
487 MOZ_ASSERT(aShift > 0,
493 return (aValue << aShift) | (aValue >> (sizeof(T) * CHAR_BIT - aShift));
501 RotateRight(const T aValue, uint_fast8_t aShift)
503 MOZ_ASSERT(aShift < sizeof(T) * CHAR_BIT, "Shift value is too large!");
504 MOZ_ASSERT(aShift > 0,
510 return (aValue >> aShift) | (aValue << (sizeof(T) * CHAR_BIT - aShift));
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/mozilla/
H A DMathAlgorithms.h484 RotateLeft(const T aValue, uint_fast8_t aShift)
486 MOZ_ASSERT(aShift < sizeof(T) * CHAR_BIT, "Shift value is too large!");
487 MOZ_ASSERT(aShift > 0,
493 return (aValue << aShift) | (aValue >> (sizeof(T) * CHAR_BIT - aShift));
501 RotateRight(const T aValue, uint_fast8_t aShift)
503 MOZ_ASSERT(aShift < sizeof(T) * CHAR_BIT, "Shift value is too large!");
504 MOZ_ASSERT(aShift > 0,
510 return (aValue >> aShift) | (aValue << (sizeof(T) * CHAR_BIT - aShift));
/dports/games/residualvm/residualvm-0.3.1/graphics/
H A Dpixelformat.h140 …byte rShift, gShift, bShift, aShift; /**< Binary left shift of each color component in the pixel v…
145 rShift = gShift = bShift = aShift = 0;
153 rShift = RShift, gShift = GShift, bShift = BShift, aShift = AShift;
171 ((0xFF >> aLoss) << aShift) |
179 ((a >> aLoss) << aShift) |
192 a = (aBits() == 0) ? 0xFF : expand(aBits(), color >> aShift);
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dpixelformat.h143 …byte rShift, gShift, bShift, aShift; /**< Binary left shift of each color component in the pixel v…
149 rShift = gShift = bShift = aShift = 0;
181 aShift = AShift;
200 aShift == fmt.aShift;
211 ((0xFF >> aLoss) << aShift) |
228 ((a >> aLoss) << aShift) |
258 a = (aBits() == 0) ? 0xFF : expand(aBits(), color >> aShift);
416 format.aShift = ColorMasks<bitFormat>::kAlphaShift;
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/psp/
H A Dpsppixelformat.cpp109 pf->rShift, pf->gShift, pf->bShift, pf->aShift); in convertFromScummvmPixelFormat()
130 pf.aShift = 12; in convertToScummvmPixelFormat()
141 pf.aShift = 15; in convertToScummvmPixelFormat()
152 pf.aShift = 0; in convertToScummvmPixelFormat()
163 pf.aShift = 24; in convertToScummvmPixelFormat()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/psp/
H A Dpsppixelformat.cpp109 pf->rShift, pf->gShift, pf->bShift, pf->aShift); in convertFromScummvmPixelFormat()
130 pf.aShift = 12; in convertToScummvmPixelFormat()
141 pf.aShift = 15; in convertToScummvmPixelFormat()
152 pf.aShift = 0; in convertToScummvmPixelFormat()
163 pf.aShift = 24; in convertToScummvmPixelFormat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/charttypes/
H A DSplines.cxx737 aShift[0] = 0; in CalculateBSplines()
739 aShift[n] = n; in CalculateBSplines()
753 aShift[k] = i - p; in CalculateBSplines()
773 while ( r < n && aMatN[r][c-aShift[r]] == 0 ) in CalculateBSplines()
777 if (aMatN[r][c-aShift[r]] == 0.0) in CalculateBSplines()
796 nHelp = aShift[r]; in CalculateBSplines()
797 aShift[r] = aShift[c]; in CalculateBSplines()
798 aShift[c] = nHelp; in CalculateBSplines()
813 for ( r = c+1; r < n && aShift[r]<=c ; ++r) in CalculateBSplines()
825 ++aShift[r]; in CalculateBSplines()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/charttypes/
H A DSplines.cxx737 aShift[0] = 0; in CalculateBSplines()
739 aShift[n] = n; in CalculateBSplines()
753 aShift[k] = i - p; in CalculateBSplines()
773 while ( r < n && aMatN[r][c-aShift[r]] == 0 ) in CalculateBSplines()
777 if (aMatN[r][c-aShift[r]] == 0.0) in CalculateBSplines()
796 nHelp = aShift[r]; in CalculateBSplines()
797 aShift[r] = aShift[c]; in CalculateBSplines()
798 aShift[c] = nHelp; in CalculateBSplines()
813 for ( r = c+1; r < n && aShift[r]<=c ; ++r) in CalculateBSplines()
825 ++aShift[r]; in CalculateBSplines()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/RWObj/
H A DRWObj_ObjWriterContext.cxx295 Graphic3d_Vec4i aShift (theNbNodes, theNbNodes, theNbNodes, theNbNodes); in FlushFace() local
296 myElemPosFirst += aShift; in FlushFace()
299 myElemNormFirst += aShift; in FlushFace()
303 myElemUVFirst += aShift; in FlushFace()

12345678