OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x0y0
(Results
1 - 5
of
5
) sorted by null
/external/dropbear/libtommath/
bn_mp_karatsuba_mul.c
49
mp_int x0, x1, y0, y1, t1,
x0y0
, x1y1;
local
74
if (mp_init_size (&
x0y0
, B * 2) != MP_OKAY)
77
goto
X0Y0
;
118
/* now calc the products
x0y0
and x1y1 */
120
if (mp_mul (&x0, &y0, &
x0y0
) != MP_OKAY)
121
goto X1Y1; /*
x0y0
= x0*y0 */
133
/* add
x0y0
*/
134
if (mp_add (&
x0y0
, &x1y1, &x0) != MP_OKAY)
135
goto X1Y1; /* t2 =
x0y0
+ x1y1 */
137
goto X1Y1; /* t1 = (x1+x0)*(y1+y0) - (x1y1 +
x0y0
) */
[
all
...]
bn_mp_karatsuba_sqr.c
89
/* add
x0y0
*/
/external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c
292
| region
x0y0
| region x1y0 | region x2y0 |
495
/* handle all pixels in region
x0y0
*/
788
/* handle all pixels in region
x0y0
*/
UInt8Image.c
476
| region
x0y0
| region x1y0 | region x2y0 |
681
/* handle all pixels in region
x0y0
*/
/external/dropbear/libtommath/pre_gen/
mpi.c
4143
mp_int x0, x1, y0, y1, t1,
x0y0
, x1y1;
local
[
all
...]
Completed in 131 milliseconds