Home
last modified time | relevance | path

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

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