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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c1822 tree fract_res = NULL_TREE; local
1832 if (!fract_res)
1833 fract_res = sqrt_chain;
1836 fract_res = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR,
1837 fract_res, sqrt_chain);
1849 fract_res, integer_res);
1851 res = fract_res;
1859 fract_res, integer_res);
1864 fract_res, integer_res);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc1956 tree fract_res = NULL_TREE; local
1966 if (!fract_res)
1967 fract_res = sqrt_chain;
1970 fract_res = build_and_insert_binop (gsi, loc, "powroot", MULT_EXPR,
1971 fract_res, sqrt_chain);
1983 fract_res, integer_res);
1985 res = fract_res;
1993 fract_res, integer_res);
1998 fract_res, integer_res);

Completed in 121 milliseconds