Searched defs:binaryOp (Results 1 – 4 of 4) sorted by relevance
226 private <T> Output<T> binaryOp(String type, Output<T> in1, Output<T> in2) { in binaryOp() method in LabelImage.GraphBuilder
776 ConstantRange ConstantRange::binaryOp(Instruction::BinaryOps BinOp, in binaryOp() function in ConstantRange
1519 bool Generator::binaryOp(const SkSL::Type& type, const TypedOps& ops) { in binaryOp() function in SkSL::RP::Generator
1177 def binaryOp(self, node, op): member in CodeGenerator