Home
last modified time | relevance | path

Searched refs:BitwiseAnd (Results 1 – 25 of 718) sorted by relevance

12345678910>>...29

/dports/devel/spark/spark-2.1.1/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/
H A DBitwiseExpressionsSuite.scala56 val expr = BitwiseAnd(Literal(input1), Literal(input2))
68 checkEvaluation(BitwiseAnd(nullLit, Literal(1)), null)
69 checkEvaluation(BitwiseAnd(Literal(1), nullLit), null)
70 checkEvaluation(BitwiseAnd(nullLit, nullLit), null)
71 checkEvaluation(BitwiseAnd(positiveShortLit, negativeShortLit),
73 checkEvaluation(BitwiseAnd(positiveIntLit, negativeIntLit), positiveInt & negativeInt)
74 checkEvaluation(BitwiseAnd(positiveLongLit, negativeLongLit), positiveLong & negativeLong)
77 checkConsistencyBetweenInterpretedAndCodegen(BitwiseAnd, dt, dt)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/Dialect/SPIRV/
H A Dbit-ops.mlir56 // spv.BitwiseAnd
60 // CHECK: spv.BitwiseAnd
61 %0 = spv.BitwiseAnd %arg, %arg : i32
66 // CHECK: spv.BitwiseAnd
67 %0 = spv.BitwiseAnd %arg, %arg : vector<4xi32>
75 %0 = spv.BitwiseAnd %arg0, %arg1 : f16
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/Dialect/SPIRV/
H A Dbit-ops.mlir56 // spv.BitwiseAnd
60 // CHECK: spv.BitwiseAnd
61 %0 = spv.BitwiseAnd %arg, %arg : i32
66 // CHECK: spv.BitwiseAnd
67 %0 = spv.BitwiseAnd %arg, %arg : vector<4xi32>
75 %0 = spv.BitwiseAnd %arg0, %arg1 : f16
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/Dialect/SPIRV/
H A Dbit-ops.mlir56 // spv.BitwiseAnd
60 // CHECK: spv.BitwiseAnd
61 %0 = spv.BitwiseAnd %arg, %arg : i32
66 // CHECK: spv.BitwiseAnd
67 %0 = spv.BitwiseAnd %arg, %arg : vector<4xi32>
75 %0 = spv.BitwiseAnd %arg0, %arg1 : f16
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/execution/joins/
H A DBroadcastJoinSuite.scala24 import org.apache.spark.sql.catalyst.expressions.{BitwiseAnd, BitwiseOr, Cast, Literal, ShiftLeft}
173 BitwiseAnd(Cast(i, LongType), Literal((1L << 32) - 1))) :: Nil)
180 BitwiseAnd(Cast(s, LongType), Literal((1L << 16) - 1))) :: Nil)
184 BitwiseAnd(Cast(s, LongType), Literal((1L << 16) - 1))),
186 BitwiseAnd(Cast(s, LongType), Literal((1L << 16) - 1))) :: Nil)
191 BitwiseAnd(Cast(s, LongType), Literal((1L << 16) - 1))),
193 BitwiseAnd(Cast(s, LongType), Literal((1L << 16) - 1))),
195 BitwiseAnd(Cast(s, LongType), Literal((1L << 16) - 1))) :: Nil)
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/routines/
H A Dbinary.h26 Array BitwiseAnd(const Array& x1, const Array& x2);
27 Array BitwiseAnd(const Array& x1, Scalar x2);
28 Array BitwiseAnd(Scalar x1, const Array& x2);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/Dialect/SPIRV/IR/
H A Dbit-ops.mlir130 // spv.BitwiseAnd
134 // CHECK: spv.BitwiseAnd
135 %0 = spv.BitwiseAnd %arg, %arg : i32
140 // CHECK: spv.BitwiseAnd
141 %0 = spv.BitwiseAnd %arg, %arg : vector<4xi32>
149 %0 = spv.BitwiseAnd %arg0, %arg1 : f16
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/Dialect/SPIRV/IR/
H A Dbit-ops.mlir130 // spv.BitwiseAnd
134 // CHECK: spv.BitwiseAnd
135 %0 = spv.BitwiseAnd %arg, %arg : i32
140 // CHECK: spv.BitwiseAnd
141 %0 = spv.BitwiseAnd %arg, %arg : vector<4xi32>
149 %0 = spv.BitwiseAnd %arg0, %arg1 : f16
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/Dialect/SPIRV/IR/
H A Dbit-ops.mlir130 // spv.BitwiseAnd
134 // CHECK: spv.BitwiseAnd
135 %0 = spv.BitwiseAnd %arg, %arg : i32
140 // CHECK: spv.BitwiseAnd
141 %0 = spv.BitwiseAnd %arg, %arg : vector<4xi32>
149 %0 = spv.BitwiseAnd %arg0, %arg1 : f16
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/Dialect/SPIRV/IR/
H A Dbit-ops.mlir130 // spv.BitwiseAnd
134 // CHECK: spv.BitwiseAnd
135 %0 = spv.BitwiseAnd %arg, %arg : i32
140 // CHECK: spv.BitwiseAnd
141 %0 = spv.BitwiseAnd %arg, %arg : vector<4xi32>
149 %0 = spv.BitwiseAnd %arg0, %arg1 : f16
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/Dialect/SPIRV/IR/
H A Dbit-ops.mlir130 // spv.BitwiseAnd
134 // CHECK: spv.BitwiseAnd
135 %0 = spv.BitwiseAnd %arg, %arg : i32
140 // CHECK: spv.BitwiseAnd
141 %0 = spv.BitwiseAnd %arg, %arg : vector<4xi32>
149 %0 = spv.BitwiseAnd %arg0, %arg1 : f16
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/Dialect/SPIRV/IR/
H A Dbit-ops.mlir130 // spv.BitwiseAnd
134 // CHECK: spv.BitwiseAnd
135 %0 = spv.BitwiseAnd %arg, %arg : i32
140 // CHECK: spv.BitwiseAnd
141 %0 = spv.BitwiseAnd %arg, %arg : vector<4xi32>
149 %0 = spv.BitwiseAnd %arg0, %arg1 : f16
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/parser/
H A Dexpression.cpp73 const wxString BitwiseAnd (_T("&")); variable
112 else if (token == ExpressionConsts::BitwiseAnd) return ExpressionNode::BitwiseAnd; in ParseNodeType()
147 case BitwiseAnd: in GetNodeTypePriority()
178 case ExpressionNode::BitwiseAnd: in IsUnaryNode()
447 case ExpressionNode::BitwiseAnd: in Calculate()
499 case ExpressionNode::BitwiseAnd: in CalculateUnary()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dspv.shaderFragMaskAMD.frag.out80 30: 12(int) BitwiseAnd 28 29
94 50: 12(int) BitwiseAnd 49 29
109 68: 12(int) BitwiseAnd 67 29
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dspv.shaderFragMaskAMD.frag.out80 30: 12(int) BitwiseAnd 28 29
94 50: 12(int) BitwiseAnd 49 29
109 68: 12(int) BitwiseAnd 67 29
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A Dspv.shaderFragMaskAMD.frag.out80 30: 12(int) BitwiseAnd 28 29
94 50: 12(int) BitwiseAnd 49 29
109 68: 12(int) BitwiseAnd 67 29
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A Dspv.shaderFragMaskAMD.frag.out80 30: 12(int) BitwiseAnd 28 29
94 50: 12(int) BitwiseAnd 49 29
109 68: 12(int) BitwiseAnd 67 29
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dspv.shaderFragMaskAMD.frag.out80 30: 12(int) BitwiseAnd 28 29
94 50: 12(int) BitwiseAnd 49 29
109 68: 12(int) BitwiseAnd 67 29
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/Test/baseResults/
H A Dspv.shaderFragMaskAMD.frag.out80 30: 12(int) BitwiseAnd 28 29
94 50: 12(int) BitwiseAnd 49 29
109 68: 12(int) BitwiseAnd 67 29
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/Test/baseResults/
H A Dspv.shaderFragMaskAMD.frag.out80 30: 12(int) BitwiseAnd 28 29
94 50: 12(int) BitwiseAnd 49 29
109 68: 12(int) BitwiseAnd 67 29
/dports/graphics/glslang/glslang-11.7.1/Test/baseResults/
H A Dspv.shaderFragMaskAMD.frag.out80 30: 12(int) BitwiseAnd 28 29
94 50: 12(int) BitwiseAnd 49 29
109 68: 12(int) BitwiseAnd 67 29
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/Test/baseResults/
H A Dspv.shaderFragMaskAMD.frag.out80 30: 12(int) BitwiseAnd 28 29
94 50: 12(int) BitwiseAnd 49 29
109 68: 12(int) BitwiseAnd 67 29
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/Test/baseResults/
H A Dspv.shaderFragMaskAMD.frag.out80 30: 12(int) BitwiseAnd 28 29
94 50: 12(int) BitwiseAnd 49 29
109 68: 12(int) BitwiseAnd 67 29
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/Test/baseResults/
H A Dspv.shaderFragMaskAMD.frag.out80 30: 12(int) BitwiseAnd 28 29
94 50: 12(int) BitwiseAnd 49 29
109 68: 12(int) BitwiseAnd 67 29
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/tests/CodeExpressions/
H A DCodeBinaryOperatorExpressionTests.cs25 …yield return new object[] { null, CodeBinaryOperatorType.Add | CodeBinaryOperatorType.BitwiseAnd, … in Ctor_TestData()
51 [InlineData(CodeBinaryOperatorType.Add | CodeBinaryOperatorType.BitwiseAnd)]

12345678910>>...29