Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree.h252 #define BUILTIN_SQRT_P(FN) \ macro
258 #define BUILTIN_ROOT_P(FN) (BUILTIN_SQRT_P (FN) || BUILTIN_CBRT_P (FN))
H A Dbuiltins.c7070 BUILTIN_SQRT_P (fcode) ? dconsthalf : dconstthird; in fold_builtin_sqrt()
7135 if (BUILTIN_SQRT_P (fcode)) in fold_builtin_cbrt()
7780 if (BUILTIN_SQRT_P (fcode)) in fold_builtin_pow()
H A Dfold-const.c6090 if (BUILTIN_SQRT_P (fcode)) in fold_mathfn_compare()
9228 if (BUILTIN_SQRT_P (fcode0) in fold_binary()