Searched refs:fmax (Results 1 – 3 of 3) sorted by relevance
10 double fmax(double x, double y) in fmax() function19 libm_hidden_def(fmax)
176 return (float) fmax( (double)x, (double)y ); in fmaxf()
186 WRAPPER2(fmax)
Completed in 18 milliseconds