Home
last modified time | relevance | path

Searched refs:pow (Results 26 – 40 of 40) sorted by relevance

12

/PHP-5.5/ext/standard/tests/math/
H A Dpow_basiclong_64bit.phpt2 Test pow function : 64bit long tests
27 var_dump(pow($longVal, $otherVal));
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_bit.phpt15 $maxval = pow(2, $bits);
41 $max_value = pow(2, $bits) - 1;
H A Dmysqli_stmt_fetch_bit.phpt27 $max_value = pow(2, $bits) - 1;
H A Dmysqli_fetch_array_large.phpt122 $limit = (ini_get('memory_limit') > 0) ? parse_memory_limit(ini_get('memory_limit')) : pow(2, 32);
/PHP-5.5/ext/standard/html_tables/
H A Dhtml_table_gen.php741 $numelems = max(pow(2, ceil(log(1.5*count($origdp))/log(2))),16);
/PHP-5.5/ext/gd/
H A Dgd.c3049 (int) ((pow((pow((gdTrueColorGetRed(c) / 255.0), input)), 1.0 / output) * 255) + .5), in PHP_FUNCTION()
3050 (int) ((pow((pow((gdTrueColorGetGreen(c) / 255.0), input)), 1.0 / output) * 255) + .5), in PHP_FUNCTION()
3051 (int) ((pow((pow((gdTrueColorGetBlue(c) / 255.0), input)), 1.0 / output) * 255) + .5), in PHP_FUNCTION()
3061 im->red[i] = (int)((pow((pow((im->red[i] / 255.0), input)), 1.0 / output) * 255) + .5); in PHP_FUNCTION()
3062 im->green[i] = (int)((pow((pow((im->green[i] / 255.0), input)), 1.0 / output) * 255) + .5); in PHP_FUNCTION()
3063 im->blue[i] = (int)((pow((pow((im->blue[i] / 255.0), input)), 1.0 / output) * 255) + .5); in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/strings/
H A Dbug54055.phpt7 echo "$i: len=", strlen(strval(-1 * pow(2, -1074))), "\n";
/PHP-5.5/ext/interbase/
H A Dibase_query.c487 l = Z_DVAL_P(val) * pow(10, -array->ar_desc.array_desc_scale) + .5; in _php_ibase_bind_array()
489 l = Z_DVAL_P(val) * pow(10, -array->ar_desc.array_desc_scale) - .5; in _php_ibase_bind_array()
520 *(ISC_INT64 *) buf = (ISC_INT64) (l * pow(10, in _php_ibase_bind_array()
523 *(ISC_INT64 *) buf = (ISC_INT64) (l * pow(10, in _php_ibase_bind_array()
/PHP-5.5/Zend/
H A Dzend_operators.h79 double two_pow_32 = pow(2., 32.), in END_EXTERN_C()
97 double two_pow_64 = pow(2., 64.),
H A Dzend_operators.c159 result *= pow(10.0, exponent); in zend_string_to_double()
173 result *= pow(10.0, exponent); in zend_string_to_double()
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c368 return (pow(2.0 - x, 3.0)/6.0); in filter_cubic_spline()
474 if (x < 1.5) return (0.5 * pow(x - 1.5, 2.0)); in filter_bell()
584 return (1.0f - (double)fabs(pow(x,a))); in filter_power()
H A Dgd.c988 p_alpha = pow (1.0 - (p_dist / 1.5), 2); in gdImageAntiAliasedApply()
/PHP-5.5/ext/date/lib/
H A Dparse_date.re2005 s->time->f = (f / pow(10, (ptr - tptr)));
H A Dparse_date.c24996 s->time->f = (f / pow(10, (ptr - tptr))); in timelib_parse_from_format()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c2922 PHP_FE(pow, arginfo_pow)

Completed in 219 milliseconds

12