Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/math/fft-1/src/
Dmain.c477 fx32 max_error; in PrintError() local
480 max_error = 0; in PrintError()
488 if (d > max_error) in PrintError()
490 max_error = d; in PrintError()
496 e = FX_FX32_TO_F32(max_error); in PrintError()