Searched refs:float_near_ulp_array (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
D | fmtconvert.c | 75 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()
|
D | audiodsp.c | 140 if (!float_near_ulp_array(dst0, dst1, 3, len)) in checkasm_check_audiodsp()
|
D | checkasm.h | 104 int float_near_ulp_array(const float *a, const float *b, unsigned max_ulp,
|
D | checkasm.c | 322 int float_near_ulp_array(const float *a, const float *b, unsigned max_ulp, in float_near_ulp_array() function
|