Searched refs:n1 (Results 1 – 2 of 2) sorted by relevance
213 double n1; in test_pow() local219 n1 = fabs(randy()); in test_pow()221 res = pow(n1, n2); in test_pow()222 shouldbe = exp(log(n1) * n2); in test_pow()230 float n1; in test_pow() local238 n1 = fabs(randy()); in test_pow()240 res = powf(n1, n2); in test_pow()241 shouldbe = expf(logf(n1) * n2); in test_pow()
488 int i, k1, n, n1; in lshift() local501 n1 = n + b->_wds + 1; in lshift()502 for (i = b->_maxwds; n1 > i; i <<= 1) in lshift()525 ++n1; in lshift()539 ++n1; in lshift()546 b1->_wds = n1 - 1; in lshift()