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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr23625.c10 INT32 dist1; local
17 dist2 = dist1;
23 dist1 += xx1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr23625.c10 INT32 dist1; local
17 dist2 = dist1;
23 dist1 += xx1;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dcommon.cpp115 double dist1 = hypot(z1 - M1) / sqrt(z1 * z1); local
116 if (dist0 < eps && dist1 < eps)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.c2163 unsigned dist1, dist2; local
2170 root1 = find_associative_operation_root (stmt1, &dist1);
2184 while (dist1 > dist2)
2188 dist1--;
2190 while (dist2 > dist1)

Completed in 228 milliseconds