Home
last modified time | relevance | path

Searched refs:isqrt (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Ddn_aqm_codel.c151 cst->isqrt = (1UL<< FIX_POINT_BITS) * 7/10; in control_law()
164 temp = (uint32_t) cst->isqrt * cst->isqrt; in control_law()
177 temp = (cst->isqrt * temp) >> (FIX_POINT_BITS + FIX_POINT_BITS - 8); in control_law()
178 cst->isqrt = temp; in control_law()
H A Ddn_aqm_codel.h70 uint16_t isqrt; /* last isqrt for control low */ member
/freebsd/contrib/llvm-project/libc/src/__support/fixed_point/
H A Dsqrt.h214 LIBC_INLINE constexpr typename internal::SqrtConfig<T>::OutType isqrt(T x) {
/freebsd/sys/vm/
H A Dvm_pageout.c229 static u_int isqrt(u_int num);
958 isqrt(u_int num) in isqrt() function
1065 if (target == 0 && ndirty * isqrt(howmany(nfreed + 1, in vm_pageout_laundry_worker()
/freebsd/stand/common/
H A Dgfx_fb.c1487 isqrt(int num) in isqrt() function
1586 ed = dx + dy == 0 ? 1: isqrt(dx * dx + dy * dy); in gfx_fb_line()
2111 return (isqrt(dp / di)); in gfx_get_ppi()