Search | Google it | Results 1 - 1 of 1 for funcall:sqrtf from t2ex/bsd_source/lib/libc/src_bsd/math/e_hypotf.c (0.00 seconds) |
65: t2 = a-t1; 66: w = sqrtf(t1*t1-(b*(-b)-t2*(a+t1))); 67: } else { 72: t2 = a - t1; 73: w = sqrtf(t1*yy1-(w*(-w)-(t1*y2+t2*b))); 74: }