Searched refs:float_near_abs_eps (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
D | float_dsp.c | 57 if (!float_near_abs_eps(cdst[i], odst[i], t * 2 * FLT_EPSILON)) { in test_vector_fmul() 103 if (!float_near_abs_eps(cdst[i], odst[i], ARBITRARY_FMUL_ADD_CONST)) { in test_vector_fmul_add() 125 if (!float_near_abs_eps(cdst[i], odst[i], t * 2 * FLT_EPSILON)) { in test_vector_fmul_scalar() 148 if (!float_near_abs_eps(cdst[i], odst[i], ARBITRARY_FMUL_WINDOW_CONST)) { in test_vector_fmul_window() 173 if (!float_near_abs_eps(cdst[i], odst[i], ARBITRARY_FMAC_SCALAR_CONST)) { in test_vector_fmac_scalar() 250 if (!float_near_abs_eps(cdst[i], odst[i], FLT_EPSILON) || in test_butterflies_float() 251 !float_near_abs_eps(cdst1[i], odst1[i], FLT_EPSILON)) { in test_butterflies_float() 274 if (!float_near_abs_eps(cprod, oprod, ARBITRARY_SCALARPRODUCT_CONST)) { in test_scalarproduct_float()
|
D | opusdsp.c | 79 if (!float_near_abs_eps(coeff0, coeff1, EPS) || in test_deemphasis()
|
D | af_afir.c | 69 if (!float_near_abs_eps(cdst[i], odst[i], t * 2 * FLT_EPSILON)) { in test_fcmul_add()
|
D | checkasm.c | 334 int float_near_abs_eps(float a, float b, float eps) in float_near_abs_eps() function 351 if (!float_near_abs_eps(a[i], b[i], eps)) in float_near_abs_eps_array() 359 return float_near_ulp(a, b, max_ulp) || float_near_abs_eps(a, b, eps); in float_near_abs_eps_ulp()
|
D | checkasm.h | 102 int float_near_abs_eps(float a, float b, float eps);
|
D | sbrdsp.c | 64 if (!float_near_abs_eps(res0, res1, t * 2 * FLT_EPSILON)) in test_sum_square()
|