Lines Matching +refs:round +refs:b
69 'odd' => '028b'
73 'even' => '028b',
183 for ($b = 4; $b >= 0; --$b) {
184 if ((1 & $b) == (1 & $i)) {
188 $chr |= pow(2, $b);
198 $chr |= pow(2, $b);
293 $result['centerLatitude'] = round(($minLatitude + $maxLatitude) / 2, max(1, -round(log10($latitudeError))) - 1);
294 $result['centerLongitude'] = round(($minLongitude + $maxLongitude) / 2, max(1, -round(log10($longitudeError))) - 1);