OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x1x1
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtommath/
bn_mp_karatsuba_sqr.c
27
mp_int x0, x1, t1, t2, x0x0,
x1x1
;
local
51
if (mp_init_size (&
x1x1
, (a->used - B) * 2) != MP_OKAY)
79
goto
X1X1
; /* x0x0 = x0*x0 */
80
if (mp_sqr (&x1, &
x1x1
) != MP_OKAY)
81
goto
X1X1
; /*
x1x1
= x1*x1 */
85
goto
X1X1
; /* t1 = x1 - x0 */
87
goto
X1X1
; /* t1 = (x1 - x0) * (x1 - x0) */
90
if (s_mp_add (&x0x0, &
x1x1
, &t2) != MP_OKAY)
91
goto
X1X1
; /* t2 = x0x0 + x1x1 *
[
all
...]
/external/dropbear/libtommath/pre_gen/
mpi.c
4292
mp_int x0, x1, t1, t2, x0x0,
x1x1
;
local
[
all
...]
Completed in 186 milliseconds