Lines Matching full:c99
3733 // - maxnum/minnum (C99 fmaxf()/fminf()) return the non-NaN input.3734 // - A simple C99 (a < b ? a : b) construction will return 'b' (as the