Searched refs:bench_binop (Results 1 – 12 of 12) sorted by relevance
/external/rust/crates/glam/benches/ |
D | affine3.rs | 21 bench_binop!( 29 bench_binop!( 37 bench_binop!( 45 bench_binop!( 53 bench_binop!( 60 bench_binop!(affine3a_mul_mat4, 67 bench_binop!(
|
D | mat4.rs | 32 bench_binop!( 40 bench_binop!( 48 bench_binop!( 56 bench_binop!( 64 bench_binop!( 72 bench_binop!(
|
D | mat3a.rs | 24 bench_binop!(mat3a_mul_mat3a, "mat3a mul mat3a", op => mul, from => random_mat3a); 27 bench_binop!( 35 bench_binop!( 43 bench_binop!( 51 bench_binop!(
|
D | mat3.rs | 24 bench_binop!(mat3_mul_mat3, "mat3 mul mat3", op => mul, from => random_mat3); 27 bench_binop!( 35 bench_binop!( 43 bench_binop!( 51 bench_binop!(
|
D | affine2.rs | 20 bench_binop!( 28 bench_binop!( 35 bench_binop!(affine2_mul_affine2, "affine2 mul affine2", op => mul, from => random_srt_affine2); 36 bench_binop!(affine2_mul_mat3, "affine2 mul mat3", op => mul, from1 => random_srt_affine2, from2 =>… 37 bench_binop!(mat3_mul_affine2, "mat3 mul affine2", op => mul, from1 => random_srt_mat3, from2 => ra…
|
D | quat.rs | 18 bench_binop!( 26 bench_binop!( 34 bench_binop!( 41 bench_binop!(
|
D | mat2.rs | 10 bench_binop!( 31 bench_binop!(mat2_mul_mat2, "mat2 mul mat2", op => mul, from => random_mat2);
|
D | vec2.rs | 19 bench_binop!( 27 bench_binop!(
|
D | vec3a.rs | 11 bench_binop!( 82 bench_binop!(
|
D | vec3.rs | 11 bench_binop!( 136 bench_binop!(
|
D | vec4.rs | 11 bench_binop!(
|
/external/rust/crates/glam/benches/support/ |
D | macros.rs | 50 macro_rules! bench_binop { macro 74 bench_binop!($name, $desc, op => $binop, from1 => $from, from2 => $from);
|