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

/netbsd-current/sys/netinet/
H A Ddccp_tfrc.c155 fixpoint_mul(&x1, &x1, &y1); \
198 struct fixpoint *fixpoint_mul(struct fixpoint *, const struct fixpoint *,
401 fixpoint_mul(&v, &v, &w);
998 fixpoint_mul(&x, &x, &y);
1104 fixpoint_mul(&tmp, &tmp, &tfrc_recv_w[i]);
1124 fixpoint_mul(&tmp, &tmp, &tfrc_recv_w[i-1]);
1883 fixpoint_mul(struct fixpoint *x, const struct fixpoint *a, function
1947 fixpoint_mul(&z, x, &y);

Completed in 113 milliseconds