Home
last modified time | relevance | path

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

/third_party/lame/misc/
H A Dath.c200 static long double inv_recip_f ( long double x ) { return x > 1.L ? 1.L/x : 1.0L; } in inv_recip_f() function
205 const converter_fn_t inv_func [] = { inv_linear_f, inv_logarithm_f, inv_square_f, inv_cubic_f, inv_erb_f, inv_recip_f };

Completed in 2 milliseconds