Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/numerics/bit/bit.cast/
H A Dbit_cast.pass.cpp63 void test_roundtrip_through(T from) { in test_roundtrip_through() function
102 test_roundtrip_through<char>(b); in tests()
124 test_roundtrip_through<float>(i); in tests()
135 test_roundtrip_through<double>(i); in tests()
152 test_roundtrip_through<float>(i); in tests()
163 test_roundtrip_through<double>(i); in tests()
170 test_roundtrip_through<int>(i); in tests()
172 test_roundtrip_through<float>(i); in tests()
187 test_roundtrip_through<int>(i); in tests()
189 test_roundtrip_through<float>(i); in tests()
[all …]