Searched defs:sqrtfn (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-math-opts.c | 1697 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT); in expand_pow_as_sqrts() local 1880 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local 2068 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT); in gimple_expand_builtin_cabs() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-math-opts.cc | 1831 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT); in expand_pow_as_sqrts() local 2014 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; in gimple_expand_builtin_pow() local 2202 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT); in gimple_expand_builtin_cabs() local
|