Searched refs:check_type (Results 1 – 4 of 4) sorted by relevance
51 check_type () in check_type() function96 check_type<float, float> (); in do_test()97 check_type<float, double> (); in do_test()98 check_type<float, long double> (); in do_test()99 check_type<double, float> (); in do_test()100 check_type<double, double> (); in do_test()101 check_type<double, long double> (); in do_test()102 check_type<long double, float> (); in do_test()103 check_type<long double, double> (); in do_test()104 check_type<long double, long double> (); in do_test()
27 check_type () in check_type() function39 check_type<float> (); in do_test()40 check_type<double> (); in do_test()41 check_type<long double> (); in do_test()43 check_type<_Float128> (); in do_test()
51 check_type () in check_type() function104 check_type<float> (); in do_test()105 check_type<double> (); in do_test()106 check_type<long double> (); in do_test()
51 check_type () in check_type() function154 check_type<float> (); in do_test()155 check_type<double> (); in do_test()156 check_type<long double> (); in do_test()
Completed in 4 milliseconds