Searched defs:recip_f (Results 1 - 1 of 1) sorted by relevance
/third_party/lame/misc/ | ||
H A D | ath.c | 193 static long double recip_f ( long double x ) { return x > 1.L ? 1.L/x : 1.0L; } in recip_f() function |
Completed in 2 milliseconds