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()
497 int i, k1, n, n1; in lshift() local510 n1 = n + b->_wds + 1; in lshift()511 for (i = b->_maxwds; n1 > i; i <<= 1) in lshift()534 ++n1; in lshift()548 ++n1; in lshift()555 b1->_wds = n1 - 1; in lshift()