Home
last modified time | relevance | path

Searched defs:genEqual (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/plib/plib-1.8.5/src/psl/
H A DpslCodeGen.cxx328 void pslCompiler::genEqual () { genCodeByte ( OPCODE_EQUAL ) ; } in genEqual() function in pslCompiler
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/
H A DCodeGenerator.scala479 def genEqual(dataType: DataType, c1: String, c2: String): String = dataType match { method
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dinstructions.hh2540 static BinopInst* genEqual(ValueInst* a1, ValueInst* a2) { return genBinopInst(kEQ, a1, a2); } in genEqual() function