Searched refs:test_floating_point_imp (Results 1 - 2 of 2) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dfloating_point.pass.cpp17 void test_floating_point_imp() function
31 test_floating_point_imp<T>();
32 test_floating_point_imp<const T>();
33 test_floating_point_imp<volatile T>();
34 test_floating_point_imp<const volatile T>();
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Dfloating_point.pass.cpp18 void test_floating_point_imp() function
41 test_floating_point_imp<T>();
42 test_floating_point_imp<const T>();
43 test_floating_point_imp<volatile T>();
44 test_floating_point_imp<const volatile T>();

Completed in 8404 milliseconds