Home
last modified time | relevance | path

Searched refs:test_mul_add (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/num-traits/src/ops/
Dmul_add.rs111 macro_rules! test_mul_add { in mul_add_integer() macro
125 test_mul_add!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); in mul_add_integer()
131 macro_rules! test_mul_add { in mul_add_float() macro
149 test_mul_add!(f32 f64); in mul_add_float()