Searched refs:fp_32_64 (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/lib/fixed_point/include/lib/
H A Dfixed_point_debug.h78 debug_u64_mul_u32_fp32_64(uint32_t a, struct fp_32_64 b, uint64_t res_0, uint32_t res_l32_32, uint64_t ret)
93 debug_u32_mul_u64_fp32_64(uint64_t a, struct fp_32_64 b, uint64_t res_l32, uint32_t ret)
108 debug_u64_mul_u64_fp32_64(uint64_t a, struct fp_32_64 b, uint64_t res_0, uint32_t res_l32_32, uint64_t ret)
H A Dfixed_point.h16 struct fp_32_64 { struct
25 fp_32_64_div_32_32(struct fp_32_64* result, uint32_t dividend, uint32_t divisor) {
45 u64_mul_u32_fp32_64(uint32_t a, struct fp_32_64 b) {
67 u32_mul_u64_fp32_64(uint64_t a, struct fp_32_64 b) {
87 u64_mul_u64_fp32_64(uint64_t a, struct fp_32_64 b) {
/fuchsia/zircon/kernel/platform/pc/
H A Dtimer.cpp73 static struct fp_32_64 us_per_pit;
93 static struct fp_32_64 apic_ticks_per_ns;
98 static struct fp_32_64 ns_per_tsc;
99 static struct fp_32_64 tsc_per_ns;
103 static struct fp_32_64 ns_per_hpet;
/fuchsia/zircon/kernel/dev/timer/arm_generic/
H A Darm_generic_timer.cpp47 struct fp_32_64 cntpct_per_ns;
48 struct fp_32_64 ns_per_cntpct;

Completed in 35 milliseconds