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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c1883 bool hw_sqrt_exists, c_is_int, c2_is_int; local
1928 hw_sqrt_exists = optab_handler (sqrt_optab, mode) != CODE_FOR_nothing;
1955 && hw_sqrt_exists
1970 && hw_sqrt_exists
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc2017 bool hw_sqrt_exists, c_is_int, c2_is_int; local
2062 hw_sqrt_exists = optab_handler (sqrt_optab, mode) != CODE_FOR_nothing;
2089 && hw_sqrt_exists
2104 && hw_sqrt_exists

Completed in 102 milliseconds