Searched defs:y2 (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libplot/t300/common/ |
H A D | subr.c | 100 dist2(int x1, int y1, int x2, int y2) argument 104 v = y1 - y2;
|
/osnet-11/usr/src/lib/libplot/t450/common/ |
H A D | subr.c | 104 dist2(int x1, int y1, int x2, int y2) argument 108 v = y1 - y2;
|
/osnet-11/usr/src/lib/libplot/t300s/common/ |
H A D | subr.c | 110 dist2(int x1, int y1, int x2, int y2) argument 114 v = y1 - y2;
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | ecc.c | 637 gcry_mpi_t y_2, y2 = mpi_alloc (0); 644 mpi_mulm (y2, sk->E.G.y, sk->E.G.y, sk->E.p); /* y^2=y*y */ 645 if (mpi_cmp (y_2, y2)) 633 gcry_mpi_t y_2, y2 = mpi_alloc (0); local
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | ecc.c | 637 gcry_mpi_t y_2, y2 = mpi_alloc (0); 644 mpi_mulm (y2, sk->E.G.y, sk->E.G.y, sk->E.p); /* y^2=y*y */ 645 if (mpi_cmp (y_2, y2)) 633 gcry_mpi_t y_2, y2 = mpi_alloc (0); local
|
Completed in 22 milliseconds