Searched defs:ClampMathOp (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/common/base/anglebase/numerics/ |
D | clamped_math.h | 218 constexpr ClampedNumeric<typename MathWrapper<M, L, R>::type> ClampMathOp(const L lhs, const R rhs) in ClampMathOp() function 226 constexpr auto ClampMathOp(const L lhs, const R rhs, const Args... args) in ClampMathOp() function
|
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/numerics/ |
D | clamped_math.h | 199 constexpr ClampedNumeric<typename MathWrapper<M, L, R>::type> ClampMathOp( in ClampMathOp() function 212 constexpr auto ClampMathOp(const L lhs, const R rhs, const Args... args) { in ClampMathOp() function
|
/external/libchrome/base/numerics/ |
D | clamped_math.h | 206 constexpr ClampedNumeric<typename MathWrapper<M, L, R>::type> ClampMathOp( in ClampMathOp() function 220 ClampMathOp(const L lhs, const R rhs, const Args... args) { in ClampMathOp() function
|
/external/cronet/base/numerics/ |
D | clamped_math.h | 205 constexpr ClampedNumeric<typename MathWrapper<M, L, R>::type> ClampMathOp( in ClampMathOp() function 218 constexpr auto ClampMathOp(const L lhs, const R rhs, const Args... args) { in ClampMathOp() function
|
/external/pdfium/third_party/base/numerics/ |
D | clamped_math.h | 206 constexpr ClampedNumeric<typename MathWrapper<M, L, R>::type> ClampMathOp( in ClampMathOp() function 219 constexpr auto ClampMathOp(const L lhs, const R rhs, const Args... args) { in ClampMathOp() function
|