Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds