Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Frontend/
H A DFloats.cpp277 static void FormatFloatAsHex(std::ostream &os, F f) in FormatFloatAsHex() function
285 FormatFloatAsHex<float>(os, x); in FormatFloat()
292 FormatFloatAsHex<double>(os, x); in FormatFloat()
311 FormatFloatAsHex<uint16_t>(os, w16); in FormatFloat()