Lines Matching refs:value
48 // The error code depends on whether this is an optional value.
189 // range values. When it does overflow, the value is set to the
190 // nearest finite value, matching C++11 behavior for operator>>
195 EXPECT_EQ(1e38f, f.value().getAsFloat());
197 EXPECT_EQ(-1e38f, f.value().getAsFloat());
234 // range values. When it does overflow, the value is set to the
235 // nearest finite value, matching C++11 behavior for operator>>
240 EXPECT_EQ(1e38, f.value().getAsFloat());
242 EXPECT_EQ(-1e38, f.value().getAsFloat());
244 EXPECT_EQ(1e40, f.value().getAsFloat());
246 EXPECT_EQ(-1e40, f.value().getAsFloat());
254 // range values. When it does overflow, the value is set to the
255 // nearest finite value, matching C++11 behavior for operator>>
261 EXPECT_EQ(uint16_t{0x8000}, f.value().getAsFloat().get_value());
263 EXPECT_EQ(uint16_t{0x3c00}, f.value().getAsFloat().get_value());
326 // Zero, maximum, and minimum value
399 // Zero, maximum, and minimum value
461 // Zero, maximum, and minimum value
536 // Zero, maximum, and minimum value
603 // Zero, maximum, and minimum value
682 // Zero, maximum, and minimum value