Home
last modified time | relevance | path

Searched refs:double_near_abs_eps (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
Dfloat_dsp.c80 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()
Dcheckasm.c374 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()
Dcheckasm.h110 int double_near_abs_eps(double a, double b, double eps);