Searched refs:vz (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dlcm_ui.c47 mpz_t vz; local
51 PTR(vz) = vlimbs;
52 SIZ(vz) = 2;
53 mpz_lcm (r, u, vz);
H A Dgcd_ui.c43 mpz_t vz; local
47 PTR(vz) = vlimbs;
48 SIZ(vz) = 2;
49 mpz_gcd (w, u, vz);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgmp-utils.c196 gdb_mpz vz; variable
197 vz.read (buf, byte_order, unsigned_p);
199 mpq_set_z (val, vz.val);
H A Dvalue.c2987 gdb_mpz vz;
2988 mpz_tdiv_q (vz.val, mpq_numref (vq.val), mpq_denref (vq.val));
2989 return vz.as_integer<LONGEST> ();
2981 gdb_mpz vz; local
H A Dvalops.c354 gdb_mpz vz;
355 vz.read (value_contents (value), type_byte_order (type),
357 mpq_set_z (result.val, vz.val);
/netbsd-current/lib/libm/ld128/
H A De_lgammal_r.c186 volatile long double vz; local
193 vz = y+0x1.p112;
194 z = vz-0x1.p112;
198 vz = y+0x1.p110;
199 EXTRACT_LDBL128_WORDS(hx,lx,n,vz);
200 z = vz-0x1.p110;
/netbsd-current/lib/libm/ld80/
H A De_lgammal_r.c207 volatile long double vz; local
214 vz = y+0x1p63;
215 z = vz-0x1p63;
219 vz = y+0x1p61;
220 EXTRACT_LDBL80_WORDS(hx,n,vz);
221 z = vz-0x1p61;
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.c2713 mp_bitcnt_t uz, vz, gz;
2732 vz = mpz_make_odd (tv);
2733 gz = GMP_MIN (uz, vz);
2776 mp_bitcnt_t uz, vz, gz;
2813 vz = mpz_make_odd (tv);
2814 gz = GMP_MIN (uz, vz);
2817 vz -= gz;
2825 MP_BITCNT_T_SWAP (uz, vz);
2843 * v = 2^vz tv
2848 * s0 = 0, s1 = 2^vz
2700 mp_bitcnt_t uz, vz, gz; local
2763 mp_bitcnt_t uz, vz, gz; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dprocess.d3602 const vz = core.sys.posix.stdlib.getenv(name.tempCString());
3603 if (vz == null) return false;
3604 auto v = vz[0 .. strlen(vz)];
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dprocess.d507 const vz = core.sys.posix.stdlib.getenv(name.tempCString());
508 if (vz == null) return sink(null);
509 return sink(vz[0 .. strlen(vz)]);

Completed in 184 milliseconds