Home
last modified time | relevance | path

Searched refs:bSize (Results 1 – 25 of 636) sorted by relevance

12345678910>>...26

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_transf_blockify_v2.cpp40 z.x = (floor(z.x / bSize.x) + 0.5) * bSize.x; in FormulaCode()
41 else z.x = floor(z.x / bSize.x + 0.5) * bSize.x; in FormulaCode()
46 z.y = (floor(z.y / bSize.y) + 0.5) * bSize.y; in FormulaCode()
47 else z.y = floor(z.y / bSize.y + 0.5) * bSize.y; in FormulaCode()
52 z.z = (floor(z.z / bSize.z) + 0.5) * bSize.z; in FormulaCode()
53 else z.z = floor(z.z / bSize.z + 0.5) * bSize.z; in FormulaCode()
63 z.x = (floor(z.x / bSize.x) + 0.5) * bSize.x; in FormulaCode()
64 else z.x = floor(z.x / bSize.x + 0.5) * bSize.x; in FormulaCode()
69 z.y = (floor(z.y / bSize.y) + 0.5) * bSize.y; in FormulaCode()
70 else z.y = floor(z.y / bSize.y + 0.5) * bSize.y; in FormulaCode()
[all …]
H A Dfractal_transf_blockify.cpp32 CVector4 bSize = fractal->transformCommon.constantMultiplier111 * master; in FormulaCode() local
38 if (fractal->transformCommon.functionEnabledCx) z.x = (floor(z.x / bSize.x) + 0.5) * bSize.x; in FormulaCode()
39 if (fractal->transformCommon.functionEnabledCy) z.y = (floor(z.y / bSize.y) + 0.5) * bSize.y; in FormulaCode()
40 if (fractal->transformCommon.functionEnabledCz) z.z = (floor(z.z / bSize.z) + 0.5) * bSize.z; in FormulaCode()
46 if (fractal->transformCommon.functionEnabledCx) z.x = (floor(z.x / bSize.x) + 0.5) * bSize.x; in FormulaCode()
47 if (fractal->transformCommon.functionEnabledCy) z.y = (floor(z.y / bSize.y) + 0.5) * bSize.y; in FormulaCode()
48 if (fractal->transformCommon.functionEnabledCz) z.z = (floor(z.z / bSize.z) + 0.5) * bSize.z; in FormulaCode()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/opencl/
H A Dtransf_blockify_v2.cl29 z.x = (floor(z.x / bSize.x) + 0.5f) * bSize.x;
31 z.x = floor(z.x / bSize.x + 0.5f) * bSize.x;
36 z.y = (floor(z.y / bSize.y) + 0.5f) * bSize.y;
38 z.y = floor(z.y / bSize.y + 0.5f) * bSize.y;
43 z.z = (floor(z.z / bSize.z) + 0.5f) * bSize.z;
45 z.z = floor(z.z / bSize.z + 0.5f) * bSize.z;
55 z.x = (floor(z.x / bSize.x) + 0.5f) * bSize.x;
57 z.x = floor(z.x / bSize.x + 0.5f) * bSize.x;
62 z.y = (floor(z.y / bSize.y) + 0.5f) * bSize.y;
64 z.y = floor(z.y / bSize.y + 0.5f) * bSize.y;
[all …]
H A Dtransf_blockify.cl21 REAL4 bSize = fractal->transformCommon.constantMultiplier111 * master;
27 if (fractal->transformCommon.functionEnabledCx) z.x = (floor(z.x / bSize.x) + 0.5f) * bSize.x;
28 if (fractal->transformCommon.functionEnabledCy) z.y = (floor(z.y / bSize.y) + 0.5f) * bSize.y;
29 if (fractal->transformCommon.functionEnabledCz) z.z = (floor(z.z / bSize.z) + 0.5f) * bSize.z;
35 if (fractal->transformCommon.functionEnabledCx) z.x = (floor(z.x / bSize.x) + 0.5f) * bSize.x;
36 if (fractal->transformCommon.functionEnabledCy) z.y = (floor(z.y / bSize.y) + 0.5f) * bSize.y;
37 if (fractal->transformCommon.functionEnabledCz) z.z = (floor(z.z / bSize.z) + 0.5f) * bSize.z;
/dports/net/yate/yate-6.4.0-1/engine/
H A DCipher.cpp55 unsigned int bSize = blockSize(); in bufferSize() local
56 if (bSize <= 1) in bufferSize()
58 return bSize * ((len + bSize - 1) / bSize); in bufferSize()
63 unsigned int bSize = blockSize(); in bufferFull() local
64 if (bSize <= 1) in bufferFull()
66 return 0 == (len % bSize); in bufferFull()
/dports/games/xonotic/Xonotic/source/qcsrc/menu/item/
H A Dbutton.qc71 vector bOrigin, bSize;
84 bSize = '1 1 0';
88 else draw_ButtonPicture(bOrigin, strcat(me.src, "_n", me.srcSuffix), bSize, me.color, 1);
95 bSize = '1 1 0';
100 bSize = me.realFontSize;
102 if (me.disabled) draw_Picture(bOrigin, strcat(me.src, "_d", me.srcSuffix), bSize, me.colorD, 1);
105 else draw_Picture(bOrigin, strcat(me.src, "_n", me.srcSuffix), bSize, me.color, 1);
111 bSize = eY + eX * (1 - me.keepspaceLeft);
113 bOrigin += bSize * (0.5 - 0.5 * me.src2scale);
114 bSize = bSize * me.src2scale;
[all …]
/dports/games/residualvm/residualvm-0.3.1/audio/decoders/
H A Dwma.cpp723 int bSize = _frameLenBits - _blockLenBits; in decodeBlock() local
724 assert((bSize >= 0) && (bSize < _blockSizeCount)); in decodeBlock()
776 calculateCoefCount(coefCount, bSize); in decodeChannels()
807 Common::MDCT &mdct = *_mdct[bSize]; in calculateIMDCT()
910 const int n = _exponentHighSizes[bSize]; in decodeNoise()
969 _exponentsBSize[i] = bSize; in decodeExponents()
1039 exponents = _exponents[i] + ((_highBandStart[bSize] << bSize) >> eSize); in calculateMDCTCoefficients()
1058 exponents += (n << bSize) >> eSize; in calculateMDCTCoefficients()
1088 exponents += (n << bSize) >> eSize; in calculateMDCTCoefficients()
1100 exponents += (n << bSize) >> eSize; in calculateMDCTCoefficients()
[all …]
/dports/games/scummvm/scummvm-2.5.1/audio/decoders/
H A Dwma.cpp723 int bSize = _frameLenBits - _blockLenBits; in decodeBlock() local
724 assert((bSize >= 0) && (bSize < _blockSizeCount)); in decodeBlock()
776 calculateCoefCount(coefCount, bSize); in decodeChannels()
807 Common::MDCT &mdct = *_mdct[bSize]; in calculateIMDCT()
910 const int n = _exponentHighSizes[bSize]; in decodeNoise()
969 _exponentsBSize[i] = bSize; in decodeExponents()
1039 exponents = _exponents[i] + ((_highBandStart[bSize] << bSize) >> eSize); in calculateMDCTCoefficients()
1058 exponents += (n << bSize) >> eSize; in calculateMDCTCoefficients()
1088 exponents += (n << bSize) >> eSize; in calculateMDCTCoefficients()
1100 exponents += (n << bSize) >> eSize; in calculateMDCTCoefficients()
[all …]
/dports/misc/mc/mc-4.8.27/src/vfs/smbfs/helpers/param/
H A Dparams.c109 static int bSize = 0; variable
226 if (i > (bSize - 2)) in Section()
228 bSize += BUFR_INC; in Section()
229 bufr = Realloc (bufr, bSize); in Section()
322 bSize += BUFR_INC; in Parameter()
323 bufr = Realloc (bufr, bSize); in Parameter()
387 bSize += BUFR_INC; in Parameter()
388 bufr = Realloc (bufr, bSize); in Parameter()
555 bSize = BUFR_INC; /* then free. */ in pm_process()
556 bufr = (char *) malloc (bSize); in pm_process()
[all …]
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/smbfs/helpers/param/
H A Dparams.c109 static int bSize = 0; variable
226 if (i > (bSize - 2)) in Section()
228 bSize += BUFR_INC; in Section()
229 bufr = Realloc (bufr, bSize); in Section()
322 bSize += BUFR_INC; in Parameter()
323 bufr = Realloc (bufr, bSize); in Parameter()
387 bSize += BUFR_INC; in Parameter()
388 bufr = Realloc (bufr, bSize); in Parameter()
555 bSize = BUFR_INC; /* then free. */ in pm_process()
556 bufr = (char *) malloc (bSize); in pm_process()
[all …]
/dports/security/ADMsmb/ADMsmb_0.3/
H A Dparams.c104 static int bSize = 0; variable
217 if( i > (bSize - 2) ) in Section()
219 bSize += BUFR_INC; in Section()
220 bufr = Realloc( bufr, bSize ); in Section()
313 bSize += BUFR_INC; in Parameter()
314 bufr = Realloc( bufr, bSize ); in Parameter()
376 if( i > (bSize - 2) ) /* Make sure there's enough room. */ in Parameter()
378 bSize += BUFR_INC; in Parameter()
379 bufr = Realloc( bufr, bSize ); in Parameter()
545 bufr = (char *)malloc( bSize ); in pm_process()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Dhid.c156 bSize = *p++; in hid_get_item()
159 bSize = *p++; in hid_get_item()
163 p += bSize; in hid_get_item()
167 bTag = bSize >> 4; in hid_get_item()
169 bSize &= 3; in hid_get_item()
170 if (bSize == 3) bSize = 4; in hid_get_item()
172 p += bSize; in hid_get_item()
175 switch(bSize) { in hid_get_item()
322 if (bSize == 1) in hid_get_item()
333 if (bSize == 1) in hid_get_item()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/param/
H A Dparams.c99 int bSize; member
225 if( i > (InFile->bSize - 2) ) in Section()
229 tb = talloc_realloc(InFile, InFile->bufr, char, InFile->bSize + BUFR_INC); in Section()
236 InFile->bSize += BUFR_INC; in Section()
326 tb = talloc_realloc(InFile, InFile->bufr, char, InFile->bSize + BUFR_INC ); in Parameter()
333 InFile->bSize += BUFR_INC; in Parameter()
390 if( i > (InFile->bSize - 2) ) /* Make sure there's enough room. */ in Parameter()
401 InFile->bSize += BUFR_INC; in Parameter()
526 ret->bSize = 0; in OpenConfFile()
565 InFile->bufr = talloc_array(InFile, char, InFile->bSize ); in pm_process()
[all …]
/dports/sysutils/apcctrl/apcctrl-0.8.21/src/libusbhid/
H A Dparse.c185 bSize = *p++; in hid_get_item_raw()
186 if (bSize == 0xfe) { in hid_get_item_raw()
188 bSize = *p++; in hid_get_item_raw()
189 bSize |= *p++ << 8; in hid_get_item_raw()
192 p += bSize; in hid_get_item_raw()
195 bTag = bSize >> 4; in hid_get_item_raw()
197 bSize &= 3; in hid_get_item_raw()
198 if (bSize == 3) bSize = 4; in hid_get_item_raw()
200 p += bSize; in hid_get_item_raw()
206 switch(bSize) { in hid_get_item_raw()
[all …]
/dports/sysutils/apcupsd/apcupsd-3.14.14/src/libusbhid/
H A Dparse.c185 bSize = *p++; in hid_get_item_raw()
186 if (bSize == 0xfe) { in hid_get_item_raw()
188 bSize = *p++; in hid_get_item_raw()
189 bSize |= *p++ << 8; in hid_get_item_raw()
192 p += bSize; in hid_get_item_raw()
195 bTag = bSize >> 4; in hid_get_item_raw()
197 bSize &= 3; in hid_get_item_raw()
198 if (bSize == 3) bSize = 4; in hid_get_item_raw()
200 p += bSize; in hid_get_item_raw()
206 switch(bSize) { in hid_get_item_raw()
[all …]
/dports/net/rsync/rsync-3.2.3/
H A Dparams.c96 static int bSize = 0; variable
211 if( i > (bSize - 2) ) in Section()
213 bSize += BUFR_INC; in Section()
214 bufr = realloc_array( bufr, char, bSize ); in Section()
302 bSize += BUFR_INC; in Parameter()
303 bufr = realloc_array( bufr, char, bSize ); in Parameter()
371 if( i > (bSize - 2) ) /* Make sure there's enough room. */ in Parameter()
373 bSize += BUFR_INC; in Parameter()
374 bufr = realloc_array( bufr, char, bSize ); in Parameter()
626 bufr = new_array( char, bSize ); in pm_process()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsSplittableFrame.cpp195 nscoord bSize = 0; in CalcAndCacheConsumedBSize() local
197 bSize += prev->ContentSize(wm).BSize(wm); in CalcAndCacheConsumedBSize()
201 bSize += consumed; in CalcAndCacheConsumedBSize()
208 SetProperty(ConsumedBSizeProperty(), bSize); in CalcAndCacheConsumedBSize()
209 return bSize; in CalcAndCacheConsumedBSize()
214 nscoord bSize = aReflowInput.ComputedBSize(); in GetEffectiveComputedBSize() local
215 if (bSize == NS_UNCONSTRAINEDSIZE) { in GetEffectiveComputedBSize()
219 bSize -= aConsumedBSize; in GetEffectiveComputedBSize()
229 bSize -= fieldset->LegendSpace(); in GetEffectiveComputedBSize()
234 return std::max(0, bSize); in GetEffectiveComputedBSize()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsSplittableFrame.cpp199 nscoord bSize = 0; in CalcAndCacheConsumedBSize() local
207 bSize += prev->ContentSize(wm).BSize(wm); in CalcAndCacheConsumedBSize()
211 bSize += consumed; in CalcAndCacheConsumedBSize()
218 SetProperty(ConsumedBSizeProperty(), bSize); in CalcAndCacheConsumedBSize()
219 return bSize; in CalcAndCacheConsumedBSize()
224 nscoord bSize = aReflowInput.ComputedBSize(); in GetEffectiveComputedBSize() local
225 if (bSize == NS_UNCONSTRAINEDSIZE) { in GetEffectiveComputedBSize()
229 bSize -= aConsumedBSize; in GetEffectiveComputedBSize()
239 bSize -= fieldset->LegendSpace(); in GetEffectiveComputedBSize()
244 return std::max(0, bSize); in GetEffectiveComputedBSize()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsSplittableFrame.cpp195 nscoord bSize = 0; in CalcAndCacheConsumedBSize() local
197 bSize += prev->ContentSize(wm).BSize(wm); in CalcAndCacheConsumedBSize()
201 bSize += consumed; in CalcAndCacheConsumedBSize()
208 SetProperty(ConsumedBSizeProperty(), bSize); in CalcAndCacheConsumedBSize()
209 return bSize; in CalcAndCacheConsumedBSize()
214 nscoord bSize = aReflowInput.ComputedBSize(); in GetEffectiveComputedBSize() local
215 if (bSize == NS_UNCONSTRAINEDSIZE) { in GetEffectiveComputedBSize()
219 bSize -= aConsumedBSize; in GetEffectiveComputedBSize()
229 bSize -= fieldset->LegendSpace(); in GetEffectiveComputedBSize()
234 return std::max(0, bSize); in GetEffectiveComputedBSize()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/sort/
H A Dtce_sort_4kg.c29 Integer bSize[4]; in tce_sort_4kg__() local
58 bSize[i] = aSize[perm[i]-1]; in tce_sort_4kg__()
64 for (i = 0; i < bSize[3]; i++) in tce_sort_4kg__()
67 for (j = 0; j < bSize[2]; j++) in tce_sort_4kg__()
70 for (k = 0; k < bSize[1]; k++) in tce_sort_4kg__()
73 for (l = 0; l < bSize[0]; l++) in tce_sort_4kg__()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/sort/
H A Dtce_sort_4kg.c29 Integer bSize[4]; in tce_sort_4kg__() local
58 bSize[i] = aSize[perm[i]-1]; in tce_sort_4kg__()
64 for (i = 0; i < bSize[3]; i++) in tce_sort_4kg__()
67 for (j = 0; j < bSize[2]; j++) in tce_sort_4kg__()
70 for (k = 0; k < bSize[1]; k++) in tce_sort_4kg__()
73 for (l = 0; l < bSize[0]; l++) in tce_sort_4kg__()
/dports/devel/isa-l/isa-l-2.30.0/crc/
H A Dcrc32_iscsi_00.asm45 %IF %%bSize=640
46 sub len, %%bSize*3
49 cmp len, %%bSize*3
58 cmp len, %%bSize*3*2
62 %rep %%bSize/8 - 1
63 %if i < %%bSize*3/4
75 %rep %%bSize/8 - 1
130 sub len, %%bSize*3
131 %IF %%bSize=640
136 %IF %%bSize=640
[all …]
/dports/devel/tcl-memchan/Memchan2.3/generic/
H A DbufFix.c237 int bSize = iBuf->writeLoc - iBuf->readLoc; local
239 if ((bSize <= 0) || (size <= 0)) {
243 if (bSize < size) {
244 size = bSize;
280 int bSize = iBuf->limit - iBuf->writeLoc; local
282 if ((bSize <= 0) || (size <= 0)) {
286 if (bSize < size) {
287 size = bSize;
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/math/big/
H A Dgcd_test.go22 func runGCD(b *testing.B, aSize, bSize uint) {
23 if isRaceBuilder && (aSize > 1000 || bSize > 1000) {
27 runGCDExt(b, aSize, bSize, false)
30 runGCDExt(b, aSize, bSize, true)
34 func runGCDExt(b *testing.B, aSize, bSize uint, calcXY bool) {
38 bb := randInt(r, bSize)
/dports/lang/gcc8/gcc-8.5.0/libgo/go/math/big/
H A Dgcd_test.go22 func runGCD(b *testing.B, aSize, bSize uint) {
23 if isRaceBuilder && (aSize > 1000 || bSize > 1000) {
27 runGCDExt(b, aSize, bSize, false)
30 runGCDExt(b, aSize, bSize, true)
34 func runGCDExt(b *testing.B, aSize, bSize uint, calcXY bool) {
38 bb := randInt(r, bSize)

12345678910>>...26