• Home
  • Raw
  • Download

Lines Matching refs:tol

36    const float_type tol = boost::lexical_cast<float_type>(str_tol.c_str());  in test()  local
38 std::cout << "Testing with tolerance: " << tol << std::endl; in test()
100 BOOST_CHECK_CLOSE_FRACTION(result_01.real(), control_01.real(), tol); in test()
101 BOOST_CHECK_CLOSE_FRACTION(result_01.imag(), control_01.imag(), tol); in test()
102 BOOST_CHECK_CLOSE_FRACTION(result_02.real(), control_02.real(), tol); in test()
103 BOOST_CHECK_CLOSE_FRACTION(result_02.imag(), control_02.imag(), tol); in test()
104 BOOST_CHECK_CLOSE_FRACTION(result_03.real(), control_03.real(), tol); in test()
105 BOOST_CHECK_CLOSE_FRACTION(result_03.imag(), control_03.imag(), tol); in test()
106 BOOST_CHECK_CLOSE_FRACTION(result_04.real(), control_04.real(), tol); in test()
107 BOOST_CHECK_CLOSE_FRACTION(result_04.imag(), control_04.imag(), tol); in test()
108 BOOST_CHECK_CLOSE_FRACTION(result_05.real(), control_05.real(), tol); in test()
109 BOOST_CHECK_CLOSE_FRACTION(result_05.imag(), control_05.imag(), tol); in test()
110 BOOST_CHECK_CLOSE_FRACTION(result_06.real(), control_06.real(), tol); in test()
111 BOOST_CHECK_CLOSE_FRACTION(result_06.imag(), control_06.imag(), tol); in test()
112 BOOST_CHECK_CLOSE_FRACTION(result_07.real(), control_07.real(), tol); in test()
113 BOOST_CHECK_CLOSE_FRACTION(result_07.imag(), control_07.imag(), tol); in test()
114 BOOST_CHECK_CLOSE_FRACTION(result_08.real(), control_08.real(), tol); in test()
115 BOOST_CHECK_CLOSE_FRACTION(result_08.imag(), control_08.imag(), tol); in test()
116 BOOST_CHECK_CLOSE_FRACTION(result_09.real(), control_09.real(), tol); in test()
117 BOOST_CHECK_CLOSE_FRACTION(result_09.imag(), control_09.imag(), tol); in test()
118 BOOST_CHECK_CLOSE_FRACTION(result_10.real(), control_10.real(), tol); in test()
119 BOOST_CHECK_CLOSE_FRACTION(result_10.imag(), control_10.imag(), tol); in test()
120 BOOST_CHECK_CLOSE_FRACTION(result_11.real(), control_11.real(), tol); in test()
121 BOOST_CHECK_CLOSE_FRACTION(result_11.imag(), control_11.imag(), tol); in test()
122 BOOST_CHECK_CLOSE_FRACTION(result_12.real(), control_12.real(), tol); in test()
123 BOOST_CHECK_CLOSE_FRACTION(result_12.imag(), control_12.imag(), tol); in test()
124 BOOST_CHECK_CLOSE_FRACTION(result_13.real(), control_13.real(), tol); in test()
125 BOOST_CHECK_CLOSE_FRACTION(result_13.imag(), control_13.imag(), tol); in test()
126 BOOST_CHECK_CLOSE_FRACTION(result_14.real(), control_14.real(), tol); in test()
127 BOOST_CHECK_CLOSE_FRACTION(result_14.imag(), control_14.imag(), tol); in test()
128 BOOST_CHECK_CLOSE_FRACTION(result_15.real(), control_15.real(), tol); in test()
129 BOOST_CHECK_CLOSE_FRACTION(result_15.imag(), control_15.imag(), tol); in test()
130 BOOST_CHECK_CLOSE_FRACTION(result_16.real(), control_16.real(), tol); in test()
131 BOOST_CHECK_CLOSE_FRACTION(result_16.imag(), control_16.imag(), tol); in test()
132 BOOST_CHECK_CLOSE_FRACTION(result_17.real(), control_17.real(), tol); in test()
133 BOOST_CHECK_CLOSE_FRACTION(result_17.imag(), control_17.imag(), tol); in test()
134 BOOST_CHECK_CLOSE_FRACTION(result_18.real(), control_18.real(), tol); in test()
135 BOOST_CHECK_CLOSE_FRACTION(result_18.imag(), control_18.imag(), tol); in test()
136 BOOST_CHECK_CLOSE_FRACTION(result_19.real(), control_19.real(), tol); in test()
137 BOOST_CHECK_CLOSE_FRACTION(result_19.imag(), control_19.imag(), tol); in test()
138 BOOST_CHECK_CLOSE_FRACTION(result_20.real(), control_20.real(), tol); in test()
139 BOOST_CHECK_CLOSE_FRACTION(result_20.imag(), control_20.imag(), tol); in test()
140 BOOST_CHECK_CLOSE_FRACTION(result_21.real(), control_21.real(), tol); in test()
141 BOOST_CHECK_CLOSE_FRACTION(result_21.imag(), control_21.imag(), tol); in test()
142 BOOST_CHECK_CLOSE_FRACTION(result_22.real(), control_22.real(), tol); in test()
143 BOOST_CHECK_CLOSE_FRACTION(result_22.imag(), control_22.imag(), tol); in test()
144 BOOST_CHECK_CLOSE_FRACTION(result_23.real(), control_23.real(), tol); in test()
145 BOOST_CHECK_CLOSE_FRACTION(result_23.imag(), control_23.imag(), tol); in test()
146 BOOST_CHECK_CLOSE_FRACTION(result_24.real(), control_24.real(), tol); in test()
147 BOOST_CHECK_CLOSE_FRACTION(result_24.imag(), control_24.imag(), tol); in test()
148 BOOST_CHECK_CLOSE_FRACTION(result_25.real(), control_25.real(), tol); in test()
149 BOOST_CHECK_CLOSE_FRACTION(result_25.imag(), control_25.imag(), tol); in test()
150 BOOST_CHECK_CLOSE_FRACTION(result_26.real(), control_26.real(), tol); in test()
151 BOOST_CHECK_CLOSE_FRACTION(result_26.imag(), control_26.imag(), tol); in test()
153 …2126747049594625129657384524621271045305622716694829301044520461908201849071767351418202406"), tol) in test()