Home
last modified time | relevance | path

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

/external/eigen/test/
Dspecial_numbers.cpp25 mboth = MatType::Random(rows,cols); in special_numbers() local
33 mboth = mnan + minf; in special_numbers()
42 VERIFY(mboth.hasNaN()); in special_numbers()
43 VERIFY(mboth.array().hasNaN()); in special_numbers()
47 VERIFY(!(minf-mboth).allFinite()); in special_numbers()
48 VERIFY(!mboth.allFinite()); in special_numbers()
49 VERIFY(!mboth.array().allFinite()); in special_numbers()