Searched refs:powxy (Results 1 – 1 of 1) sorted by relevance
3289 long double powxy; in reference_cbrtl() local3292 powxy = in reference_cbrtl()3303 powxy = reference_exp2l(ylog2x); in reference_cbrtl()3304 powxy = reference_scalblnl(powxy, m); in reference_cbrtl()3307 return reference_copysignl(powxy, x); in reference_cbrtl()4652 long double powxy; in reference_powl() local4655 powxy = in reference_powl()4667 powxy = reference_scalblnl(tmp, m); in reference_powl()4671 if (isOddInt & reference_signbit(x)) powxy = -powxy; in reference_powl()4672 return powxy; in reference_powl()