Searched defs:sqrtfn (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-math-opts.c | 1500 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT); in expand_pow_as_sqrts() local 1683 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local 1871 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT); in gimple_expand_builtin_cabs() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-math-opts.c | 1113 tree type, sqrtfn, cbrtfn, sqrt_arg0, sqrt_sqrt, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local 1354 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT); in gimple_expand_builtin_cabs() local
|
H A D | builtins.c | 7414 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT); in fold_builtin_cabs() local 8425 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT); in fold_builtin_pow() local
|