OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_sqrt
(Results
1 - 7
of
7
) sorted by null
/external/dropbear/libtommath/
bn_mp_is_square.c
94
if ((res =
mp_sqrt
(arg,&t)) != MP_OKAY) {
bn_mp_sqrt.c
19
int
mp_sqrt
(mp_int *arg, mp_int *ret)
function
tommath.h
387
int
mp_sqrt
(mp_int *arg, mp_int *ret);
/external/dropbear/libtommath/mtest/
mpi.h
137
mp_err
mp_sqrt
(mp_int *a, mp_int *b);
mpi.c
1440
/* {{{
mp_sqrt
(a, b) */
1443
mp_sqrt
(a, b)
1455
mp_err
mp_sqrt
(mp_int *a, mp_int *b)
function
1515
} /* end
mp_sqrt
() */
[
all
...]
/external/dropbear/libtommath/demo/
demo.c
126
// test
mp_sqrt
127
printf("Testing:
mp_sqrt
\n");
133
if (
mp_sqrt
(&a, &b) != MP_OKAY) {
134
printf("
mp_sqrt
() error!\n");
139
printf("
mp_sqrt
() bad result!\n");
/external/dropbear/libtommath/pre_gen/
mpi.c
7389
int
mp_sqrt
(mp_int *arg, mp_int *ret)
function
[
all
...]
Completed in 606 milliseconds