(25 . 6)(25 . 9)169 170 pragma Pure;171 172 -- Determine the Bitness of N173 function FZ_Bitness(N : in FZ) return Bit_Count;174 175 -- N := 0176 procedure FZ_Clear(N : out FZ);177