Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dtree.h249 #define BUILTIN_EXP10_P(FN) \ macro
253 #define BUILTIN_EXPONENT_P(FN) (BUILTIN_EXP10_P (FN) \
Dbuiltins.c7687 || (value == &dconst10 && (BUILTIN_EXP10_P (fcode))))) in fold_builtin_logarithm()
DChangeLog-200439132 * tree.h (BUILTIN_EXP10_P, BUILTIN_EXPONENT_P, BUILTIN_SQRT_P,