Home
last modified time | relevance | path

Searched refs:dist2 (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-modref-tree.cc270 poly_offset_int dist1, dist2; in closer_pair_p() local
292 dist2 = 0; in closer_pair_p()
294 dist2 = (poly_offset_int)offsetb2 in closer_pair_p()
301 dist2 = 0; in closer_pair_p()
303 dist2 = offseta2 in closer_pair_p()
309 if (known_lt (dist1, 0) && known_ge (dist2, 0)) in closer_pair_p()
311 if (known_lt (dist2, 0) && known_ge (dist1, 0)) in closer_pair_p()
315 return known_le (dist2, dist1); in closer_pair_p()
318 return known_le (dist1, dist2); in closer_pair_p()
Dtree-predcom.cc2794 unsigned dist1, dist2; in reassociate_to_the_same_stmt() local
2802 root2 = find_associative_operation_root (stmt2, &dist2); in reassociate_to_the_same_stmt()
2815 while (dist1 > dist2) in reassociate_to_the_same_stmt()
2821 while (dist2 > dist1) in reassociate_to_the_same_stmt()
2825 dist2--; in reassociate_to_the_same_stmt()
/netbsd/src/games/hack/
Dhack.mkshop.c86 static int dist2(int, int, int, int);
263 i = sq(dist2(sx, sy, doors[sh].x, doors[sh].y)); in mkzoo()
362 dist2(int x0, int y0, int x1, int y1) in dist2() function
/netbsd/src/crypto/external/cpl/tpm-tools/dist/po/
DMakefile.in.in315 @$(MAKE) dist2
317 dist2: stamp-po $(DISTFILES)
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-string.cc1468 rtx dist2 = gen_reg_rtx (word_mode); in expand_compare_loop() local
1477 emit_insn (gen_andsi3 (dist2, src2_addr, GEN_INT (0xfff))); in expand_compare_loop()
1479 emit_insn (gen_anddi3 (dist2, src2_addr, GEN_INT (0xfff))); in expand_compare_loop()
1480 do_ifelse (CCmode, LE, dist2, rem4k, NULL_RTX, in expand_compare_loop()
/netbsd/src/external/bsd/flex/dist/po/
DMakefile.in.in356 @$(MAKE) dist2
358 dist2: stamp-po $(DISTFILES)
/netbsd/src/external/bsd/flex/dist/
DChangeLog9320 * Makefile.in: Merge w/ 2.4.1 changes added "dist2" target