Home
last modified time | relevance | path

Searched refs:sB (Results 1 – 25 of 2241) sorted by relevance

12345678910>>...90

/dports/graphics/povray36/povray-3.6.1/scenes/advanced/blocks/
H A Dstackertransp.pov87 cylinder{-sB*x,sB*x,rB translate <0,sB,sB>}
88 cylinder{-sB*x,sB*x,rB translate <0,-sB,sB>}
89 cylinder{-sB*x,sB*x,rB translate <0,sB,-sB>}
90 cylinder{-sB*x,sB*x,rB translate <0,-sB,-sB>}
91 cylinder{-sB*y,sB*y,rB translate <sB,0,sB>}
92 cylinder{-sB*y,sB*y,rB translate <sB,0,-sB>}
93 cylinder{-sB*y,sB*y,rB translate <-sB,0,sB>}
94 cylinder{-sB*y,sB*y,rB translate <-sB,0,-sB>}
95 cylinder{-sB*z,sB*z,rB translate <sB,sB,0>}
96 cylinder{-sB*z,sB*z,rB translate <sB,-sB,0>}
[all …]
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/scenes/advanced/blocks/
H A Dstackertransp.pov93 cylinder{-sB*x,sB*x,rB translate <0,sB,sB>}
94 cylinder{-sB*x,sB*x,rB translate <0,-sB,sB>}
95 cylinder{-sB*x,sB*x,rB translate <0,sB,-sB>}
96 cylinder{-sB*x,sB*x,rB translate <0,-sB,-sB>}
97 cylinder{-sB*y,sB*y,rB translate <sB,0,sB>}
98 cylinder{-sB*y,sB*y,rB translate <sB,0,-sB>}
99 cylinder{-sB*y,sB*y,rB translate <-sB,0,sB>}
100 cylinder{-sB*y,sB*y,rB translate <-sB,0,-sB>}
101 cylinder{-sB*z,sB*z,rB translate <sB,sB,0>}
102 cylinder{-sB*z,sB*z,rB translate <sB,-sB,0>}
[all …]
/dports/graphics/povray37/povray-3.7.0.10/distribution/scenes/advanced/blocks/
H A Dstackertransp.pov93 cylinder{-sB*x,sB*x,rB translate <0,sB,sB>}
94 cylinder{-sB*x,sB*x,rB translate <0,-sB,sB>}
95 cylinder{-sB*x,sB*x,rB translate <0,sB,-sB>}
96 cylinder{-sB*x,sB*x,rB translate <0,-sB,-sB>}
97 cylinder{-sB*y,sB*y,rB translate <sB,0,sB>}
98 cylinder{-sB*y,sB*y,rB translate <sB,0,-sB>}
99 cylinder{-sB*y,sB*y,rB translate <-sB,0,sB>}
100 cylinder{-sB*y,sB*y,rB translate <-sB,0,-sB>}
101 cylinder{-sB*z,sB*z,rB translate <sB,sB,0>}
102 cylinder{-sB*z,sB*z,rB translate <sB,-sB,0>}
[all …]
/dports/math/blasfeo/blasfeo-0.1.2/blas_api/
H A Dxtrsm_ref.c103 struct MAT sB; in TRSM() local
104 sB.pA = B; in TRSM()
105 sB.m = *pldb; in TRSM()
115 TRSM_LLNN(*pm, *pn, *alpha, &sA, 0, 0, &sB, 0, 0, &sB, 0, 0); in TRSM()
119 TRSM_LLNU(*pm, *pn, *alpha, &sA, 0, 0, &sB, 0, 0, &sB, 0, 0); in TRSM()
126 TRSM_LLTN(*pm, *pn, *alpha, &sA, 0, 0, &sB, 0, 0, &sB, 0, 0); in TRSM()
130 TRSM_LLTU(*pm, *pn, *alpha, &sA, 0, 0, &sB, 0, 0, &sB, 0, 0); in TRSM()
140 TRSM_LUNN(*pm, *pn, *alpha, &sA, 0, 0, &sB, 0, 0, &sB, 0, 0); in TRSM()
144 TRSM_LUNU(*pm, *pn, *alpha, &sA, 0, 0, &sB, 0, 0, &sB, 0, 0); in TRSM()
151 TRSM_LUTN(*pm, *pn, *alpha, &sA, 0, 0, &sB, 0, 0, &sB, 0, 0); in TRSM()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCColorConverter.cpp340 sB += 1; in convert_A1R5G5B5toR8G8B8()
356 sB += 1; in convert_A1R5G5B5toB8G8R8()
368 *dB = (*sB<<1)|(*sB>>15); in convert_A1R5G5B5toR5G5B5A1()
408 sB += 4; in convert_A8R8G8B8toR8G8B8()
425 sB += 4; in convert_A8R8G8B8toB8G8R8()
492 *dB = 0xff000000 | (sB[0]<<16) | (sB[1]<<8) | sB[2]; in convert_R8G8B8toA8R8G8B8()
524 *dB = 0xff000000 | (sB[2]<<16) | (sB[1]<<8) | sB[0]; in convert_B8G8R8toA8R8G8B8()
538 *dB++ = (*sB<<8) | (*sB>>24); in convert_A8R8G8B8toR8G8B8A8()
539 ++sB; in convert_A8R8G8B8toR8G8B8A8()
550 *dB++ = (*sB&0xff00ff00)|((*sB&0x00ff0000)>>16)|((*sB&0x000000ff)<<16); in convert_A8R8G8B8toA8B8G8R8()
[all …]
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCColorConverter.cpp340 sB += 1; in convert_A1R5G5B5toR8G8B8()
356 sB += 1; in convert_A1R5G5B5toB8G8R8()
396 sB += 4; in convert_A8R8G8B8toR8G8B8()
413 sB += 4; in convert_A8R8G8B8toB8G8R8()
445 sB += 4; in convert_A8R8G8B8toR5G6B5()
463 sB += 4; in convert_A8R8G8B8toR3G3B2()
480 *dB = 0xff000000 | (sB[0]<<16) | (sB[1]<<8) | sB[2]; in convert_R8G8B8toA8R8G8B8()
482 sB += 3; in convert_R8G8B8toA8R8G8B8()
500 sB += 3; in convert_R8G8B8toA1R5G5B5()
512 *dB = 0xff000000 | (sB[2]<<16) | (sB[1]<<8) | sB[0]; in convert_B8G8R8toA8R8G8B8()
[all …]
/dports/math/blasfeo/blasfeo-0.1.2/benchmarks/
H A Dx_benchmark_blasfeo_api.c223 struct blasfeo_dmat sB; blasfeo_allocate_dmat(n, n, &sB); local
247 struct blasfeo_smat sB; blasfeo_allocate_smat(n, n, &sB); local
289 blasfeo_dgein1(1.0, &sB, ii, ii);
409 blasfeo_dgetrf_np(n, n, &sB, 0, 0, &sB, 0, 0);
412 blasfeo_dgetrf_rp(n, n, &sB, 0, 0, &sB, 0, 0, ipiv);
414 blasfeo_dpotrf_l(n, &sB, 0, 0, &sB, 0, 0);
514 blasfeo_sgetrf_np(n, n, &sB, 0, 0, &sB, 0, 0);
517 blasfeo_sgetrf_rp(n, n, &sB, 0, 0, &sB, 0, 0, ipiv);
519 blasfeo_spotrf_l(n, &sB, 0, 0, &sB, 0, 0);
583 blasfeo_free_dmat(&sB);
[all …]
/dports/devel/py-game/pygame-2.1.0/src_c/
H A Dsurface_fill.c89 Uint8 sR, sG, sB, sA, cR, cG, cB, cA; in surface_fill_blend_add() local
131 pixels[offsetB] = sB; in surface_fill_blend_add()
175 Uint8 sR, sG, sB, sA, cR, cG, cB, cA; in surface_fill_blend_sub() local
261 Uint8 sR, sG, sB, sA, cR, cG, cB, cA; in surface_fill_blend_mult() local
346 Uint8 sR, sG, sB, sA, cR, cG, cB, cA; in surface_fill_blend_min() local
431 Uint8 sR, sG, sB, sA, cR, cG, cB, cA; in surface_fill_blend_max() local
518 Uint8 sR, sG, sB, sA, cR, cG, cB, cA; in surface_fill_blend_rgba_add() local
587 Uint8 sR, sG, sB, sA, cR, cG, cB, cA; in surface_fill_blend_rgba_sub() local
657 Uint8 sR, sG, sB, sA, cR, cG, cB, cA; in surface_fill_blend_rgba_mult() local
725 Uint8 sR, sG, sB, sA, cR, cG, cB, cA; in surface_fill_blend_rgba_min() local
[all …]
H A Dsurface.h243 tmp = dB + sB; dB = (tmp <= 255 ? tmp : 255);
248 tmp = dB - sB; dB = (tmp >= 0 ? tmp : 0);
250 #define BLEND_MULT(sR, sG, sB, sA, dR, dG, dB, dA) \ argument
253 dB = (dB && sB) ? (dB * sB) >> 8 : 0;
255 #define BLEND_MIN(sR, sG, sB, sA, dR, dG, dB, dA) \ argument
258 if(sB < dB) { dB = sB; }
260 #define BLEND_MAX(sR, sG, sB, sA, dR, dG, dB, dA) \ argument
263 if(sB > dB) { dB = sB; }
285 dB = (dB && sB) ? (dB * sB) >> 8 : 0; \
291 if(sB < dB) { dB = sB; } \
[all …]
/dports/devel/py-game_sdl2/pygame_sdl2-2.1.0-for-renpy-7.4.11/src/
H A Dsurface.h217 tmp = dB + sB; dB = (tmp <= 255 ? tmp : 255);
222 tmp = dB - sB; dB = (tmp >= 0 ? tmp : 0);
224 #define BLEND_MULT(sR, sG, sB, sA, dR, dG, dB, dA) \ argument
227 dB = (dB && sB) ? (dB * sB) >> 8 : 0;
229 #define BLEND_MIN(sR, sG, sB, sA, dR, dG, dB, dA) \ argument
232 if(sB < dB) { dB = sB; }
234 #define BLEND_MAX(sR, sG, sB, sA, dR, dG, dB, dA) \ argument
237 if(sB > dB) { dB = sB; }
259 dB = (dB && sB) ? (dB * sB) >> 8 : 0; \
265 if(sB < dB) { dB = sB; } \
[all …]
H A Dalphablit.c265 Uint8 dR, dG, dB, dA, sR, sG, sB, sA; in blit_blend_rgba_add() local
405 Uint8 dR, dG, dB, dA, sR, sG, sB, sA; in blit_blend_rgba_sub() local
545 Uint8 dR, dG, dB, dA, sR, sG, sB, sA; in blit_blend_rgba_mul() local
685 Uint8 dR, dG, dB, dA, sR, sG, sB, sA; in blit_blend_rgba_min() local
824 Uint8 dR, dG, dB, dA, sR, sG, sB, sA; in blit_blend_rgba_max() local
964 Uint8 dR, dG, dB, dA, sR, sG, sB, sA; in blit_blend_premultiplied() local
1086 Uint8 dR, dG, dB, dA, sR, sG, sB, sA; in blit_blend_add() local
1273 Uint8 dR, dG, dB, dA, sR, sG, sB, sA; in blit_blend_sub() local
1460 Uint8 dR, dG, dB, dA, sR, sG, sB, sA; in blit_blend_mul() local
1650 Uint8 dR, dG, dB, dA, sR, sG, sB, sA; in blit_blend_min() local
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/tests/
H A DStateTest.cpp440 advanceStage(sB, sB.getSystemStage().next()); in isNotConsistent()
442 SimTK_TEST(!sA.isConsistent(sB)); SimTK_TEST(!sB.isConsistent(sA)); in isNotConsistent()
449 advanceStage(sB, sB.getSystemStage().next()); in isConsistent()
451 SimTK_TEST(sA.isConsistent(sB)); SimTK_TEST(sB.isConsistent(sA)); in isConsistent()
456 State sB; in testConsistent() local
464 isConsistent(sA, sB); in testConsistent()
473 isConsistent(sA, sB); in testConsistent()
478 isConsistent(sA, sB); in testConsistent()
483 isConsistent(sA, sB); in testConsistent()
515 isNotConsistent(sA, sB); in testConsistent()
[all …]
/dports/science/py-MDAnalysisTests/MDAnalysisTests-0.19.2/MDAnalysisTests/core/
H A Dtest_segment.py41 def sB(self, universe): member in TestSegment
44 def test_type(self, sB): argument
45 assert isinstance(sB, mda.core.groups.Segment)
46 assert_equal(sB.segid, "SegB")
48 def test_index(self, sB): argument
49 s = sB
53 def test_slicing(self, sB): argument
54 res = sB.residues[:3]
58 def test_advanced_slicing(self, sB): argument
59 res = sB.residues[[2, 1, 0, 2]]
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/src/tigr/
H A Dpostnuc.cc435 long int sB = CurrCp->matches.rbegin( )->sB + in getForwardTargetCluster() local
439 long int dist = (targetA - sA < targetB - sB ? targetA - sA : targetB - sB); in getForwardTargetCluster()
454 Cip->matches.rbegin( )->sB >= sB ) in getForwardTargetCluster()
524 long int dist = (sA < sB ? sA : sB); in getReverseTargetAlignment()
572 const long int sB = CurrCp->matches.front().sB; in isShadowedCluster() local
581 Aip->sA <= sA && Aip->sB <= sB ) in isShadowedCluster()
640 Bpos = Ap->sB; in parseDelta()
769 if ( Ap->sA <= Mp->sA && Ap->sB <= Mp->sB && in validateData()
790 always_assert ( Ap->sB >= 1 && Ap->sB <= Blen ); in validateData()
794 char Yc = toupper(isalpha(B[Ap->sB]) ? B[Ap->sB] : sw_align::STOP_CHAR); in validateData()
[all …]
/dports/security/py-spake2/spake2-0.8/src/spake2/test/
H A Dtest_spake2.py14 sA,sB = SPAKE2_A(pw), SPAKE2_B(pw)
15 m1A,m1B = sA.start(), sB.start()
16 kA,kB = sA.finish(m1B), sB.finish(m1A)
24 m1A,m1B = sA.start(), sB.start()
32 m1A,m1B = sA.start(), sB.start()
42 m1A,m1B = sA.start(), sB.start()
50 m1A,m1B = sA.start(), sB.start()
67 m1A1,m1B1 = sA.start(), sB.start()
75 m1A2,m1B2 = sA.start(), sB.start()
89 m1A,m1B = sA.start(), sB.start()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/F2003_custom/
H A Dtest_fsunmatrix_fortran_mod.f90174 sB => FSUNMatNew_Fortran(Nvar, N)
175 if (.not. associated(sB)) then
226 retval = FSUNMatZero(sB)
236 retval = FSUNMatCopy(sA, sB)
246 retval = FSUNMatCopy(sA, sB)
247 retval = FSUNMatScaleAdd(-1.d0, sB, sB)
269 retval = FSUNMatCopy(sI, sB)
280 retval = FSUNMatCopy(sA, sB)
281 retval = FSUNMatScaleAddI(3.d0, sB)
282 retval = FSUNMatMatvec(sB, sX, sZ)
[all …]
/dports/math/sundials/sundials-5.7.0/examples/arkode/F2003_custom/
H A Dtest_fsunmatrix_fortran_mod.f90174 sB => FSUNMatNew_Fortran(Nvar, N)
175 if (.not. associated(sB)) then
226 retval = FSUNMatZero(sB)
236 retval = FSUNMatCopy(sA, sB)
246 retval = FSUNMatCopy(sA, sB)
247 retval = FSUNMatScaleAdd(-1.d0, sB, sB)
269 retval = FSUNMatCopy(sI, sB)
280 retval = FSUNMatCopy(sA, sB)
281 retval = FSUNMatScaleAddI(3.d0, sB)
282 retval = FSUNMatMatvec(sB, sX, sZ)
[all …]
/dports/games/scummvm-tools/scummvm-tools-2.5.0/
H A Dcreate_sjisfnt.cpp221 int index = sB; in mapSJIStoChunk()
247 if (fB == 0x81 && sB == 0xAD) in convertSJIStoUTF32()
250 else if (fB == 0x5C && sB == 0x00) in convertSJIStoUTF32()
253 else if (fB == 0x7E && sB == 0x00) in convertSJIStoUTF32()
259 inBuf[1] = sB; in convertSJIStoUTF32()
371 for (uint8 sB = 0x40; sB <= 0xFC; ++sB) { in renderKANJIGlyphs() local
372 if (mapSJIStoChunk(fB, sB) == -1) in renderKANJIGlyphs()
378 if (renderGlyph(fB, sB, data)) in renderKANJIGlyphs()
399 glyph.sB = sB; in renderGlyph()
471 : fB(r.fB), sB(r.sB), xOffset(r.xOffset), yOffset(r.yOffset), in Glyph()
[all …]
/dports/math/blasfeo/blasfeo-0.1.2/include/
H A Dblasfeo_s_blasfeo_api.h145 …float alpha, struct blasfeo_smat *sA, int ai, int aj, struct blasfeo_smat *sB, int bi, int bj, str…
147 …float alpha, struct blasfeo_smat *sA, int ai, int aj, struct blasfeo_smat *sB, int bi, int bj, str…
149 …float alpha, struct blasfeo_smat *sA, int ai, int aj, struct blasfeo_smat *sB, int bi, int bj, str…
151 …float alpha, struct blasfeo_smat *sA, int ai, int aj, struct blasfeo_smat *sB, int bi, int bj, str…
153 …float alpha, struct blasfeo_smat *sA, int ai, int aj, struct blasfeo_smat *sB, int bi, int bj, str…
155 …float alpha, struct blasfeo_smat *sA, int ai, int aj, struct blasfeo_smat *sB, int bi, int bj, str…
157 …float alpha, struct blasfeo_smat *sA, int ai, int aj, struct blasfeo_smat *sB, int bi, int bj, str…
159 …float alpha, struct blasfeo_smat *sA, int ai, int aj, struct blasfeo_smat *sB, int bi, int bj, str…
161 …float alpha, struct blasfeo_smat *sA, int ai, int aj, struct blasfeo_smat *sB, int bi, int bj, str…
163 …float alpha, struct blasfeo_smat *sA, int ai, int aj, struct blasfeo_smat *sB, int bi, int bj, str…
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/delphi/test/typeregistry/
H A DTest.EnumToString.pas56 sA,sB : string;
60 sB := StringUtils<TIrregularEnum>.ToString(TIrregularEnum(value)); // does not really work
61 WriteLn( '- TIrregularEnum('+IntToStr(value)+'): EnumUtils => ',sA,', StringUtils => ', sB);
69 sA,sB : string;
73 sB := StringUtils<TRegularEnum>.ToString(TRegularEnum(value));
74 if sA = sB // both are expected to work with regular enums
75 then WriteLn( '- TRegularEnum('+IntToStr(value)+'): ',sA,' = ', sB)
76 else raise Exception.Create( 'Test failed: '+sA+' <> '+sB);
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/delphi/test/typeregistry/
H A DTest.EnumToString.pas56 sA,sB : string;
60 sB := StringUtils<TIrregularEnum>.ToString(TIrregularEnum(value)); // does not really work
61 WriteLn( '- TIrregularEnum('+IntToStr(value)+'): EnumUtils => ',sA,', StringUtils => ', sB);
69 sA,sB : string;
73 sB := StringUtils<TRegularEnum>.ToString(TRegularEnum(value));
74 if sA = sB // both are expected to work with regular enums
75 then WriteLn( '- TRegularEnum('+IntToStr(value)+'): ',sA,' = ', sB)
76 else raise Exception.Create( 'Test failed: '+sA+' <> '+sB);
/dports/devel/thrift-cpp/thrift-0.14.0/lib/delphi/test/typeregistry/
H A DTest.EnumToString.pas56 sA,sB : string;
60 sB := StringUtils<TIrregularEnum>.ToString(TIrregularEnum(value)); // does not really work
61 WriteLn( '- TIrregularEnum('+IntToStr(value)+'): EnumUtils => ',sA,', StringUtils => ', sB);
69 sA,sB : string;
73 sB := StringUtils<TRegularEnum>.ToString(TRegularEnum(value));
74 if sA = sB // both are expected to work with regular enums
75 then WriteLn( '- TRegularEnum('+IntToStr(value)+'): ',sA,' = ', sB)
76 else raise Exception.Create( 'Test failed: '+sA+' <> '+sB);
/dports/devel/thrift/thrift-0.14.0/lib/delphi/test/typeregistry/
H A DTest.EnumToString.pas56 sA,sB : string;
60 sB := StringUtils<TIrregularEnum>.ToString(TIrregularEnum(value)); // does not really work
61 WriteLn( '- TIrregularEnum('+IntToStr(value)+'): EnumUtils => ',sA,', StringUtils => ', sB);
69 sA,sB : string;
73 sB := StringUtils<TRegularEnum>.ToString(TRegularEnum(value));
74 if sA = sB // both are expected to work with regular enums
75 then WriteLn( '- TRegularEnum('+IntToStr(value)+'): ',sA,' = ', sB)
76 else raise Exception.Create( 'Test failed: '+sA+' <> '+sB);
/dports/devel/node-thrift/thrift-0.14.0/lib/delphi/test/typeregistry/
H A DTest.EnumToString.pas56 sA,sB : string;
60 sB := StringUtils<TIrregularEnum>.ToString(TIrregularEnum(value)); // does not really work
61 WriteLn( '- TIrregularEnum('+IntToStr(value)+'): EnumUtils => ',sA,', StringUtils => ', sB);
69 sA,sB : string;
73 sB := StringUtils<TRegularEnum>.ToString(TRegularEnum(value));
74 if sA = sB // both are expected to work with regular enums
75 then WriteLn( '- TRegularEnum('+IntToStr(value)+'): ',sA,' = ', sB)
76 else raise Exception.Create( 'Test failed: '+sA+' <> '+sB);
/dports/devel/py-thrift/thrift-0.14.0/lib/delphi/test/typeregistry/
H A DTest.EnumToString.pas56 sA,sB : string;
60 sB := StringUtils<TIrregularEnum>.ToString(TIrregularEnum(value)); // does not really work
61 WriteLn( '- TIrregularEnum('+IntToStr(value)+'): EnumUtils => ',sA,', StringUtils => ', sB);
69 sA,sB : string;
73 sB := StringUtils<TRegularEnum>.ToString(TRegularEnum(value));
74 if sA = sB // both are expected to work with regular enums
75 then WriteLn( '- TRegularEnum('+IntToStr(value)+'): ',sA,' = ', sB)
76 else raise Exception.Create( 'Test failed: '+sA+' <> '+sB);

12345678910>>...90