Searched refs:FTPrinter (Results 1 – 1 of 1) sorted by relevance
138 template <typename FT> struct FTPrinter {}; struct140 template <> struct FTPrinter<double> { struct153 template <> struct FTPrinter<float> : FTPrinter<double> {}; struct155 template <> struct FTPrinter<long double> { struct169 template <> struct FTPrinter<__float128> : FTPrinter<long double> {}; struct412 printf(" (%s)", FTPrinter<__float128>::dec(decoded_values[i]).Buffer); in __nsan_dump_shadow_mem()565 using ValuePrinter = FTPrinter<FT>; in checkFT()566 using ShadowPrinter = FTPrinter<ShadowFT>; in checkFT()691 using ValuePrinter = FTPrinter<FT>; in fCmpFailFT()692 using ShadowPrinter = FTPrinter<ShadowFT>; in fCmpFailFT()[all …]