Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Doptabs.h332 #define expm1_optab (optab_table[OTI_expm1]) macro
Doptabs.c5279 expm1_optab = init_optab (UNKNOWN); in init_optabs()
Dbuiltins.c1803 errno_set = true; builtin_optab = expm1_optab; break; in expand_builtin_mathfn()
DChangeLog-200434787 (expm1_optab): Define corresponding macro.
34788 * optabs.c (init_optabs): Initialize expm1_optab.
34789 * genopinit.c (optabs): Implement expm1_optab using expm1?f2
34792 using expm1_optab.