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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Dntpd.c360 double invsqrt; local
367 invsqrt = v.f; /* better than 0.2% accuracy */
375 invsqrt = invsqrt * (1.5 - Xhalf * invsqrt * invsqrt); /* ~0.05% accuracy */
376 /* invsqrt = invsqrt * (1.5 - Xhalf * invsqrt * invsqrt);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dntpd.c360 double invsqrt; local
367 invsqrt = v.f; /* better than 0.2% accuracy */
375 invsqrt = invsqrt * (1.5 - Xhalf * invsqrt * invsqrt); /* ~0.05% accuracy */
376 /* invsqrt = invsqrt * (1.5 - Xhalf * invsqrt * invsqrt);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dntpd.c360 double invsqrt; local
367 invsqrt = v.f; /* better than 0.2% accuracy */
375 invsqrt = invsqrt * (1.5 - Xhalf * invsqrt * invsqrt); /* ~0.05% accuracy */
376 /* invsqrt = invsqrt * (1.5 - Xhalf * invsqrt * invsqrt);
[all...]

Completed in 123 milliseconds