Searched defs:square_f (Results 1 - 1 of 1) sorted by relevance
/third_party/lame/misc/ | ||
H A D | ath.c | 190 static long double square_f ( long double x ) { return x > 0.L ? sqrt (x) : 0.0L; } in square_f() function |
Completed in 6 milliseconds