Home
last modified time | relevance | path

Searched refs:ZVT (Results 1 – 25 of 69) sorted by relevance

123

/dports/science/aircraft-datcom/aircraft-datcom-ed877bb/src/
H A Dm18o22.f8 1 VERTUP, HINAX, XVF, SCALE, ZVT, ZVF, YV, YF, local
48 AVT(130) = AVT(130)+ZVT
49 AVT(133) = AVT(133)+ZVT
50 AVT(136) = AVT(136)+ZVT
/dports/biology/molden/molden5.8/plush/
H A DZVT1 mol="ZVT" Charge="0"
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D4bft_zvt.sdf128 ZVT
/dports/chinese/bitchx/bitchx-1.2.1/
H A Dconfigure.in411 …his if your ZVT is newer than 1.0.10.)], , AC_MSG_WARN(cross-compiling: assuming new ZVT); AC_DEFI…
413 AC_MSG_CHECKING(for ZVT)
417 AC_DEFINE(USE_ZVT, 1, Define this if you want ZVT support.)
418 AC_MSG_CHECKING(whether ZVT depends on gnome-libs)
438 AC_MSG_ERROR(cannot find ZVT)
/dports/irc/bitchx/bitchx-1.2.1/
H A Dconfigure.in411 …his if your ZVT is newer than 1.0.10.)], , AC_MSG_WARN(cross-compiling: assuming new ZVT); AC_DEFI…
413 AC_MSG_CHECKING(for ZVT)
417 AC_DEFINE(USE_ZVT, 1, Define this if you want ZVT support.)
418 AC_MSG_CHECKING(whether ZVT depends on gnome-libs)
438 AC_MSG_ERROR(cannot find ZVT)
/dports/lang/fpc-source/fpc-3.2.2/packages/gnome1/examples/
H A Dtestzvt.pp163 app := gnome_mdi_new(gnome_app_id, 'FPC GNOME ZVT Test');
/dports/editors/lazarus/lazarus/tools/install/freebsd_ports/
H A DMakefile43 UNZIP UTMP X11 ZLIB ZVT
/dports/editors/lazarus-qt5/lazarus/tools/install/freebsd_ports/
H A DMakefile43 UNZIP UTMP X11 ZLIB ZVT
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/install/freebsd_ports/
H A DMakefile43 UNZIP UTMP X11 ZLIB ZVT
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/install/freebsd_ports/
H A DMakefile43 UNZIP UTMP X11 ZLIB ZVT
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Ddefs.h.in180 /* Define this if your ZVT is newer than 1.0.10. */
423 /* Define this if you want ZVT support. */
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Ddefs.h.in180 /* Define this if your ZVT is newer than 1.0.10. */
423 /* Define this if you want ZVT support. */
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Tracing/tests/BasicEventSourceTest/
H A DFuzzyTests.cs2566 ZVT = 52, in Test_Write_Fuzzy()
/dports/irc/irssi/irssi-1.2.3/
H A DNEWS2400 - ZVT transparency couldn't be removed on the fly
2557 - ZVT in GNOME CVS broke irssi.. Fixed.
2630 0-15 colors, in GUI version (without ZVT) you can use up to 99
2637 + ZVT working better: font can be changed, transparency and background
2682 + GNOME version can use ZVT widget to draw texts. This is a lot faster
2686 !!NOTE!! ZVT in gnome 1.0.9 is buggy, it sometimes crashes when
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1170 EVT ZVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); in SimplifyDemandedBits() local
1171 APInt InMask = APInt::getLowBitsSet(BitWidth, ZVT.getSizeInBits()); in SimplifyDemandedBits()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1235 EVT ZVT = cast<VTSDNode>(Op.getOperand(1))->getVT();
1236 APInt InMask = APInt::getLowBitsSet(BitWidth, ZVT.getSizeInBits());
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1529 EVT ZVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); in SimplifyDemandedBits() local
1530 APInt InMask = APInt::getLowBitsSet(BitWidth, ZVT.getSizeInBits()); in SimplifyDemandedBits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2030 EVT ZVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); in SimplifyDemandedBits() local
2031 APInt InMask = APInt::getLowBitsSet(BitWidth, ZVT.getSizeInBits()); in SimplifyDemandedBits()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2028 EVT ZVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); in SimplifyDemandedBits() local
2029 APInt InMask = APInt::getLowBitsSet(BitWidth, ZVT.getSizeInBits()); in SimplifyDemandedBits()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1844 EVT ZVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); in SimplifyDemandedBits() local
1845 APInt InMask = APInt::getLowBitsSet(BitWidth, ZVT.getSizeInBits()); in SimplifyDemandedBits()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2002 EVT ZVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); in SimplifyDemandedBits() local
2003 APInt InMask = APInt::getLowBitsSet(BitWidth, ZVT.getSizeInBits()); in SimplifyDemandedBits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1844 EVT ZVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); in SimplifyDemandedBits() local
1845 APInt InMask = APInt::getLowBitsSet(BitWidth, ZVT.getSizeInBits()); in SimplifyDemandedBits()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1844 EVT ZVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); in SimplifyDemandedBits() local
1845 APInt InMask = APInt::getLowBitsSet(BitWidth, ZVT.getSizeInBits()); in SimplifyDemandedBits()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2044 EVT ZVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); in SimplifyDemandedBits() local
2045 APInt InMask = APInt::getLowBitsSet(BitWidth, ZVT.getSizeInBits()); in SimplifyDemandedBits()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2044 EVT ZVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); in SimplifyDemandedBits() local
2045 APInt InMask = APInt::getLowBitsSet(BitWidth, ZVT.getSizeInBits()); in SimplifyDemandedBits()

123