Lines Matching refs:i
613 long l1 = 1, l2 = Z_LVAL_P(zbase), i = Z_LVAL_P(zexp); in PHP_FUNCTION() local
615 if (i == 0) { in PHP_FUNCTION()
622 while (i >= 1) { in PHP_FUNCTION()
626 if (i % 2) { in PHP_FUNCTION()
627 --i; in PHP_FUNCTION()
629 if (overflow) RETURN_DOUBLE(dval * pow(l2,i)); in PHP_FUNCTION()
631 i /= 2; in PHP_FUNCTION()
633 if (overflow) RETURN_DOUBLE((double)l1 * pow(dval,i)); in PHP_FUNCTION()
635 if (i == 0) { in PHP_FUNCTION()
797 int i; in _php_math_basetolong() local
806 for (i = Z_STRLEN_P(arg); i > 0; i--) { in _php_math_basetolong()
843 int i; in _php_math_basetozval() local
858 for (i = Z_STRLEN_P(arg); i > 0; i--) { in _php_math_basetozval()