Searched refs:a_shift (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/kernel/lib/fixed_point/include/lib/
H A Dfixed_point_debug.h63 debug_mul_u32_u32(uint32_t a, uint32_t b, int a_shift, int b_shift, uint64_t ret) argument
67 fpd_shift_prefix_32(a_shift), a, fpd_shift_suffix(a_shift),
69 fpd_shift_prefix_64(a_shift + b_shift),
71 (a_shift + b_shift == -32) ? "." : " ",
73 fpd_shift_suffix(a_shift + b_shift));
H A Dfixed_point.h38 mul_u32_u32(uint32_t a, uint32_t b, int a_shift, int b_shift) { argument
40 debug_mul_u32_u32(a, b, a_shift, b_shift, ret);

Completed in 81 milliseconds