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

Function str

test/hex_float_test.cpp:1578–1588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1576};
1577
1578const char* str(const LeadingSign& ls) {
1579 switch (ls) {
1580 case LeadingSign::None:
1581 return "(none)";
1582 case LeadingSign::Minus:
1583 return "-";
1584 case LeadingSign::Plus:
1585 return "+";
1586 }
1587 return ""; // should not happen
1588}
1589
1590using ParseNormalFloatTest = ::testing::TestWithParam<FloatParseCase<float>>;
1591

Callers 15

ComputeOperandTablesMethod · 0.85
ComputeLeafTablesMethod · 0.85
check_copyright.pyFile · 0.85
GetStringMethod · 0.85
dumpMethod · 0.85
TEST_PFunction · 0.85
__init__Method · 0.85
notify_resultMethod · 0.85
runTestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected