Searched defs:fmax (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Dspuinit.c48 float f, fmin, fmax; local
53 if (max && sscanf(max, "%f", &fmax) == 1 && fmax < f)
/vbox/include/iprt/nocrt/
H A Dmath.h302 double RT_NOCRT(fmax)(double, double) __pure2;
650 # define fmax RT_NOCRT(fmax) macro

Completed in 52 milliseconds