Home
last modified time | relevance | path

Searched refs:u64 (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A DIp32.php20 public static function bitmask64On32(string $u64, int $pow): string argument
22 $upper = bcdiv($u64, Ip32::$b32, 0);
23 $lower = bcmod($u64, Ip32::$b32);