Home
last modified time | relevance | path

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

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