Home
last modified time | relevance | path

Searched refs:float_near_ulp_array (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
Dfmtconvert.c75 if (!float_near_ulp_array(dst0, dst1, 3, length[j])) { in checkasm_check_fmtconvert()
96 if (!float_near_ulp_array(dst0, dst1, 3, length[j])) { in checkasm_check_fmtconvert()
Daudiodsp.c140 if (!float_near_ulp_array(dst0, dst1, 3, len)) in checkasm_check_audiodsp()
Dcheckasm.h104 int float_near_ulp_array(const float *a, const float *b, unsigned max_ulp,
Dcheckasm.c322 int float_near_ulp_array(const float *a, const float *b, unsigned max_ulp, in float_near_ulp_array() function