Lines Matching refs:corrVal

171       double corrVal = 0.0;   in correctionTest()  local
175 corrVal = tscTest.Correction(timeOfInterest); in correctionTest()
176 testFramework.assert( std::abs(corrVal-forwardResult) < eps, testMesg, __LINE__); in correctionTest()
178 corrVal = tscTest.Correction(timeOfInterest); in correctionTest()
179 testFramework.assert( std::abs(corrVal - (-forwardResult)) < eps, testMesg, __LINE__); in correctionTest()
183 corrVal = tscTest.Correction(timeOfInterest); in correctionTest()
184 testFramework.assert( std::abs(corrVal - forwardResult) < eps, testMesg, __LINE__); in correctionTest()
186 corrVal = tscTest.Correction(timeOfInterest); in correctionTest()
187 testFramework.assert( std::abs(corrVal-(-forwardResult)) < eps, testMesg, __LINE__); in correctionTest()
191 corrVal = tscTest.Correction(timeOfInterest); in correctionTest()
192 testFramework.assert( std::abs(corrVal - forwardResult) < eps, testMesg, __LINE__); in correctionTest()
194 corrVal = tscTest.Correction(timeOfInterest); in correctionTest()
195 testFramework.assert( std::abs(corrVal-(-forwardResult)) < eps, testMesg, __LINE__); in correctionTest()
199 corrVal = tscTest.Correction(timeOfInterest); in correctionTest()
200 testFramework.assert( std::abs(corrVal - forwardResult) < eps, testMesg, __LINE__); in correctionTest()
202 corrVal = tscTest.Correction(timeOfInterest); in correctionTest()
203 testFramework.assert( std::abs(corrVal-(-forwardResult)) < eps, testMesg, __LINE__); in correctionTest()
207 corrVal = tscTest.Correction(timeOfInterest); in correctionTest()
208 testFramework.assert( std::abs(corrVal - forwardResult) < eps, testMesg, __LINE__); in correctionTest()
210 corrVal = tscTest.Correction(timeOfInterest); in correctionTest()
211 testFramework.assert( std::abs(corrVal-(-forwardResult)) < eps, testMesg, __LINE__); in correctionTest()
219 corrVal = tscTest.Correction(timeOfInterest); in correctionTest()
220 testFramework.assert( std::abs(corrVal - forwardResult) < eps, testMesg, __LINE__); in correctionTest()
222 corrVal = tscTest.Correction(timeOfInterest); in correctionTest()
223 testFramework.assert( std::abs(corrVal-(-forwardResult)) < eps, testMesg, __LINE__); in correctionTest()