Searched refs:mp_int_root (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Dimath.h178 mp_result mp_int_root(mp_int a, mp_small b, mp_int c); /* c = floor(a^{1/b}) */
179 #define mp_int_sqrt(a, c) mp_int_root(a, 2, c) /* c = floor(sqrt(a)) */
H A Dimath.c1625 /* {{{ mp_int_root(a, b, c) */
1631 mp_result mp_int_root(mp_int a, mp_small b, mp_int c) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Dimath.h178 mp_result mp_int_root(mp_int a, mp_small b, mp_int c); /* c = floor(a^{1/b}) */
179 #define mp_int_sqrt(a, c) mp_int_root(a, 2, c) /* c = floor(sqrt(a)) */
H A Dimath.c1625 /* {{{ mp_int_root(a, b, c) */
1631 mp_result mp_int_root(mp_int a, mp_small b, mp_int c) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Dimath.h178 mp_result mp_int_root(mp_int a, mp_small b, mp_int c); /* c = floor(a^{1/b}) */
179 #define mp_int_sqrt(a, c) mp_int_root(a, 2, c) /* c = floor(sqrt(a)) */
H A Dimath.c1625 /* {{{ mp_int_root(a, b, c) */
1631 mp_result mp_int_root(mp_int a, mp_small b, mp_int c) function

Completed in 95 milliseconds