Home
last modified time | relevance | path

Searched defs:CheckedMul (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/num-traits/src/ops/
Dchecked.rs59 pub trait CheckedMul: Sized + Mul<Self, Output = Self> { trait
/external/rust/android-crates-io/crates/gdbstub/src/protocol/common/
Dhex.rs20 I: FromPrimitive + Zero + CheckedAdd + CheckedMul, in decode_hex()
49 I: FromPrimitive + Zero + CheckedAdd + CheckedMul, in decode()
/external/pigweed/pw_numeric/public/pw_numeric/
Dchecked_arithmetic.h145 constexpr std::optional<T> CheckedMul(A a, B b) { in CheckedMul() function
/external/angle/src/compiler/translator/
DConstantUnion.cpp48 float CheckedMul(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedMul() function