Lines Matching refs:hypot
139 r.imag = -copysign(log(hypot(z.real/2., z.imag/2.)) + in c_acos()
142 r.imag = copysign(log(hypot(z.real/2., z.imag/2.)) + in c_acos()
176 r.real = log(hypot(z.real/2., z.imag/2.)) + M_LN2*2.; in c_acosh()
228 r.real = copysign(log(hypot(z.real/2., z.imag/2.)) + in c_asinh()
231 r.real = -copysign(log(hypot(z.real/2., z.imag/2.)) + in c_asinh()
326 h = hypot(z.real/2., z.imag/2.); /* safe from overflow */ in c_atanh()
341 r.real = -log(sqrt(ay)/sqrt(hypot(ay, 2.))); in c_atanh()
537 r.real = log(hypot(ax/2., ay/2.)) + M_LN2; in c_log()
541 r.real = log(hypot(ldexp(ax, DBL_MANT_DIG), in c_log()
552 h = hypot(ax, ay); in c_log()
714 s = ldexp(sqrt(ax + hypot(ax, ldexp(ay, CM_SCALE_UP))), in c_sqrt()
718 s = 2.*sqrt(ax + hypot(ax, ay/8.)); in c_sqrt()