Searched defs:MathOp (Results 1 – 11 of 11) sorted by relevance
/external/angle/src/common/base/anglebase/numerics/ |
D | clamped_math.h | 156 static constexpr ClampedNumeric MathOp(const L lhs, const R rhs) in MathOp() function 165 constexpr ClampedNumeric &MathOp(const R rhs) in MathOp() function
|
D | checked_math.h | 225 static constexpr CheckedNumeric MathOp(const L lhs, const R rhs) in MathOp() function 236 constexpr CheckedNumeric &MathOp(const R rhs) in MathOp() function
|
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/numerics/ |
D | clamped_math.h | 148 static constexpr ClampedNumeric MathOp(const L lhs, const R rhs) { in MathOp() function 156 constexpr ClampedNumeric& MathOp(const R rhs) { in MathOp() function
|
D | checked_math.h | 212 static constexpr CheckedNumeric MathOp(const L lhs, const R rhs) { in MathOp() function 223 constexpr CheckedNumeric& MathOp(const R rhs) { in MathOp() function
|
/external/libchrome/base/numerics/ |
D | clamped_math.h | 148 static constexpr ClampedNumeric MathOp(const L lhs, const R rhs) { in MathOp() function 156 constexpr ClampedNumeric& MathOp(const R rhs) { in MathOp() function
|
D | checked_math.h | 230 static constexpr CheckedNumeric MathOp(const L lhs, const R rhs) { in MathOp() function 241 constexpr CheckedNumeric& MathOp(const R rhs) { in MathOp() function
|
/external/cronet/base/numerics/ |
D | clamped_math.h | 154 static constexpr ClampedNumeric MathOp(const L lhs, const R rhs) { in MathOp() function 162 constexpr ClampedNumeric& MathOp(const R rhs) { in MathOp() function
|
D | checked_math.h | 217 static constexpr CheckedNumeric MathOp(const L lhs, const R rhs) { in MathOp() function 228 constexpr CheckedNumeric& MathOp(const R rhs) { in MathOp() function
|
/external/pdfium/third_party/base/numerics/ |
D | clamped_math.h | 155 static constexpr ClampedNumeric MathOp(const L lhs, const R rhs) { in MathOp() function 163 constexpr ClampedNumeric& MathOp(const R rhs) { in MathOp() function
|
D | checked_math.h | 218 static constexpr CheckedNumeric MathOp(const L lhs, const R rhs) { in MathOp() function 229 constexpr CheckedNumeric& MathOp(const R rhs) { in MathOp() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 3528 unsigned MathOp = ISD::DELETED_NODE; in visitMUL() local
|