Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDoptabs.h332 #define exp_optab (optab_table[OTI_exp]) macro
HDoptabs.c5281 exp_optab = init_optab (UNKNOWN); in init_optabs()
HDbuiltins.c1796 errno_set = true; builtin_optab = exp_optab; break; in expand_builtin_mathfn()
HDChangeLog-200211251 Define exp_optab and log_optab.
11252 * optabs.c (init_optans): Initialize exp_optab and log_optab.
11253 * genopinit.c (optabs): Implement exp_optab and log_optab
11256 and BUILT_IN_LOG* using exp_optab and log_optab respectively.