Home
last modified time | relevance | path

Searched refs:floor (Results 26 – 33 of 33) sorted by relevance

12

/php-src/ext/gd/libgd/
H A Dgd_interpolation.c887 register int iLeft = MAX(0, (int)floor (dCenter - width_d)); in _gdContributionsCalc()
2443 bbox->width = (int) floor(max.x - min.x) - 1; in gdTransformAffineBoundingBox()
2444 bbox->height = (int) floor(max.y - min.y); in gdTransformAffineBoundingBox()
H A Dgd.c416 i = floor(h);
/php-src/ext/date/
H A Dphp_date.c766 case 'u': length = slprintf(buffer, sizeof(buffer), "%06d", (int) floor(t->us)); break; in date_format()
767 case 'v': length = slprintf(buffer, sizeof(buffer), "%03d", (int) floor(t->us / 1000)); break; in date_format()
5521 N -= floor(N / 24) * 24; in php_do_date_sunrise_sunset()
/php-src/ext/standard/
H A Dbasic_functions.stub.php3138 function floor(int|float $num): float {}
H A Dbasic_functions_arginfo.h2752 ZEND_FUNCTION(floor);
/php-src/ext/soap/
H A Dphp_encoding.c1063 snprintf(s, sizeof(s), "%0.0F",floor(Z_DVAL_P(data))); in to_xml_long()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c151 #define luai_nummod(a,b)((a)-floor((a)/(b))*(b))
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc1790 } else if (STR_EQUAL(name, name_len, "floor")) {

Completed in 132 milliseconds

12