Searched refs:mnan (Results 1 – 3 of 3) sorted by relevance
23 mnan = MatType::Random(rows,cols), in special_numbers() local30 mnan(internal::random<int>(0,rows-1), internal::random<int>(0,cols-1)) = nan; in special_numbers()33 mboth = mnan + minf; in special_numbers()38 VERIFY(mnan.hasNaN()); in special_numbers()39 VERIFY((s1*mnan).hasNaN()); in special_numbers()45 VERIFY(!mnan.allFinite()); in special_numbers()
204 "ignoring '-mnan=2008' option because the '%0' architecture does not support it">,207 "ignoring '-mnan=legacy' option because the '%0' architecture does not support it">,
1543 def mnan_EQ : Joined<["-"], "mnan=">, Group<m_Group>;