Lines Matching defs:raw
50 // Convert raw uint64 into double, perform format, and compare with expected
129 // Ensure C descriptor address `section.raw()` is updated without error
131 CFI_section(§ion.raw(), &whole.raw(), lowers, uppers, strides)};
355 // Each test case contains a raw uint64, a format string for a real value, and
356 // the expected resulting string from formatting the raw uint64. The double
859 // Ensure double input values correctly map to raw uint64 values
937 std::uint64_t raw;
939 u.raw = 0;
958 // Ensure raw uint64 value matches expected conversion from double
959 ASSERT_EQ(u.raw, want) << '\'' << format << "' failed reading '" << data
960 << "', want " << want << ", got " << u.raw;