Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/demos/math/fft-1/src/
Dmain.c482 fx32 max_error; in PrintError() local
485 max_error = 0; in PrintError()
493 if (d > max_error) in PrintError()
495 max_error = d; in PrintError()
501 e = FX_FX32_TO_F32(max_error); in PrintError()