Home
last modified time | relevance | path

Searched refs:bbSize (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/thrill/
H A DMagicCarpet.cpp79 const CoordsXYZ& bbSize) in paint_magic_carpet_frame() argument
93 PaintAddImageAsParent(session, imageId, offset, { bbSize.x, bbSize.y, 127 }, bbOffset); in paint_magic_carpet_frame()
98 …geId, static_cast<int8_t>(offset.x), static_cast<int8_t>(offset.y), bbSize.x, bbSize.y, 127, offse… in paint_magic_carpet_frame()
105 const CoordsXYZ& bbOffset, const CoordsXYZ& bbSize) in paint_magic_carpet_pendulum() argument
122 …geId, static_cast<int8_t>(offset.x), static_cast<int8_t>(offset.y), bbSize.x, bbSize.y, 127, offse… in paint_magic_carpet_pendulum()
128 const CoordsXYZ& bbOffset, const CoordsXYZ& bbSize) in paint_magic_carpet_vehicle() argument
176 …on, imageId, static_cast<int8_t>(offset.x), static_cast<int8_t>(offset.y), bbSize.x, bbSize.y, 127, in paint_magic_carpet_vehicle()
199 CoordsXYZ offset, bbOffset, bbSize; in paint_magic_carpet_structure() local
206 bbSize.x = bb.width; in paint_magic_carpet_structure()
207 bbSize.y = bb.height; in paint_magic_carpet_structure()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dcross-probing.cpp282 auto bbSize = bbox.Inflate( bbox.GetWidth() * 0.2f ).GetSize(); in ExecuteRemoteCommand() local
288 double ratio = std::max( fabs( bbSize.x / screenSize.x ), in ExecuteRemoteCommand()
289 fabs( bbSize.y / screenSize.y ) ); in ExecuteRemoteCommand()
297 auto bbSize = bbox.Inflate( bbox.GetWidth() * 0.2f ).GetSize(); in ExecuteRemoteCommand() local
313 double compRatio = bbSize.y / currTextHeight; // Ratio of component to text height in ExecuteRemoteCommand()
329 double ratio = std::max( -1.0, fabs( bbSize.y / screenSize.y ) ); in ExecuteRemoteCommand()
332 double kicadRatio = std::max( fabs( bbSize.x / screenSize.x ), in ExecuteRemoteCommand()
333 fabs( bbSize.y / screenSize.y ) ); in ExecuteRemoteCommand()
387 if( bbSize.x > screenSize.x * ratio * compRatioBent ) in ExecuteRemoteCommand()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/
H A Dphys_subreg_coalesce-3.ll9 define void @foo(i32* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shi…
12 %j.03 = add i32 %bbSize, -1 ; <i32> [#uses=2]
17 %tmp9 = add i32 %bbStart, %bbSize ; <i32> [#uses=1]
35 %exitcond = icmp eq i32 %indvar.next, %bbSize ; <i1> [#uses=1]
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/X86/
H A Dphys_subreg_coalesce-3.ll9 define void @foo(i32* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shi…
12 %j.03 = add i32 %bbSize, -1 ; <i32> [#uses=2]
17 %tmp9 = add i32 %bbStart, %bbSize ; <i32> [#uses=1]
35 %exitcond = icmp eq i32 %indvar.next, %bbSize ; <i1> [#uses=1]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A Dphys_subreg_coalesce-3.ll9 define void @foo(i32* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shi…
12 %j.03 = add i32 %bbSize, -1 ; <i32> [#uses=2]
17 %tmp9 = add i32 %bbStart, %bbSize ; <i32> [#uses=1]
35 %exitcond = icmp eq i32 %indvar.next, %bbSize ; <i1> [#uses=1]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dphys_subreg_coalesce-3.ll9 define void @foo(i32* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shi…
12 %j.03 = add i32 %bbSize, -1 ; <i32> [#uses=2]
17 %tmp9 = add i32 %bbStart, %bbSize ; <i32> [#uses=1]
35 %exitcond = icmp eq i32 %indvar.next, %bbSize ; <i1> [#uses=1]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/
H A Dphys_subreg_coalesce-3.ll9 define void @foo(i32* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shi…
12 %j.03 = add i32 %bbSize, -1 ; <i32> [#uses=2]
17 %tmp9 = add i32 %bbStart, %bbSize ; <i32> [#uses=1]
35 %exitcond = icmp eq i32 %indvar.next, %bbSize ; <i1> [#uses=1]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dphys_subreg_coalesce-3.ll9 define void @foo(i32* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shi…
12 %j.03 = add i32 %bbSize, -1 ; <i32> [#uses=2]
17 %tmp9 = add i32 %bbStart, %bbSize ; <i32> [#uses=1]
35 %exitcond = icmp eq i32 %indvar.next, %bbSize ; <i1> [#uses=1]
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/X86/
H A Dphys_subreg_coalesce-3.ll9 define void @foo(i32* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shi…
12 %j.03 = add i32 %bbSize, -1 ; <i32> [#uses=2]
17 %tmp9 = add i32 %bbStart, %bbSize ; <i32> [#uses=1]
35 %exitcond = icmp eq i32 %indvar.next, %bbSize ; <i1> [#uses=1]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dphys_subreg_coalesce-3.ll9 define void @foo(i32* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shi…
12 %j.03 = add i32 %bbSize, -1 ; <i32> [#uses=2]
17 %tmp9 = add i32 %bbStart, %bbSize ; <i32> [#uses=1]
35 %exitcond = icmp eq i32 %indvar.next, %bbSize ; <i1> [#uses=1]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/X86/
H A Dphys_subreg_coalesce-3.ll9 define void @foo(i32* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shi…
12 %j.03 = add i32 %bbSize, -1 ; <i32> [#uses=2]
17 %tmp9 = add i32 %bbStart, %bbSize ; <i32> [#uses=1]
35 %exitcond = icmp eq i32 %indvar.next, %bbSize ; <i1> [#uses=1]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/X86/
H A Dphys_subreg_coalesce-3.ll9 define void @foo(i32* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shi…
12 %j.03 = add i32 %bbSize, -1 ; <i32> [#uses=2]
17 %tmp9 = add i32 %bbStart, %bbSize ; <i32> [#uses=1]
35 %exitcond = icmp eq i32 %indvar.next, %bbSize ; <i1> [#uses=1]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dphys_subreg_coalesce-3.ll9 define void @foo(i32* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shi…
12 %j.03 = add i32 %bbSize, -1 ; <i32> [#uses=2]
17 %tmp9 = add i32 %bbStart, %bbSize ; <i32> [#uses=1]
35 %exitcond = icmp eq i32 %indvar.next, %bbSize ; <i1> [#uses=1]
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/X86/
H A Dphys_subreg_coalesce-3.ll9 define void @foo(i32* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shi…
12 %j.03 = add i32 %bbSize, -1 ; <i32> [#uses=2]
17 %tmp9 = add i32 %bbStart, %bbSize ; <i32> [#uses=1]
35 %exitcond = icmp eq i32 %indvar.next, %bbSize ; <i1> [#uses=1]
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/X86/
H A Dphys_subreg_coalesce-3.ll9 define void @foo(i32* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shi…
12 %j.03 = add i32 %bbSize, -1 ; <i32> [#uses=2]
17 %tmp9 = add i32 %bbStart, %bbSize ; <i32> [#uses=1]
35 %exitcond = icmp eq i32 %indvar.next, %bbSize ; <i1> [#uses=1]
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/X86/
H A Dphys_subreg_coalesce-3.ll9 define void @foo(i32* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shi…
12 %j.03 = add i32 %bbSize, -1 ; <i32> [#uses=2]
17 %tmp9 = add i32 %bbStart, %bbSize ; <i32> [#uses=1]
35 %exitcond = icmp eq i32 %indvar.next, %bbSize ; <i1> [#uses=1]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dphys_subreg_coalesce-3.ll9 define void @foo(i32* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shi…
12 %j.03 = add i32 %bbSize, -1 ; <i32> [#uses=2]
17 %tmp9 = add i32 %bbStart, %bbSize ; <i32> [#uses=1]
35 %exitcond = icmp eq i32 %indvar.next, %bbSize ; <i1> [#uses=1]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dcross-probing.cpp137 wxSize bbSize = bbox.Inflate( bbox.GetWidth() * 0.2f ).GetSize(); in FindSymbolAndItem() local
153 double compRatio = bbSize.y / currTextHeight; // Ratio of symbol to text height in FindSymbolAndItem()
212 double ratio = std::max( -1.0, fabs( bbSize.y / screenSize.y ) ); in FindSymbolAndItem()
215 double kicadRatio = std::max( fabs( bbSize.x / screenSize.x ), in FindSymbolAndItem()
216 fabs( bbSize.y / screenSize.y ) ); in FindSymbolAndItem()
221 if( bbSize.x > screenSize.x * ratio * compRatioBent ) in FindSymbolAndItem()
/dports/games/cosmosmash/cosmosmash-1.4.8/src/
H A DCosmoSmashEngine.cpp752 Couple bbSize = baseBulletPA.getImageSize(); in fireBullet() local
755 Couple(-4, 0), bbSize + Couple(4, 0)); in fireBullet()
760 int n = (theLevel == 5 ? bbSize.y / 2 : bbSize.y); in fireBullet()
765 Couple(0, 0), bbSize); in fireBullet()
773 pos2.x -= bbSize.x + 1; in fireBullet()
776 Couple(0, 0), bbSize); in fireBullet()
780 pos2.x += bbSize.x + 1; in fireBullet()
783 Couple(0, 0), bbSize); in fireBullet()
843 Couple bbSize = baseBulletPA.getImageSize(); in animatePlayer() local
844 Couple pos = playerPos + Couple((playerSize.x - bbSize.x) / 2, 0); in animatePlayer()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_object_fluidsim_types.h88 float bbStart[3], bbSize[3]; member
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libbz/
H A Dblocksort.c609 Int32 bbSize = (ftab[(ss+1) << 8] & CLEARMASK) - bbStart; in sortMain() local
612 while ((bbSize >> shifts) > 65534) shifts++; in sortMain()
614 for (j = 0; j < bbSize; j++) { in sortMain()
622 AssertH ( ( ((bbSize-1) >> shifts) <= 65535 ), 1002 ); in sortMain()
/dports/shells/ksh93/ast-93u/src/lib/libbz/
H A Dblocksort.c609 Int32 bbSize = (ftab[(ss+1) << 8] & CLEARMASK) - bbStart; in sortMain() local
612 while ((bbSize >> shifts) > 65534) shifts++; in sortMain()
614 for (j = 0; j < bbSize; j++) { in sortMain()
622 AssertH ( ( ((bbSize-1) >> shifts) <= 65535 ), 1002 ); in sortMain()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libbz/
H A Dblocksort.c609 Int32 bbSize = (ftab[(ss+1) << 8] & CLEARMASK) - bbStart; in sortMain() local
612 while ((bbSize >> shifts) > 65534) shifts++; in sortMain()
614 for (j = 0; j < bbSize; j++) { in sortMain()
622 AssertH ( ( ((bbSize-1) >> shifts) <= 65535 ), 1002 ); in sortMain()
/dports/sysutils/busybox/busybox-1.26.2/archival/libarchive/bz/
H A Dblocksort.c979 int32_t bbSize = (ftab[(ss+1) << 8] & CLEARMASK) - bbStart; in mainSort() local
982 while ((bbSize >> shifts) > 65534) shifts++; in mainSort()
984 for (j = bbSize-1; j >= 0; j--) { in mainSort()
991 AssertH(((bbSize-1) >> shifts) <= 65535, 1002); in mainSort()
/dports/archivers/xmill/xmill/bzlib/
H A Dblocksort.c957 Int32 bbSize = (ftab[(ss+1) << 8] & CLEARMASK) - bbStart; in mainSort() local
960 while ((bbSize >> shifts) > 65534) shifts++; in mainSort()
962 for (j = 0; j < bbSize; j++) { in mainSort()
969 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 ); in mainSort()

12345678