Searched refs:floor (Results 1 – 21 of 21) sorted by relevance
45 $h2 = floor($dec / 16);46 $h1 = floor($dec % 16);
60 public function floor(array $arg): array function in LesserPHP\\Functions\\Math63 return ['number', floor($value), $arg[2]];
91 return floor($timestamp->format('Y') / 100);
51 ROTFL Rolling on the floor laughing
158 start = Math.floor(nsL + ((nsR - nsL) / 2));
31 $c[$i] = $t * (256 / $width) + $t * floor(16 / $width);
159 $real = (int)floor(($perc * $remain) / 100);
83 $digit = (int) floor($digit / pow(2, 2 * $step));
1179 $digit = (int) floor($x / static::BASE);
62 $hours = floor($seconds / 3600);68 $minutes = floor($remainder / 60);
495 $num = floor($num / 10);
314 $num_primes = floor($bits / self::$smallestPrime);
1204 $w = floor($ratio * $w);1205 $h = floor($ratio * $h);
1197 $w = floor($w * $ratio);1198 $h = floor($h * $ratio);
1595 $half = floor($max / 2);
229 $size = floor($header['size'] / 512);
1373 $seconds = (int) ($remaining - floor($elapsed));1451 $sec = (int) floor($this->curTimeout);3548 $sec = (int) floor($this->curTimeout);3555 $sec = (int) floor($timeout);
1172 $first = floor(ord($content[0]) / 40);
2186 …phpQuery::debug($a . "*" . floor($index / $a) . "+$b-1 == " . ($a * floor($index / $a) + $b - 1) .…2187 return $a * floor($index / $a) + $b - 1 == $prevs
6 …floor:!0,max:255},percent:{max:1},degrees:{mod:360,floor:!0}},g=u.each;function m(t){return null==… property
3229 ((fmod(floor($x / 0x80000000), 2) & 1) << 31);