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

/fuchsia/zircon/kernel/platform/pc/
H A Dtimer.cpp221 ns_per_pit_rounded_up = (u32_mul_u64_fp32_64(1, us_per_pit) + 1) * 1000;
453 ns_per_tsc_rounded_up = u32_mul_u64_fp32_64(1, ns_per_tsc) + 1;
491 ns_per_hpet_rounded_up = u32_mul_u64_fp32_64(1, ns_per_hpet) + 1;
/fuchsia/zircon/kernel/lib/fixed_point/include/lib/
H A Dfixed_point.h67 u32_mul_u64_fp32_64(uint64_t a, struct fp_32_64 b) { function

Completed in 82 milliseconds