to_hex_string      70 src/Float16.cpp                      toFP16(result).to_hex_string() <<
to_hex_string     167 src/Float16.h      EXPORT std::string to_hex_string() const;
to_hex_string      39 test/correctness/float16_t_constants.cpp         h_assert(zeroP.to_hex_string() == "0x0p0", "+ve zero hex string invalid");
to_hex_string      68 test/correctness/float16_t_constants.cpp         h_assert(zeroN.to_hex_string() == "-0x0p0", "-ve zero hex string invalid");
to_hex_string      93 test/correctness/float16_t_constants.cpp         h_assert(infinityP.to_hex_string() == "infinity", "+ve infinity hex string invalid");
to_hex_string     122 test/correctness/float16_t_constants.cpp         h_assert(infinityN.to_hex_string() == "-infinity", "-ve infinity hex string invalid");
to_hex_string     154 test/correctness/float16_t_constants.cpp         h_assert(nanValue.to_hex_string() == "nan", "NaN hex string invalid");
to_hex_string     174 test/correctness/float16_t_constants.cpp         h_assert(largestNorm.to_hex_string() == "0x1.ffcp15", "65504 as float_16t has wrong hex repr");
to_hex_string     194 test/correctness/float16_t_constants.cpp         h_assert(largestNorm.to_hex_string() == "-0x1.ffcp15", "65504 as float_16t has wrong hex repr");
to_hex_string     212 test/correctness/float16_t_constants.cpp         h_assert(smallestSubNorm.to_hex_string() == "0x0.004p-14", "smallest number has wrong hex string");
to_hex_string     230 test/correctness/float16_t_constants.cpp         h_assert(smallestSubNorm.to_hex_string() == "-0x0.004p-14", "smallest number has wrong hex string");
to_hex_string     251 test/correctness/float16_t_constants.cpp         h_assert(noughtPointOneRZ.to_hex_string() == "0x1.998p-4", "0.1 incorrectly rounded to zero");
to_hex_string     284 test/correctness/float16_t_constants.cpp         h_assert(noughtPointOneRU.to_hex_string() == "0x1.99cp-4", "0.1 incorrectly rounded up");
to_hex_string     292 test/correctness/float16_t_constants.cpp         h_assert(fourZeroNineOneRD.to_hex_string() == "0x1.ff4p11", "4091 incorreclty rounded down");
to_hex_string     303 test/correctness/float16_t_constants.cpp         h_assert(fourZeroNineOneRU.to_hex_string() == "0x1.ff8p11", "4091 incorreclty rounded up");
to_hex_string     328 test/correctness/float16_t_constants.cpp         h_assert(fourZeroNineOneRD.to_hex_string() == "-0x1.ff8p11", "-4091 incorreclty rounded down");
to_hex_string     339 test/correctness/float16_t_constants.cpp         h_assert(fourZeroNineOneRU.to_hex_string() == "-0x1.ff4p11", "-4091 incorreclty rounded up");
to_hex_string     366 test/correctness/float16_t_constants.cpp         h_assert(noughtPointThreeRD.to_hex_string() == "0x1.33p-2", "0.3 incorrectly rounded downward");
to_hex_string     377 test/correctness/float16_t_constants.cpp         h_assert(noughtPointThreeRU.to_hex_string() == "0x1.334p-2", "0.3 incorrectly rounded upward");