Searched refs:pow_scalar_special_case (Results 1 – 2 of 2) sorted by relevance
185 return (float64x2_t){ pow_scalar_special_case (x[0], y[0]), in scalar_fallback()186 pow_scalar_special_case (x[1], y[1]) }; in scalar_fallback()
270 pow_scalar_special_case (double x, double y) in pow_scalar_special_case() function