Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/
H A Dtest.cpp668 void test_floating_hex_prefix(const conditional_t<IsDouble, uint64_t, uint32_t> prefix) { in test_floating_hex_prefix() function
788 test_floating_hex_prefix<true>(*prefixes64.begin()); // save time by testing fewer hexfloats in test_floating_prefixes()
807test_floating_hex_prefix<false>(*prefixes32.begin()); // save time by testing fewer hexfloats in test_floating_prefixes()