Searched refs:double_near_abs_eps (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
D | float_dsp.c | 80 if (!double_near_abs_eps(cdst[i], odst[i], t * 2 * DBL_EPSILON)) { in test_vector_dmul() 196 if (!double_near_abs_eps(cdst[i], odst[i], t * 2 * DBL_EPSILON)) { in test_vector_dmul_scalar() 220 if (!double_near_abs_eps(cdst[i], odst[i], ARBITRARY_DMAC_SCALAR_CONST)) { in test_vector_dmac_scalar()
|
D | checkasm.c | 374 int double_near_abs_eps(double a, double b, double eps) in double_near_abs_eps() function 387 if (!double_near_abs_eps(a[i], b[i], eps)) in double_near_abs_eps_array()
|
D | checkasm.h | 110 int double_near_abs_eps(double a, double b, double eps);
|