Searched refs:round (Results 1 – 25 of 26) sorted by relevance
12
1 …round;stroke-linejoin:round;stroke-width:2"/><path d="M8 18a5 5 0 0 0-2.72 3v0M17.22 3a2.82 2.82 0…
44 return round($hsl[1]);56 return round($hsl[2]);68 return round($hsl[3]);128 return ['number', round(Color::toLuma($color) * 100, 8), '%'];
84 public function round(array $arg): array function in LesserPHP\\Functions\\Math88 return ['number', round($value), $arg[2]];92 return ['number', round($value, $precision), $arg[2][0][2]];
69 $result = round($result, 8);82 $result = round($result, 8);121 $result = round($result, 8);
111 $r = max(min(round($r*$scale),255),0);112 $g = max(min(round($g*$scale),255),0);113 $b = max(min(round($b*$scale),255),0);
71 …4.835z" fill="url(#i)" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" transform="matrix…73 …45.44z" fill="url(#j)" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" transform="matrix…75 …8.359z" fill="#ffe965" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" transform="matrix…78 …4-7.056-13.573 15.102-2.2z" fill="url(#m)" stroke="#000" stroke-linejoin="round" transform="matrix…79 …4 3.096-5.828 5.662-2.488z" fill="url(#n)" stroke="#000" stroke-linejoin="round" transform="matrix…80 ….78-1.34-9.631 4.51-9.631z" fill="url(#o)" stroke="#000" stroke-linejoin="round" transform="matrix…
45 $min = round(($conf['locktime'] - (time() - $locktime)) / 60);
347 for ($round = 1; $round < $Nr; ++$round) {428 for ($round = $Nr - 1; $round > 0; --$round) {857 for ($round = 1; $round < $Nr; ++$round) {913 for ($round = 1; $round < $Nr; ++$round) {
1246 for ($round = 0; $round < 24; $round++) {1305 $s[0][0][0] ^= $roundConstants[$round][0];1306 $s[0][0][1] ^= $roundConstants[$round][1];1433 for ($round = 0; $round < 24; $round++) {1473 $s[0][0] ^= $roundConstants[$round];
727 return round($length / 1048576, 2);945 $width = round((intval($height) / 9) * 16);947 $width = round((intval($height) / 3) * 4);965 $height = round((intval($width) / 16) * 9);967 $height = round((intval($width) / 4) * 3);
1 …round;stroke-opacity:1" d="m232.558 219.53-15.928.321 3.088-15.157 12.84 14.836z" transform="matri…
306 $height = round(($width * $this->height) / $this->width);309 $width = round(($height * $this->width) / $this->height);332 $dim = round($orig * ((float)$dim / 100));
263 $unixTime = round($windowsTime / 10000000) - 11644477200;
1412 return round($size, $dec) . "\xC2\xA0" . $sizes[$i]; //non-breaking space1429 return sprintf($lang['years'], round($ago / (24 * 60 * 60 * 30 * 12)));1432 return sprintf($lang['months'], round($ago / (24 * 60 * 60 * 30)));1435 return sprintf($lang['weeks'], round($ago / (24 * 60 * 60 * 7)));1438 return sprintf($lang['days'], round($ago / (24 * 60 * 60)));1441 return sprintf($lang['hours'], round($ago / (60 * 60)));1444 return sprintf($lang['minutes'], round($ago / (60)));
1326 … $this->_info['file']['NiceSize'] = round($this->_info['file']['Size'] / 1024) . 'KB';1328 … $this->_info['file']['NiceSize'] = round($this->_info['file']['Size'] / (1024*1024)) . 'MB';
1182 $num = round($num, $this->numberPrecision);1202 $r = round(round($r, 13));1203 $g = round(round($g, 13));1204 $b = round(round($b, 13));
740 $second = (int) round($second + $second_fraction);
336 $title .= ' (' . round($popularity * 100) . '%)';
1417 $this->append_log('(fsockopen took ' . round($elapsed, 4) . 's)', '');1426 $elapsed = round(microtime(true) - $start, 4);1480 $this->append_log('<- (network: ' . round($totalElapsed, 4) . ')', $line);1515 $elapsed = round(microtime(true) - $start, 4);3782 …' (since last: ' . round($current - $this->last_packet, 4) . ', network: ' . round($packet->read_t…4448 …' (since last: ' . round($current - $this->last_packet, 4) . ', network: ' . round($stop - $start,…
3287 ' (' . round($stop - $start, 4) . 's)';3399 ' (' . round($stop - $start, 4) . 's)';
124 styles.filter = 'alpha(opacity=' + Math.round(100 * styles.opacity) + ')';605 text = Math.round(loaded / total * 100) + '% from ' + this._formatSize(total);
272 $info['expiresin'] = round(($info['expiresat'] - time()) / (24 * 60 * 60));
6 …round(100*t)+"%":t});return 1===e[3]&&(e.pop(),t="hsl("),t+e.join(", ")+")"},toHexString:function(…
232 * PHP 7.1 Support: Fixed PHP error when trying to use a non-numeric value in `round()`. [#458](http…