Home
last modified time | relevance | path

Searched defs:isqrt (Results 1 – 25 of 126) sorted by relevance

123456

/dports/math/cln/cln-1.3.6/src/base/low/
H A Dcl_low_isqrt.cc19 uintL isqrt (uintL x) in isqrt() function
65 uintL isqrt (uintQ x) in isqrt() function
H A Dcl_low_isqrt2.cc19 uintL isqrt (uintL x1, uintL x0) in isqrt() function
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/plan_mpi_omp/
H A Dplan.sh60 function isqrt { function
/dports/science/cp2k-data/cp2k-7.1.0/tools/plan_mpi_omp/
H A Dplan.sh60 function isqrt { function
/dports/devel/elixir-math/math-0.3.0/lib/
H A Dmath.ex160 def isqrt(x) function
162 def isqrt(x) when x < 0, do: raise ArithmeticError function
164 def isqrt(x), do: _isqrt(x, 1, div((1 + x), 2)) function
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/core/
H A Disqrt.c40 unsigned long isqrt ( unsigned long value ) { in isqrt() function
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/core/
H A Disqrt.c40 unsigned long isqrt ( unsigned long value ) { in isqrt() function
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/core/
H A Disqrt.c40 unsigned long isqrt ( unsigned long value ) { in isqrt() function
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/core/
H A Disqrt.c40 unsigned long isqrt ( unsigned long value ) { in isqrt() function
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/core/
H A Disqrt.c40 unsigned long isqrt ( unsigned long value ) { in isqrt() function
/dports/net/ipxe/ipxe-2265a65/src/core/
H A Disqrt.c40 unsigned long isqrt ( unsigned long value ) { in isqrt() function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/core/
H A Disqrt.c40 unsigned long isqrt ( unsigned long value ) { in isqrt() function
/dports/math/tiny-bignum-c/tiny-bignum-c-201fb20/scripts/
H A Disqrt.py5 def isqrt(n): function
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/core/
H A Disqrt.c40 unsigned long isqrt ( unsigned long value ) { in isqrt() function
/dports/math/fxt/fxt/src/mod/
H A Disqrt.h12 Type isqrt(Type d) in isqrt() function
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/etc/
H A Dhindo.c61 isqrt(int i) in isqrt() function
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/etc/
H A Dhindo.c61 isqrt(int i) in isqrt() function
/dports/math/cln/cln-1.3.6/src/integer/algebraic/
H A Dcl_I_sqrt.cc22 bool isqrt (const cl_I& x, cl_I* w) in isqrt() function
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/etc/
H A Dhindo.c61 isqrt(int i) in isqrt() function
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/etc/
H A Dhindo.c61 isqrt(int i) in isqrt() function
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/etc/
H A Dhindo.c61 isqrt(int i) in isqrt() function
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/etc/
H A Dhindo.c61 isqrt(int i) in isqrt() function
/dports/math/primecount/primecount-7.2/include/
H A Disqrt.hpp87 inline T isqrt(T x) in isqrt() function
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A Dnumbers.lisp108 (defun isqrt (natural) function
/dports/math/gmp/gmp-6.2.1/tests/mpn/
H A Dt-mul.c28 isqrt (unsigned t) in isqrt() function

123456