Searched defs:mp_sqrt (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c1300 /* {{{ mp_sqrt(a, b) */
1303 mp_sqrt(a, b)
1315 mp_err mp_sqrt(const mp_int *a, mp_int *b) function
1378 } /* end mp_sqrt() */

Completed in 32 milliseconds