Searched refs:points (Results 1 - 25 of 95) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dpr33866.c17 long points[16][2]; local
20 iter_info.coords = (long *) points;
23 points[num_points][0] = i + start[0];
24 points[num_points][1] = j + start[1];
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/kafs/
H A Dafsl.exp3 * This mumbo jumbo creates entry points to syscalls in _AIX
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D990527-1.c21 XPoint points [4]; local
30 points [j].x = xlim - x;
33 points [j].x = x;
H A D20051216-1.c8 struct C { int n_points; int dir; struct B bbox; struct A *points; }; member in struct:C
25 seg->points = ((struct A *)
26 realloc (seg->points, (n_points_max[asi] <<= 1) * sizeof (struct A)));
27 seg->points[n_points] = p;
62 y = vp->segs[0].points[0].y;
69 vp->segs[asi].points[cursor[asi]].y == y)
73 while (seg_idx < vp->n_segs && y == vp->segs[seg_idx].points[0].y)
80 ips[seg_idx][0] = vp->segs[seg_idx].points[0];
82 pts[0] = vp->segs[seg_idx].points[0];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D990527-1.c21 XPoint points [4]; local
30 points [j].x = xlim - x;
33 points [j].x = x;
H A D20051216-1.c8 struct C { int n_points; int dir; struct B bbox; struct A *points; }; member in struct:C
25 seg->points = ((struct A *)
26 realloc (seg->points, (n_points_max[asi] <<= 1) * sizeof (struct A)));
27 seg->points[n_points] = p;
62 y = vp->segs[0].points[0].y;
69 vp->segs[asi].points[cursor[asi]].y == y)
73 while (seg_idx < vp->n_segs && y == vp->segs[seg_idx].points[0].y)
80 ips[seg_idx][0] = vp->segs[seg_idx].points[0];
82 pts[0] = vp->segs[seg_idx].points[0];
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-watch.h71 sim_watch_point *points; member in struct:_sim_watchpoints
H A Dsim-watch.c94 sim_watch_point **entry = &watch->points;
152 for (point = watch->points; point != NULL; point = point->next)
242 point = &watch->points;
364 for (point = watch->points; point != NULL; point = point->next)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_mult.c87 EC_POINT **points; /* array with pre-calculated multiples of generator: member in struct:ec_pre_comp_st
115 ret->points = NULL;
144 if (pre->points)
148 for (p = pre->points; *p != NULL; p++)
150 OPENSSL_free(pre->points);
167 if (pre->points)
171 for (p = pre->points; *p != NULL; p++)
176 OPENSSL_free(pre->points);
341 * \sum scalars[i]*points[i],
347 size_t num, const EC_POINT *points[], cons
346 ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
772 EC_POINT **points = NULL; local
[all...]
H A Dectest.c220 const EC_POINT *points[6]; local
254 scalars[0] = n1; points[0] = Q; /* => infinity */
255 scalars[1] = n2; points[1] = P; /* => -P */
256 scalars[2] = n1; points[2] = Q; /* => infinity */
257 scalars[3] = n2; points[3] = Q; /* => infinity */
258 scalars[4] = n1; points[4] = P; /* => P */
259 scalars[5] = n2; points[5] = Q; /* => infinity */
260 if (!EC_POINTs_mul(group, Q, NULL, 5, points, scalars, ctx)) ABORT;
380 EC_POINT *points[3];
382 points[
667 const EC_POINT *points[4]; local
1143 const EC_POINT *points[3]; local
[all...]
H A Dec_lcl.h162 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
293 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
397 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
403 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
412 int ec_GFp_nistp224_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
413 int ec_GFp_nistp224_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx);
421 int ec_GFp_nistp256_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
422 int ec_GFp_nistp256_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx);
430 int ec_GFp_nistp521_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
431 int ec_GFp_nistp521_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], cons
[all...]
H A Decp_smpl.c1102 ret = 1; /* points differ */
1127 ret = 1; /* points differ */
1131 /* points are equal */
1181 int ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1212 /* Set each prod_Z[i] to the product of points[0]->Z .. points[i]->Z,
1215 if (!BN_is_zero(&points[0]->Z))
1217 if (!BN_copy(prod_Z[0], &points[0]->Z)) goto err;
1233 if (!BN_is_zero(&points[i]->Z))
1235 if (!group->meth->field_mul(group, prod_Z[i], prod_Z[i - 1], &points[
[all...]
H A Dec_lib.c1023 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1034 if (group->meth != points[i]->meth)
1040 return group->meth->points_make_affine(group, num, points, ctx);
1051 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx)
1055 return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
1057 return group->meth->mul(group, r, scalar, num, points, scalars, ctx);
1065 const EC_POINT *points[1]; local
1068 points[0] = point;
1071 return EC_POINTs_mul(group, r, g_scalar, (point != NULL && p_scalar != NULL), points, scalars, ctx);
1050 EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic92.C25 struct points;
28 struct points<point<AS, BS>...> { struct
32 template class points<
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.end.c245 printf("\nescaped from the dungeon with %ld points,\n",
248 printf("You escaped from the dungeon with %ld points,\n",
282 printf("You %s on dungeon level %d with %ld points,\n",
288 printf("You were level %u with a maximum of %d hit points when you %s.\n",
312 long int points; member in struct:toptenentry
361 t0->points = u.urexp;
371 /* assure minimum number of points */
372 if (t0->points < POINTSMIN)
373 t0->points = 0;
382 &t1->hp, &t1->maxhp, &t1->points,
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grolbp/
H A Dlbp.h318 vdmpolyline(int numpoints, int *points) argument
320 int i,*p = points;
335 vdmpolygon(int numpoints, int *points) argument
337 int i,*p = points;
365 int points[4]; local
367 points[0] = startx;
368 points[1] = starty;
369 points[2] = sizex;
370 points[3] = sizey;
372 vdmpolyline(2,points);
[all...]
H A Dlbp.cpp404 int *points, i; local
405 points = new int[np + 2];
406 points[0] = hpos;
407 points[1] = vpos;
408 // fprintf(stderr, "Poligon (%d,%d) ", points[0], points[1]);
410 points[i + 2] = p[i];
413 vdmpolygon((np /2) + 1, points);
506 // ending points
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic54x/
H A Dsections.s48 space: .space 64 ; points to first word of block
49 bes: .bes 64 ; points to last word of block
/netbsd-6-1-5-RELEASE/games/sail/
H A Dassorted.c276 int points; local
281 points = ship->specs->pts + from->file->points;
282 send_points(from, points);
H A Dmisc.c215 net = (float)s->file->points / s->specs->pts;
234 log[NLOG-1].l_netpoints = s->file->points;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/xditview/
H A Ddraw.c594 appendPoint(XPoint *points, int *pointi, int x, int y) argument
597 points[*pointi].x = x;
598 points[*pointi].y = y;
606 flattenCurve(XPoint *points, int *pointi, argument
611 x_1 = points[*pointi - 1].x;
612 y_1 = points[*pointi - 1].y;
626 appendPoint (points, pointi, x_4, y_4);
628 flattenCurve (points, pointi,
635 flattenCurve (points, pointi,
652 XPoint points[POINTS_MA local
688 points, pointi, CoordModeOrigin); local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dinfo.h102 long *points; /* For each node in NODES, the point. */
101 long *points; /* For each node in NODES, the point. */ member in struct:__anon4894
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/powerpc64/
H A Dlshift.asm54 addi rp, rp, 8 C rp now points 16 beyond end
55 addi up, up, -8 C up now points to last limb
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libcrypto/arch/vax/
H A Dbn_asm_vax.S298 # The return points are placed in the middle to keep a short distance from
299 # all the branch points
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dsol2-ci.asm26 ! This file just supplies labeled starting points for the .init and .fini

Completed in 236 milliseconds

1234