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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest083.tcl148 set tol 0.3
150 set tol 0.15
153 roughly_equal $lessthan [expr $i * 1.0 / $nitems] $tol
163 proc roughly_equal { a b tol } {
164 error_check_good "$a =~ $b" [expr $a - $b < $tol] 1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Ddma.h20 unsigned tol : 1; member in struct:dma_descr_group
H A Ddma_defs.h255 unsigned int tol : 1; member in struct:__anon8155
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dhorizon.c708 static int make_rate_with_tolerance (const hrz_dev * dev, u32 c, rounding r, unsigned int tol, argument
712 PRINTD (DBG_QOS|DBG_FLOW, "make_rate_with_tolerance c=%u, %s, tol=%u",
713 c, (r == round_up) ? "up" : (r == round_down) ? "down" : "nearest", tol);
723 if (c - tol <= *actual && *actual <= c + tol)

Completed in 102 milliseconds