HomeSort by relevance Sort by last modified time
    Searched refs:x1y1 (Results 1 - 3 of 3) sorted by null

  /external/dropbear/libtommath/
bn_mp_karatsuba_mul.c 49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
76 if (mp_init_size (&x1y1, B * 2) != MP_OKAY)
118 /* now calc the products x0y0 and x1y1 */
121 goto X1Y1; /* x0y0 = x0*y0 */
122 if (mp_mul (&x1, &y1, &x1y1) != MP_OKAY)
123 goto X1Y1; /* x1y1 = x1*y1 */
127 goto X1Y1; /* t1 = x1 - x0 */
129 goto X1Y1; /* t2 = y1 - y0 */
131 goto X1Y1; /* t1 = (x1 + x0) * (y1 + y0) *
    [all...]
  /external/v8/tools/
gc-nvp-trace-processor.py 85 x1y1 = 'x1y1' variable
91 def __init__(self, title, field, axis = x1y1, **keywords):
  /external/dropbear/libtommath/pre_gen/
mpi.c 4143 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
    [all...]

Completed in 50 milliseconds