Home
last modified time | relevance | path

Searched refs:exp2_optab (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Doptabs.h334 #define exp2_optab (optab_table[OTI_exp2]) macro
Doptabs.c5283 exp2_optab = init_optab (UNKNOWN); in init_optabs()
Dbuiltins.c1801 errno_set = true; builtin_optab = exp2_optab; break; in expand_builtin_mathfn()
DChangeLog-200438715 (exp10_optab, exp2_optab): Define corresponding macros.
38716 * optabs.c (init_optabs): Initialize exp10_optab and exp2_optab.
38717 * genopinit.c (optabs): Implement exp10_optab and exp2_optab
38720 using exp10_optab, and BUILT_IN_EXP2{,F,L} using exp2_optab.