pow 1056 Zend/zend_operators.c ZVAL_DOUBLE(result, dval * pow(l2, i)); pow 1063 Zend/zend_operators.c ZVAL_DOUBLE(result, (double)l1 * pow(dval, i)); pow 1071 Zend/zend_operators.c ZVAL_DOUBLE(result, pow((double)Z_LVAL_P(op1), (double)Z_LVAL_P(op2))); pow 1076 Zend/zend_operators.c ZVAL_DOUBLE(result, pow((double)Z_LVAL_P(op1), Z_DVAL_P(op2))); pow 1080 Zend/zend_operators.c ZVAL_DOUBLE(result, pow(Z_DVAL_P(op1), (double)Z_LVAL_P(op2))); pow 1084 Zend/zend_operators.c ZVAL_DOUBLE(result, pow(Z_DVAL_P(op1), Z_DVAL_P(op2))); pow 2976 Zend/zend_operators.c double two_pow_32 = pow(2., 32.), pow 2990 Zend/zend_operators.c double two_pow_64 = pow(2., 64.), pow 24904 ext/date/lib/parse_date.c s->time->f = (f / pow(10, (ptr - tptr))); pow 3028 ext/gd/gd.c (int) ((pow((pow((gdTrueColorGetRed(c) / 255.0), input)), 1.0 / output) * 255) + .5), pow 3029 ext/gd/gd.c (int) ((pow((pow((gdTrueColorGetGreen(c) / 255.0), input)), 1.0 / output) * 255) + .5), pow 3030 ext/gd/gd.c (int) ((pow((pow((gdTrueColorGetBlue(c) / 255.0), input)), 1.0 / output) * 255) + .5), pow 3040 ext/gd/gd.c im->red[i] = (int)((pow((pow((im->red[i] / 255.0), input)), 1.0 / output) * 255) + .5); pow 3041 ext/gd/gd.c im->green[i] = (int)((pow((pow((im->green[i] / 255.0), input)), 1.0 / output) * 255) + .5); pow 3042 ext/gd/gd.c im->blue[i] = (int)((pow((pow((im->blue[i] / 255.0), input)), 1.0 / output) * 255) + .5); pow 979 ext/gd/libgd/gd.c p_alpha = pow (1.0 - (p_dist / 1.5), 2); pow 370 ext/gd/libgd/gd_interpolation.c return (pow(2.0 - x, 3.0)/6.0); pow 476 ext/gd/libgd/gd_interpolation.c if (x < 1.5) return (0.5 * pow(x - 1.5, 2.0)); pow 586 ext/gd/libgd/gd_interpolation.c return (1.0f - (double)fabs(pow(x,a))); pow 487 ext/interbase/ibase_query.c l = Z_DVAL_P(val) * pow(10, -array->ar_desc.array_desc_scale) + .5; pow 489 ext/interbase/ibase_query.c l = Z_DVAL_P(val) * pow(10, -array->ar_desc.array_desc_scale) - .5; pow 520 ext/interbase/ibase_query.c *(ISC_INT64 *) buf = (ISC_INT64) (l * pow(10, pow 523 ext/interbase/ibase_query.c *(ISC_INT64 *) buf = (ISC_INT64) (l * pow(10, pow 2904 ext/standard/basic_functions.c PHP_FE(pow, arginfo_pow) pow 90 ext/standard/math.c return pow(10.0, (double)power); pow 237 ext/standard/math.c return(log(z + sqrt(1 + pow(z, 2))) / log(M_E)); pow 747 ext/standard/math.c PHP_FUNCTION(pow) pow 46 ext/standard/php_math.h PHP_FUNCTION(pow);