Home
last modified time | relevance | path

Searched defs:MathOp (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dclamped_math.h156 static constexpr ClampedNumeric MathOp(const L lhs, const R rhs) in MathOp() function
165 constexpr ClampedNumeric &MathOp(const R rhs) in MathOp() function
Dchecked_math.h225 static constexpr CheckedNumeric MathOp(const L lhs, const R rhs) in MathOp() function
236 constexpr CheckedNumeric &MathOp(const R rhs) in MathOp() function
/third_party/gn/src/base/numerics/
Dclamped_math.h148 static constexpr ClampedNumeric MathOp(const L lhs, const R rhs) { in MathOp() function
156 constexpr ClampedNumeric& MathOp(const R rhs) { in MathOp() function
Dchecked_math.h230 static constexpr CheckedNumeric MathOp(const L lhs, const R rhs) { in MathOp() function
241 constexpr CheckedNumeric& MathOp(const R rhs) { in MathOp() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3528 unsigned MathOp = ISD::DELETED_NODE; in visitMUL() local