Searched refs:m_best (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dfindlc.c97 int v_lose, m_lose, v_best, m_best; local
191 v_best = m_best = 2*(DIMS-1);
233 if (m_lose < m_best)
235 m_best = m_lose;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c7016 MATCH m_best; member in struct:ParamBest
7049 if (m < m_best) goto Ltd_best;
7050 if (m > m_best) goto Ltd;
7071 m_best = m;
7094 p.m_best = MATCHnomatch;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d6891 MATCH m_best = MATCH.nomatch;
6924 if (m < m_best) goto Ltd_best;
6925 if (m > m_best) goto Ltd;
6948 m_best = m;

Completed in 242 milliseconds