Searched refs:USE_FMIN_BUILTIN (Results 1 – 3 of 3) sorted by relevance
1 #define USE_FMIN_BUILTIN 1 macro
1 #define USE_FMIN_BUILTIN 0 macro
111 double ay = USE_FMIN_BUILTIN ? fmin (x, y) : (x < y ? x : y); in __hypot()
Completed in 4 milliseconds