Searched refs:new_vp (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpf/
H A Dui_div.c31 mp_ptr rp, tp, remp, new_vp; local
71 new_vp = NULL;
73 new_vp = TMP_ALLOC_LIMBS (vsize);
81 new_vp = tp + tsize;
87 MPN_COPY (new_vp, vp, vsize);
88 vp = new_vp;
H A Ddiv.c49 mp_ptr rp, tp, new_vp; local
110 new_vp = TMP_ALLOC_LIMBS (vsize);
111 MPN_COPY (new_vp, vp, vsize);
112 vp = new_vp;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20051216-1.c39 struct D *new_vp; local
43 new_vp = (struct D *) malloc (sizeof (struct D) +
45 new_vp->n_segs = 0;
48 return new_vp;
103 bar (new_vp, n_points_max,
115 &new_vp, &n_segs_max, &n_points_max);
125 &new_vp, &n_segs_max, &n_points_max);
130 return new_vp;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20051216-1.c39 struct D *new_vp; local
43 new_vp = (struct D *) malloc (sizeof (struct D) +
45 new_vp->n_segs = 0;
48 return new_vp;
103 bar (new_vp, n_points_max,
115 &new_vp, &n_segs_max, &n_points_max);
125 &new_vp, &n_segs_max, &n_points_max);
130 return new_vp;

Completed in 187 milliseconds