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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlock001.tcl20 # Adjusted to make exact match of isqrt
25 set nmodes [isqrt [llength $conflicts]]
H A Dlock002.tcl16 set nmodes [isqrt [llength $conflicts]]
H A Dtestutils.tcl620 proc isqrt { l } { procedure
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Ddiff.c373 static int isqrt(int n) function
439 (option_mask32 & FLAG_d) ? UINT_MAX : MAX(256, isqrt(n));
441 const unsigned int bound = MAX(256, isqrt(n));

Completed in 118 milliseconds