Searched refs:pm2 (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Ddyncast5.C64 Mumble2 *pm2 = pf; local
65 pm2->isObjectAllocation(pm2);
69 delete pm2;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dcv_func.C16 const FI S::*pm2 = &S::f; // { dg-error "cannot convert" } member in class:S
/haiku-buildtools/gcc/gmp/mpn/sparc64/
H A Dsparc64.h54 | | pm2 = qh * dl
60 Knowing that the low 64 bits is equal to l means that LOW(pm1) + LOW(pm2)
64 pm_l = LOW(pm1)+LOW(pm2) is done to contribute its carry, then the only
70 mp_limb_t ql, qh, ph, pm1, pm2, pm_l; \
79 pm2 = qh * dl; \
82 pm_l = LOW32 (pm1) + LOW32 (pm2); \
84 (h) = ph + HIGH32 (pm1) + HIGH32 (pm2) \
/haiku-buildtools/gcc/mpfr/tests/
H A Dtrec_sqrt.c117 pm2 (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode) function
194 bad_cases (mpfr_rec_sqrt, pm2, "mpfr_rec_sqrt", 8, -256, 255, 4, 128,
/haiku-buildtools/legacy/binutils/binutils/
H A Ddebug.c3325 struct debug_method **pm1, **pm2;
3327 for (pm1 = c1->methods, pm2 = c2->methods;
3328 *pm1 != NULL && *pm2 != NULL;
3329 ++pm1, ++pm2)
3334 m2 = *pm2;
3371 if (*pm1 != NULL || *pm2 != NULL)
3322 struct debug_method **pm1, **pm2; local
/haiku-buildtools/binutils/binutils/
H A Ddebug.c3323 struct debug_method_s **pm1, **pm2;
3325 for (pm1 = c1->methods, pm2 = c2->methods;
3326 *pm1 != NULL && *pm2 != NULL;
3327 ++pm1, ++pm2)
3332 m2 = *pm2;
3369 if (*pm1 != NULL || *pm2 != NULL)
3320 struct debug_method_s **pm1, **pm2; local

Completed in 176 milliseconds