Searched refs:MIN_FLOAT (Results 1 – 1 of 1) sorted by relevance
63 const float MIN_FLOAT = std::numeric_limits<float>::min(); variable71 const std::vector<float> kResonantFrequencyValues = {MIN_FLOAT, 100, MAX_FLOAT};72 const std::vector<float> kQFactorValues = {MIN_FLOAT, 100, MAX_FLOAT};73 const std::vector<float> kMaxAmplitude = {MIN_FLOAT, 100, MAX_FLOAT};213 testing::Values(MIN_FLOAT), testing::Values(MIN_FLOAT),214 testing::Values(MIN_FLOAT)),