Home
last modified time | relevance | path

Searched refs:expected_nan (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/tests/
H A Ddnn-layer-mathunary.c98 int expected_nan = isnan(expected_output); in test() local
99 if ((!output_nan && !expected_nan && fabs(output[i] - expected_output) > EPS) || in test()
100 (output_nan && !expected_nan) || (!output_nan && expected_nan)) { in test()
/third_party/ffmpeg/tests/dnn/
H A Ddnn-layer-mathunary-test.c96 int expected_nan = isnan(expected_output); in test() local
97 if ((!output_nan && !expected_nan && fabs(output[i] - expected_output) > EPS) || in test()
98 (output_nan && !expected_nan) || (!output_nan && expected_nan)) { in test()

Completed in 1 milliseconds