Searched refs:test_construct (Results 1 – 11 of 11) sorted by relevance
36 void test_construct() { in test_construct() function59 TEST_F(TestComplex, test_construct) { in TEST_F() argument60 test_construct<float>(); in TEST_F()61 test_construct<double>(); in TEST_F()
41 def test_construct(self): member in TestOptimizer54 def test_construct(self): member in TestAdam
61 void test_construct() in test_construct() function111 test_construct(); in main()
32 void test_construct() in test_construct() function89 test_construct<Alignment>(); in test()
101 void test_construct() in test_construct() function139 test_construct<Alignment>(); in test()
40 void test_construct() in test_construct() function125 test_construct(); in main()
83 void test_construct() in test_construct() function193 test_construct(); in main()
90 def test_construct(self): member in TestSequentialCell
18 run test_construct.cpp /boost//unit_test_framework ;
320 double test_construct() in test_construct() function670 report_result(cat, type, "construct", precision, t.test_construct()); in test()
687 def test_construct(self): member in UnpackIteratorTest