Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/
H A Dfloat_to_chars_test_cases.hpp53 {float_nan, chars_format::scientific, "nan"},
54 {-float_nan, chars_format::scientific, "-nan(ind)"},
65 {float_nan, chars_format::fixed, "nan"},
66 {-float_nan, chars_format::fixed, "-nan(ind)"},
77 {float_nan, chars_format::general, "nan"},
78 {-float_nan, chars_format::general, "-nan(ind)"},
89 {float_nan, chars_format{}, "nan"},
90 {-float_nan, chars_format{}, "-nan(ind)"},
101 {float_nan, chars_format::hex, "nan"},
102 {-float_nan, chars_format::hex, "-nan(ind)"},
H A Dfloat_hex_precision_to_chars_test_cases.hpp18 {float_nan, chars_format::hex, 4, "nan"},
19 {-float_nan, chars_format::hex, 4, "-nan(ind)"},
H A Dtest.hpp14 inline constexpr float float_nan = numeric_limits<float>::quiet_NaN(); variable
H A Dfloat_fixed_precision_to_chars_test_cases.hpp53 {float_nan, chars_format::fixed, 4, "nan"},
54 {-float_nan, chars_format::fixed, 4, "-nan(ind)"},
H A Dfloat_scientific_precision_to_chars_test_cases.hpp53 {float_nan, chars_format::scientific, 4, "nan"},
54 {-float_nan, chars_format::scientific, 4, "-nan(ind)"},
H A Dfloat_general_precision_to_chars_test_cases.hpp27 {float_nan, chars_format::general, 4, "nan"},
28 {-float_nan, chars_format::general, 4, "-nan(ind)"},