Home
last modified time | relevance | path

Searched refs:x1y1 (Results 1 – 3 of 3) sorted by relevance

/external/dropbear/libtommath/
Dbn_mp_karatsuba_mul.c49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; in mp_karatsuba_mul() local
76 if (mp_init_size (&x1y1, B * 2) != MP_OKAY) in mp_karatsuba_mul()
122 if (mp_mul (&x1, &y1, &x1y1) != MP_OKAY) in mp_karatsuba_mul()
134 if (mp_add (&x0y0, &x1y1, &x0) != MP_OKAY) in mp_karatsuba_mul()
142 if (mp_lshd (&x1y1, B * 2) != MP_OKAY) in mp_karatsuba_mul()
147 if (mp_add (&t1, &x1y1, c) != MP_OKAY) in mp_karatsuba_mul()
153 X1Y1:mp_clear (&x1y1); in mp_karatsuba_mul()
/external/v8/tools/
Dgc-nvp-trace-processor.py85 x1y1 = 'x1y1' variable
91 def __init__(self, title, field, axis = x1y1, **keywords):
/external/dropbear/libtommath/pre_gen/
Dmpi.c4143 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; in mp_karatsuba_mul() local
4170 if (mp_init_size (&x1y1, B * 2) != MP_OKAY) in mp_karatsuba_mul()
4216 if (mp_mul (&x1, &y1, &x1y1) != MP_OKAY) in mp_karatsuba_mul()
4228 if (mp_add (&x0y0, &x1y1, &x0) != MP_OKAY) in mp_karatsuba_mul()
4236 if (mp_lshd (&x1y1, B * 2) != MP_OKAY) in mp_karatsuba_mul()
4241 if (mp_add (&t1, &x1y1, c) != MP_OKAY) in mp_karatsuba_mul()
4247 X1Y1:mp_clear (&x1y1); in mp_karatsuba_mul()