Lines Matching refs:test_follows
599 void test_follows() { in test_follows() function
630 test_follows<double>(); in test_follows_and_precedes_api()
631 test_follows<int, double>(); in test_follows_and_precedes_api()
632 test_follows<int, float, double>(); in test_follows_and_precedes_api()
633 test_follows<float, double, int, double>(); in test_follows_and_precedes_api()
634 test_follows<float, double, int, double, double>(); in test_follows_and_precedes_api()
635 test_follows<float, double, int, double, double, float>(); in test_follows_and_precedes_api()
636 test_follows<float, double, int, double, double, float, long>(); in test_follows_and_precedes_api()
637 test_follows<float, double, int, double, double, float, long, int>(); in test_follows_and_precedes_api()
638 test_follows<float, double, int, double, double, float, long, int, long>(); in test_follows_and_precedes_api()
639 test_follows<float, double, int, double, double, float, long, int, float, long>(); in test_follows_and_precedes_api()