Home
last modified time | relevance | path

Searched refs:BitwiseAnd (Results 151 – 175 of 718) sorted by relevance

12345678910>>...29

/dports/www/typo3-9/typo3_src-9.5.31/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php248 protected function pExpr_AssignOp_BitwiseAnd(AssignOp\BitwiseAnd $node) {
249 return $this->pInfixOp(AssignOp\BitwiseAnd::class, $node->var, ' &= ', $node->expr);
310 protected function pExpr_BinaryOp_BitwiseAnd(BinaryOp\BitwiseAnd $node) {
311 return $this->pInfixOp(BinaryOp\BitwiseAnd::class, $node->left, ' & ', $node->right);
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/testing/
H A DUnitTestBinaryOperators.cxx145 vtkm::BitwiseAnd bitwise_and; in TestBinaryOperators()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/
H A DBinaryOperators.h145 struct BitwiseAnd struct
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/System.Data.SqlTypes/
H A DSqlInt16Test.cs151 Assert.AreEqual ((short) 21845, SqlInt16.BitwiseAnd (TestInt3, TestIntMax).Value, "Test#1"); in BitwiseMethods()
152 Assert.AreEqual ((short) 0, SqlInt16.BitwiseAnd (TestInt2, TestInt3).Value, "Test#2"); in BitwiseMethods()
153 Assert.AreEqual ((short) 10922, SqlInt16.BitwiseAnd (TestInt2, TestIntMax).Value, "Test#3"); in BitwiseMethods()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/Conversion/SPIRVToLLVM/
H A Dbitwise-ops-to-llvm.mlir253 // spv.BitwiseAnd
259 %0 = spv.BitwiseAnd %arg0, %arg1 : i32
266 %0 = spv.BitwiseAnd %arg0, %arg1 : vector<4xi64>
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/tests/System/Data/SqlTypes/
H A DSqlInt16Test.cs155 Assert.Equal((short)21845, SqlInt16.BitwiseAnd(TestInt3, TestIntMax).Value); in BitwiseMethods()
156 Assert.Equal((short)0, SqlInt16.BitwiseAnd(TestInt2, TestInt3).Value); in BitwiseMethods()
157 Assert.Equal((short)10922, SqlInt16.BitwiseAnd(TestInt2, TestIntMax).Value); in BitwiseMethods()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/Conversion/SPIRVToLLVM/
H A Dbitwise-ops-to-llvm.mlir253 // spv.BitwiseAnd
259 %0 = spv.BitwiseAnd %arg0, %arg1 : i32
266 %0 = spv.BitwiseAnd %arg0, %arg1 : vector<4xi64>
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/Conversion/SPIRVToLLVM/
H A Dbitwise-ops-to-llvm.mlir253 // spv.BitwiseAnd
259 %0 = spv.BitwiseAnd %arg0, %arg1 : i32
266 %0 = spv.BitwiseAnd %arg0, %arg1 : vector<4xi64>
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/Conversion/SPIRVToLLVM/
H A Dbitwise-ops-to-llvm.mlir253 // spv.BitwiseAnd
259 %0 = spv.BitwiseAnd %arg0, %arg1 : i32
266 %0 = spv.BitwiseAnd %arg0, %arg1 : vector<4xi64>
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/Conversion/SPIRVToLLVM/
H A Dbitwise-ops-to-llvm.mlir253 // spv.BitwiseAnd
259 %0 = spv.BitwiseAnd %arg0, %arg1 : i32
266 %0 = spv.BitwiseAnd %arg0, %arg1 : vector<4xi64>
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/Conversion/SPIRVToLLVM/
H A Dbitwise-ops-to-llvm.mlir253 // spv.BitwiseAnd
259 %0 = spv.BitwiseAnd %arg0, %arg1 : i32
266 %0 = spv.BitwiseAnd %arg0, %arg1 : vector<4xi64>
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/
H A Dassembly_grammar.cpp121 CASE(BitwiseAnd),
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/
H A Dassembly_grammar.cpp121 CASE(BitwiseAnd),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/
H A Dassembly_grammar.cpp121 CASE(BitwiseAnd),
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/
H A Dassembly_grammar.cpp121 CASE(BitwiseAnd),
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/
H A Dassembly_grammar.cpp121 CASE(BitwiseAnd),
/dports/www/node10/node-v10.24.1/deps/v8/src/runtime/
H A Druntime-bigint.cc131 result = BigInt::BitwiseAnd(left, right); in RUNTIME_FUNCTION()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/
H A Dassembly_grammar.cpp121 CASE(BitwiseAnd),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/
H A Dassembly_grammar.cpp121 CASE(BitwiseAnd),
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nikic/php-parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php261 protected function pExpr_AssignOp_BitwiseAnd(AssignOp\BitwiseAnd $node) {
262 return $this->pInfixOp(AssignOp\BitwiseAnd::class, $node->var, ' &= ', $node->expr);
323 protected function pExpr_BinaryOp_BitwiseAnd(BinaryOp\BitwiseAnd $node) {
324 return $this->pInfixOp(BinaryOp\BitwiseAnd::class, $node->left, ' & ', $node->right);
/dports/games/openspades/openspades-0.1.3/Sources/Core/
H A DStrings.cpp160 BitwiseAnd, enumerator
425 Emit(OpCode::BitwiseAnd, outReg, outReg + 1); in ParseBitwiseLogicalTerm()
573 case OpCode::BitwiseAnd: in Execute()
679 case OpCode::BitwiseAnd: in Execute()
/dports/finance/prestashop/prestashop/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php251 protected function pExpr_AssignOp_BitwiseAnd(AssignOp\BitwiseAnd $node) {
252 return $this->pInfixOp(AssignOp\BitwiseAnd::class, $node->var, ' &= ', $node->expr);
313 protected function pExpr_BinaryOp_BitwiseAnd(BinaryOp\BitwiseAnd $node) {
314 return $this->pInfixOp(BinaryOp\BitwiseAnd::class, $node->left, ' & ', $node->right);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php269 protected function pExpr_AssignOp_BitwiseAnd(AssignOp\BitwiseAnd $node) {
270 return $this->pInfixOp(AssignOp\BitwiseAnd::class, $node->var, ' &= ', $node->expr);
331 protected function pExpr_BinaryOp_BitwiseAnd(BinaryOp\BitwiseAnd $node) {
332 return $this->pInfixOp(BinaryOp\BitwiseAnd::class, $node->left, ' & ', $node->right);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php261 protected function pExpr_AssignOp_BitwiseAnd(AssignOp\BitwiseAnd $node) {
262 return $this->pInfixOp(AssignOp\BitwiseAnd::class, $node->var, ' &= ', $node->expr);
323 protected function pExpr_BinaryOp_BitwiseAnd(BinaryOp\BitwiseAnd $node) {
324 return $this->pInfixOp(BinaryOp\BitwiseAnd::class, $node->left, ' & ', $node->right);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php269 protected function pExpr_AssignOp_BitwiseAnd(AssignOp\BitwiseAnd $node) {
270 return $this->pInfixOp(AssignOp\BitwiseAnd::class, $node->var, ' &= ', $node->expr);
331 protected function pExpr_BinaryOp_BitwiseAnd(BinaryOp\BitwiseAnd $node) {
332 return $this->pInfixOp(BinaryOp\BitwiseAnd::class, $node->left, ' & ', $node->right);

12345678910>>...29