Searched defs:binaryOp (Results 1 – 5 of 5) 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
875 ConstantRange ConstantRange::binaryOp(Instruction::BinaryOps BinOp, in binaryOp() function in ConstantRange
1177 def binaryOp(self, node, op): member in CodeGenerator
2262 bool Generator::binaryOp(const SkSL::Type& type, const TypedOps& ops) { in binaryOp() function in SkSL::RP::Generator