Lines Matching refs:VERIFY
95 VERIFY((size_t)freqBuf.size() == (size_t)( (nfft>>1)+1) );
96 VERIFY( fft_rmse(freqBuf,tbuf) < test_precision<T>() );// gross check
100 VERIFY( (size_t)freqBuf.size() == (size_t)nfft);
101 VERIFY( fft_rmse(freqBuf,tbuf) < test_precision<T>() );// gross check
108 VERIFY( dif_rmse(tbuf,tbuf2) < test_precision<T>() );// gross check
111 // verify that the Unscaled flag takes effect
124 VERIFY( dif_rmse(tbuf,tbuf3) < test_precision<T>() );// gross check
126 // verify that ClearFlag works
129 VERIFY( dif_rmse(tbuf,tbuf2) < test_precision<T>() );// gross check
155 VERIFY( fft_rmse(outbuf,inbuf) < test_precision<T>() );// gross check
158 VERIFY( dif_rmse(inbuf,buf3) < test_precision<T>() );// gross check
160 // verify that the Unscaled flag takes effect
166 VERIFY( dif_rmse(inbuf,buf4) < test_precision<T>() );// gross check
168 // verify that ClearFlag works
171 VERIFY( dif_rmse(inbuf,buf3) < test_precision<T>() );// gross check
205 VERIFY( (src-src2).norm() < test_precision<T>() );
206 VERIFY( (dst-dst2).norm() < test_precision<T>() );
223 VERIFY( (out1-out2).norm() < test_precision<float>() );
225 VERIFY( (in1-in).norm() < test_precision<float>() );