MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / TEST_P

Function TEST_P

test/hex_float_test.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59// types.
60
61TEST_P(HexFloatTest, EncodeCorrectly) {
62 EXPECT_THAT(EncodeViaHexFloat(GetParam().first), Eq(GetParam().second));
63}
64
65TEST_P(HexDoubleTest, EncodeCorrectly) {
66 EXPECT_THAT(EncodeViaHexFloat(GetParam().first), Eq(GetParam().second));

Callers

nothing calls this directly

Calls 13

EncodeViaHexFloatFunction · 0.85
EncodeViaFloatProxyFunction · 0.85
get_round_textFunction · 0.85
strFunction · 0.85
makeF16Function · 0.85
makeE4M3Function · 0.85
makeE5M2Function · 0.85
castToMethod · 0.80
getAsFloatMethod · 0.45
get_valueMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected