Home
last modified time | relevance | path

Searched refs:rhs_constant (Results 1 – 7 of 7) sorted by relevance

/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Query/
H A DOP_where.pm69 my $rhs_constant = -1;
71 $rhs_constant = $rhs_node->evaluate(%$domain);
72 if ( Foswiki::Query::OP::isNumber($rhs_constant) ) {
75 $rhs_constant += scalar(@$lhs_values) if ( $rhs_constant < 0 );
78 $rhs_constant = int($rhs_constant);
82 unless $rhs_constant >= 0
83 && $rhs_constant < scalar(@$lhs_values);
86 $rhs_constant = -1; # unmatchable
93 if ( $rhs_constant < 0
99 elsif ( $i == $rhs_constant ) {
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary.cpp177 auto rhs_constant = in IsApplicable() local
186 assert(rhs_constant->AsFloatConstant() && in IsApplicable()
190 rhs_constant->GetFloat(), binary_opcode, in IsApplicable()
197 rhs_constant->GetDouble(), binary_opcode, in IsApplicable()
204 assert(rhs_constant->AsIntConstant() && in IsApplicable()
209 rhs_constant->GetS32(), in IsApplicable()
216 rhs_constant->GetS64(), in IsApplicable()
224 rhs_constant->GetU32(), in IsApplicable()
231 rhs_constant->GetU64(), in IsApplicable()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary.cpp177 auto rhs_constant = in IsApplicable() local
186 assert(rhs_constant->AsFloatConstant() && in IsApplicable()
190 rhs_constant->GetFloat(), binary_opcode, in IsApplicable()
197 rhs_constant->GetDouble(), binary_opcode, in IsApplicable()
204 assert(rhs_constant->AsIntConstant() && in IsApplicable()
209 rhs_constant->GetS32(), in IsApplicable()
216 rhs_constant->GetS64(), in IsApplicable()
224 rhs_constant->GetU32(), in IsApplicable()
231 rhs_constant->GetU64(), in IsApplicable()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary.cpp177 auto rhs_constant = in IsApplicable() local
186 assert(rhs_constant->AsFloatConstant() && in IsApplicable()
190 rhs_constant->GetFloat(), binary_opcode, in IsApplicable()
197 rhs_constant->GetDouble(), binary_opcode, in IsApplicable()
204 assert(rhs_constant->AsIntConstant() && in IsApplicable()
209 rhs_constant->GetS32(), in IsApplicable()
216 rhs_constant->GetS64(), in IsApplicable()
224 rhs_constant->GetU32(), in IsApplicable()
231 rhs_constant->GetU64(), in IsApplicable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary.cpp177 auto rhs_constant = in IsApplicable() local
186 assert(rhs_constant->AsFloatConstant() && in IsApplicable()
190 rhs_constant->GetFloat(), binary_opcode, in IsApplicable()
197 rhs_constant->GetDouble(), binary_opcode, in IsApplicable()
204 assert(rhs_constant->AsIntConstant() && in IsApplicable()
209 rhs_constant->GetS32(), in IsApplicable()
216 rhs_constant->GetS64(), in IsApplicable()
224 rhs_constant->GetU32(), in IsApplicable()
231 rhs_constant->GetU64(), in IsApplicable()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary.cpp177 auto rhs_constant = in IsApplicable() local
186 assert(rhs_constant->AsFloatConstant() && in IsApplicable()
190 rhs_constant->GetFloat(), binary_opcode, in IsApplicable()
197 rhs_constant->GetDouble(), binary_opcode, in IsApplicable()
204 assert(rhs_constant->AsIntConstant() && in IsApplicable()
209 rhs_constant->GetS32(), in IsApplicable()
216 rhs_constant->GetS64(), in IsApplicable()
224 rhs_constant->GetU32(), in IsApplicable()
231 rhs_constant->GetU64(), in IsApplicable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary.cpp177 auto rhs_constant = in IsApplicable() local
186 assert(rhs_constant->AsFloatConstant() && in IsApplicable()
190 rhs_constant->GetFloat(), binary_opcode, in IsApplicable()
197 rhs_constant->GetDouble(), binary_opcode, in IsApplicable()
204 assert(rhs_constant->AsIntConstant() && in IsApplicable()
209 rhs_constant->GetS32(), in IsApplicable()
216 rhs_constant->GetS64(), in IsApplicable()
224 rhs_constant->GetU32(), in IsApplicable()
231 rhs_constant->GetU64(), in IsApplicable()