Searched refs:not_a_inf (Results 1 – 1 of 1) sorted by relevance
60 constexpr bool not_a_inf = android::audio_utils::safe_isinf(1.f); in TEST() local61 EXPECT_FALSE(not_a_inf); in TEST()