Home
last modified time | relevance | path

Searched refs:USE_FMIN_BUILTIN (Results 1 – 3 of 3) sorted by relevance

/sysdeps/aarch64/fpu/
A Dmath-use-builtins-fmin.h1 #define USE_FMIN_BUILTIN 1 macro
/sysdeps/generic/
A Dmath-use-builtins-fmin.h1 #define USE_FMIN_BUILTIN 0 macro
/sysdeps/ieee754/dbl-64/
A De_hypot.c111 double ay = USE_FMIN_BUILTIN ? fmin (x, y) : (x < y ? x : y); in __hypot()

Completed in 4 milliseconds