Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dcomparison.d643 static int threeWayInt(int a, int b) in threeWayInt() function
661 return threeWayInt(r1[i], r2[i]);
674 if (*p1 != *p2) return threeWayInt(cast(int) *p1, cast(int) *p2);
687 if (c1 != c2) return threeWayInt(cast(int) c1, cast(int) c2);