Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/tests/
Dcelp_math.c22 static inline void IsAlmostEqual(float A, float B, float epsilon) in IsAlmostEqual() function
42 IsAlmostEqual(16.94f, r, 0.000001f); in main()