Searched refs:Float32Max (Results 1 – 5 of 5) sorted by relevance
365 const Operator* Float32Max(); in NON_EXPORTED_BASE()
463 Node* Float32Max(Node* a, Node* b) { in Float32Max() function464 return AddNode(machine()->Float32Max(), a, b); in Float32Max()
417 V(Float32Max) \
170 V(Float32Max, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
687 op = m->Float32Max(); in Binop()