Home
last modified time | relevance | path

Searched refs:sqrt_optab (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-math-opts.c1156 hw_sqrt_exists = optab_handler (sqrt_optab, mode) != CODE_FOR_nothing; in gimple_expand_builtin_pow()
1360 || optab_handler (sqrt_optab, mode) == CODE_FOR_nothing) in gimple_expand_builtin_cabs()
H A Doptabs.h493 #define sqrt_optab (&optab_table[OTI_sqrt]) macro
H A Doptabs.c6188 init_optab (sqrt_optab, SQRT); in init_optabs()
H A Dbuiltins.c2035 builtin_optab = sqrt_optab; in expand_builtin_mathfn()
/dragonfly/contrib/gcc-8.0/gcc/
H A Doptabs.def188 OPTAB_NC(sqrt_optab, "sqrt$a2", SQRT)
H A Dtree-ssa-math-opts.c1731 hw_sqrt_exists = optab_handler (sqrt_optab, mode) != CODE_FOR_nothing; in gimple_expand_builtin_pow()
1877 || optab_handler (sqrt_optab, mode) == CODE_FOR_nothing) in gimple_expand_builtin_cabs()