Home
last modified time | relevance | path

Searched refs:LogicalNot (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/common/operators/
H A Doperators.go26 LogicalNot = "!_" const
83 LogicalNot: "!",
110 LogicalNot: 2,
130 if op == LogicalNot || op == Negate {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/Dialect/SPIRV/IR/
H A Dlogical-ops.mlir119 // spv.LogicalNot
124 // CHECK: [[TMP:%.*]] = spv.LogicalNot {{%.*}} : i1
125 %0 = spv.LogicalNot %arg0 : i1
126 // CHECK: {{%.*}} = spv.LogicalNot [[TMP]] : i1
127 %1 = spv.LogicalNot %0 : i1
133 // CHECK: {{%.*}} = spv.LogicalNot {{%.*}} : vector<4xi1>
134 %0 = spv.LogicalNot %arg0 : vector<4xi1>
143 %0 = spv.LogicalNot %arg0
152 %0 = spv.LogicalNot %arg0 :
161 %0 = spv.LogicalNot : i1
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/Dialect/SPIRV/IR/
H A Dlogical-ops.mlir119 // spv.LogicalNot
124 // CHECK: [[TMP:%.*]] = spv.LogicalNot {{%.*}} : i1
125 %0 = spv.LogicalNot %arg0 : i1
126 // CHECK: {{%.*}} = spv.LogicalNot [[TMP]] : i1
127 %1 = spv.LogicalNot %0 : i1
133 // CHECK: {{%.*}} = spv.LogicalNot {{%.*}} : vector<4xi1>
134 %0 = spv.LogicalNot %arg0 : vector<4xi1>
143 %0 = spv.LogicalNot %arg0
152 %0 = spv.LogicalNot %arg0 :
161 %0 = spv.LogicalNot : i1
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/Dialect/SPIRV/IR/
H A Dlogical-ops.mlir119 // spv.LogicalNot
124 // CHECK: [[TMP:%.*]] = spv.LogicalNot {{%.*}} : i1
125 %0 = spv.LogicalNot %arg0 : i1
126 // CHECK: {{%.*}} = spv.LogicalNot [[TMP]] : i1
127 %1 = spv.LogicalNot %0 : i1
133 // CHECK: {{%.*}} = spv.LogicalNot {{%.*}} : vector<4xi1>
134 %0 = spv.LogicalNot %arg0 : vector<4xi1>
143 %0 = spv.LogicalNot %arg0
152 %0 = spv.LogicalNot %arg0 :
161 %0 = spv.LogicalNot : i1
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/Dialect/SPIRV/IR/
H A Dlogical-ops.mlir119 // spv.LogicalNot
124 // CHECK: [[TMP:%.*]] = spv.LogicalNot {{%.*}} : i1
125 %0 = spv.LogicalNot %arg0 : i1
126 // CHECK: {{%.*}} = spv.LogicalNot [[TMP]] : i1
127 %1 = spv.LogicalNot %0 : i1
133 // CHECK: {{%.*}} = spv.LogicalNot {{%.*}} : vector<4xi1>
134 %0 = spv.LogicalNot %arg0 : vector<4xi1>
143 %0 = spv.LogicalNot %arg0
152 %0 = spv.LogicalNot %arg0 :
161 %0 = spv.LogicalNot : i1
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/Dialect/SPIRV/IR/
H A Dlogical-ops.mlir119 // spv.LogicalNot
124 // CHECK: [[TMP:%.*]] = spv.LogicalNot {{%.*}} : i1
125 %0 = spv.LogicalNot %arg0 : i1
126 // CHECK: {{%.*}} = spv.LogicalNot [[TMP]] : i1
127 %1 = spv.LogicalNot %0 : i1
133 // CHECK: {{%.*}} = spv.LogicalNot {{%.*}} : vector<4xi1>
134 %0 = spv.LogicalNot %arg0 : vector<4xi1>
143 %0 = spv.LogicalNot %arg0
152 %0 = spv.LogicalNot %arg0 :
161 %0 = spv.LogicalNot : i1
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/Dialect/SPIRV/IR/
H A Dlogical-ops.mlir119 // spv.LogicalNot
124 // CHECK: [[TMP:%.*]] = spv.LogicalNot {{%.*}} : i1
125 %0 = spv.LogicalNot %arg0 : i1
126 // CHECK: {{%.*}} = spv.LogicalNot [[TMP]] : i1
127 %1 = spv.LogicalNot %0 : i1
133 // CHECK: {{%.*}} = spv.LogicalNot {{%.*}} : vector<4xi1>
134 %0 = spv.LogicalNot %arg0 : vector<4xi1>
143 %0 = spv.LogicalNot %arg0
152 %0 = spv.LogicalNot %arg0 :
161 %0 = spv.LogicalNot : i1
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Testing/
H A DAssert.php10 use PHPUnit\Framework\Constraint\LogicalNot; alias
61 static::assertThat($filename, new LogicalNot(new FileExists), $message);
73 static::assertThat($directory, new LogicalNot(new DirectoryExists), $message);
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dspv.shortCircuit.frag.out70 29: 6(bool) LogicalNot 28
89 46: 6(bool) LogicalNot 45
100 53: 6(bool) LogicalNot 52
155 86: 6(bool) LogicalNot 85
191 109: 6(bool) LogicalNot 108
H A Dhlsl.isfinite.frag.out245 19: 8(bool) LogicalNot 18
250 24: 8(bool) LogicalNot 23
253 27: 8(bool) LogicalNot 26
268 45: 8(bool) LogicalNot 44
271 48: 8(bool) LogicalNot 47
278 59: 57(bvec2) LogicalNot 58
281 62: 57(bvec2) LogicalNot 61
288 73: 71(bvec3) LogicalNot 72
291 76: 71(bvec3) LogicalNot 75
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dspv.shortCircuit.frag.out70 29: 6(bool) LogicalNot 28
89 46: 6(bool) LogicalNot 45
100 53: 6(bool) LogicalNot 52
155 86: 6(bool) LogicalNot 85
191 109: 6(bool) LogicalNot 108
H A Dhlsl.isfinite.frag.out245 19: 8(bool) LogicalNot 18
250 24: 8(bool) LogicalNot 23
253 27: 8(bool) LogicalNot 26
268 45: 8(bool) LogicalNot 44
271 48: 8(bool) LogicalNot 47
278 59: 57(bvec2) LogicalNot 58
281 62: 57(bvec2) LogicalNot 61
288 73: 71(bvec3) LogicalNot 72
291 76: 71(bvec3) LogicalNot 75
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A Dspv.shortCircuit.frag.out64 29: 6(bool) LogicalNot 28
83 46: 6(bool) LogicalNot 45
94 53: 6(bool) LogicalNot 52
149 86: 6(bool) LogicalNot 85
185 109: 6(bool) LogicalNot 108
H A Dhlsl.isfinite.frag.out245 19: 8(bool) LogicalNot 18
250 24: 8(bool) LogicalNot 23
253 27: 8(bool) LogicalNot 26
268 45: 8(bool) LogicalNot 44
271 48: 8(bool) LogicalNot 47
278 59: 57(bvec2) LogicalNot 58
281 62: 57(bvec2) LogicalNot 61
288 73: 71(bvec3) LogicalNot 72
291 76: 71(bvec3) LogicalNot 75
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A Dspv.shortCircuit.frag.out64 29: 6(bool) LogicalNot 28
83 46: 6(bool) LogicalNot 45
94 53: 6(bool) LogicalNot 52
149 86: 6(bool) LogicalNot 85
185 109: 6(bool) LogicalNot 108
H A Dhlsl.isfinite.frag.out245 19: 8(bool) LogicalNot 18
250 24: 8(bool) LogicalNot 23
253 27: 8(bool) LogicalNot 26
268 45: 8(bool) LogicalNot 44
271 48: 8(bool) LogicalNot 47
278 59: 57(bvec2) LogicalNot 58
281 62: 57(bvec2) LogicalNot 61
288 73: 71(bvec3) LogicalNot 72
291 76: 71(bvec3) LogicalNot 75
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dspv.shortCircuit.frag.out70 29: 6(bool) LogicalNot 28
89 46: 6(bool) LogicalNot 45
100 53: 6(bool) LogicalNot 52
155 86: 6(bool) LogicalNot 85
191 109: 6(bool) LogicalNot 108
H A Dhlsl.isfinite.frag.out245 19: 8(bool) LogicalNot 18
250 24: 8(bool) LogicalNot 23
253 27: 8(bool) LogicalNot 26
268 45: 8(bool) LogicalNot 44
271 48: 8(bool) LogicalNot 47
278 59: 57(bvec2) LogicalNot 58
281 62: 57(bvec2) LogicalNot 61
288 73: 71(bvec3) LogicalNot 72
291 76: 71(bvec3) LogicalNot 75
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/Test/baseResults/
H A Dspv.shortCircuit.frag.out70 29: 6(bool) LogicalNot 28
89 46: 6(bool) LogicalNot 45
100 53: 6(bool) LogicalNot 52
155 86: 6(bool) LogicalNot 85
191 109: 6(bool) LogicalNot 108
H A Dhlsl.isfinite.frag.out245 19: 8(bool) LogicalNot 18
250 24: 8(bool) LogicalNot 23
253 27: 8(bool) LogicalNot 26
268 45: 8(bool) LogicalNot 44
271 48: 8(bool) LogicalNot 47
278 59: 57(bvec2) LogicalNot 58
281 62: 57(bvec2) LogicalNot 61
288 73: 71(bvec3) LogicalNot 72
291 76: 71(bvec3) LogicalNot 75
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/Test/baseResults/
H A Dspv.shortCircuit.frag.out70 29: 6(bool) LogicalNot 28
89 46: 6(bool) LogicalNot 45
100 53: 6(bool) LogicalNot 52
155 86: 6(bool) LogicalNot 85
191 109: 6(bool) LogicalNot 108
/dports/graphics/glslang/glslang-11.7.1/Test/baseResults/
H A Dspv.shortCircuit.frag.out70 29: 6(bool) LogicalNot 28
89 46: 6(bool) LogicalNot 45
100 53: 6(bool) LogicalNot 52
155 86: 6(bool) LogicalNot 85
191 109: 6(bool) LogicalNot 108
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/Test/baseResults/
H A Dspv.shortCircuit.frag.out64 29: 6(bool) LogicalNot 28
83 46: 6(bool) LogicalNot 45
94 53: 6(bool) LogicalNot 52
149 86: 6(bool) LogicalNot 85
185 109: 6(bool) LogicalNot 108
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/Test/baseResults/
H A Dspv.shortCircuit.frag.out70 29: 6(bool) LogicalNot 28
89 46: 6(bool) LogicalNot 45
100 53: 6(bool) LogicalNot 52
155 86: 6(bool) LogicalNot 85
191 109: 6(bool) LogicalNot 108
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/Test/baseResults/
H A Dspv.shortCircuit.frag.out70 29: 6(bool) LogicalNot 28
89 46: 6(bool) LogicalNot 45
100 53: 6(bool) LogicalNot 52
155 86: 6(bool) LogicalNot 85
191 109: 6(bool) LogicalNot 108

12345678910>>...18