OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x1y1
(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
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
...]
/external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c
303
| region x0y1 | region
x1y1
| region x2y1 |
577
/* handle all pixels in region
x1y1
*/
855
/* handle all pixels in region
x1y1
*/
UInt8Image.c
487
| region x0y1 | region
x1y1
| region x2y1 |
748
/* handle all pixels in region
x1y1
*/
Completed in 156 milliseconds