float_near_abs_eps_array   62 tests/checkasm/aacpsdsp.c     if (!float_near_abs_eps_array(dst0, dst1, EPS, BUF_SIZE))
float_near_abs_eps_array   81 tests/checkasm/aacpsdsp.c     if (!float_near_abs_eps_array((float *)dst0, (float *)dst1, EPS, BUF_SIZE * 2))
float_near_abs_eps_array  106 tests/checkasm/aacpsdsp.c     if (!float_near_abs_eps_array((float *)dst0, (float *)dst1, EPS, BUF_SIZE * 2))
float_near_abs_eps_array  222 tests/checkasm/aacpsdsp.c             if (!float_near_abs_eps_array((float *)l0, (float *)l1, EPS, BUF_SIZE * 2) ||
float_near_abs_eps_array  223 tests/checkasm/aacpsdsp.c                 !float_near_abs_eps_array((float *)r0, (float *)r1, EPS, BUF_SIZE * 2))
float_near_abs_eps_array   98 tests/checkasm/checkasm.h int float_near_abs_eps_array(const float *a, const float *b, float eps,
float_near_abs_eps_array   83 tests/checkasm/jpeg2000dsp.c     if (!float_near_abs_eps_array(ref0, new0, 1.0e-5, BUF_SIZE) ||
float_near_abs_eps_array   84 tests/checkasm/jpeg2000dsp.c         !float_near_abs_eps_array(ref1, new1, 1.0e-5, BUF_SIZE) ||
float_near_abs_eps_array   85 tests/checkasm/jpeg2000dsp.c         !float_near_abs_eps_array(ref2, new2, 1.0e-5, BUF_SIZE))
float_near_abs_eps_array   58 tests/checkasm/opusdsp.c     if (!float_near_abs_eps_array(data0 + offset, data1 + offset, EPS, MAX_SIZE))
float_near_abs_eps_array   78 tests/checkasm/opusdsp.c         !float_near_abs_eps_array(dst0, dst1, EPS, MAX_SIZE))
float_near_abs_eps_array   45 tests/checkasm/sbrdsp.c     if (!float_near_abs_eps_array(dst0, dst1, EPS, 64 + 256))
float_near_abs_eps_array   78 tests/checkasm/sbrdsp.c     if (!float_near_abs_eps_array(dst0, dst1, EPS, 64))
float_near_abs_eps_array   94 tests/checkasm/sbrdsp.c     if (!float_near_abs_eps_array(dst0, dst1, EPS, 128))
float_near_abs_eps_array  110 tests/checkasm/sbrdsp.c     if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 64))
float_near_abs_eps_array  126 tests/checkasm/sbrdsp.c     if (!float_near_abs_eps_array(dst0, dst1, EPS, 64))
float_near_abs_eps_array  147 tests/checkasm/sbrdsp.c     if (!float_near_abs_eps_array(dst0, dst1, EPS, 128))
float_near_abs_eps_array  166 tests/checkasm/sbrdsp.c     if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 3 * 2 * 2))
float_near_abs_eps_array  193 tests/checkasm/sbrdsp.c         if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 128 * 2))
float_near_abs_eps_array  214 tests/checkasm/sbrdsp.c     if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 128 * 2))
float_near_abs_eps_array  244 tests/checkasm/sbrdsp.c                 if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 128 * 2))
float_near_abs_eps_array   58 tests/checkasm/vf_gblur.c         if (!float_near_abs_eps_array(dst_ref, dst_new, 0.01f, PIXELS)) {