Searched refs:sqrtfn (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c1697 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT); local
1700 if (!sqrtfn)
1830 tree sqrt_chain = get_fn_chain (arg0, i + 1, gsi, sqrtfn, loc, cache);
1880 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; local
1918 sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT);
1923 if (sqrtfn
1926 return build_and_insert_call (gsi, loc, sqrtfn, arg0);
1951 && sqrtfn
1959 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0);
1969 && sqrtfn
2068 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc1831 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT); local
1834 if (!sqrtfn)
1964 tree sqrt_chain = get_fn_chain (arg0, i + 1, gsi, sqrtfn, loc, cache);
2014 tree type, sqrtfn, cbrtfn, sqrt_arg0, result, cbrt_x, powi_cbrt_x; local
2052 sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT);
2057 if (sqrtfn
2060 return build_and_insert_call (gsi, loc, sqrtfn, arg0);
2085 && sqrtfn
2093 sqrt_arg0 = build_and_insert_call (gsi, loc, sqrtfn, arg0);
2103 && sqrtfn
2202 tree sqrtfn = mathfn_built_in (type, BUILT_IN_SQRT); local
[all...]

Completed in 126 milliseconds