Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree.h258 #define BUILTIN_ROOT_P(FN) (BUILTIN_SQRT_P (FN) || BUILTIN_CBRT_P (FN)) macro
H A Dbuiltins.c7060 if (flag_unsafe_math_optimizations && BUILTIN_ROOT_P (fcode)) in fold_builtin_sqrt()
H A Dfold-const.c9221 if (fcode0 == fcode1 && BUILTIN_ROOT_P (fcode0)) in fold_binary()