Home
last modified time | relevance | path

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

/third_party/lame/misc/
H A Dath.c190 static long double square_f ( long double x ) { return x > 0.L ? sqrt (x) : 0.0L; } in square_f() function
204 const converter_fn_t func [] = { linear_f, logarithm_f, square_f, cubic_f , erb_f , recip_f };

Completed in 2 milliseconds