Home
last modified time | relevance | path

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

/external/pigweed/pw_string/
Dtype_to_string_test.cc338 class FloatAsIntToStringTest : public TestWithBuffer {}; class
340 TEST_F(FloatAsIntToStringTest, PositiveInfinity) { in TEST_F() argument
345 TEST_F(FloatAsIntToStringTest, NegativeInfinity) { in TEST_F() argument
350 TEST_F(FloatAsIntToStringTest, PositiveNan) { in TEST_F() argument
355 TEST_F(FloatAsIntToStringTest, NegativeNan) { in TEST_F() argument
360 TEST_F(FloatAsIntToStringTest, RoundDown_PrintsNearestInt) { in TEST_F() argument
365 TEST_F(FloatAsIntToStringTest, RoundUp_PrintsNearestInt) { in TEST_F() argument
370 TEST_F(FloatAsIntToStringTest, RoundsToNegativeZero_PrintsZero) { in TEST_F() argument
375 TEST_F(FloatAsIntToStringTest, RoundsToPositiveZero_PrintsZero) { in TEST_F() argument
380 TEST_F(FloatAsIntToStringTest, RoundDownNegative_PrintsNearestInt) { in TEST_F() argument
[all …]