- 325D1B598F4588DB145A10E3C6344707C6D5BF12FE83ACCE5210E420034BBC6CFADDC3B23152F515710F467A2D4BAA08408DC8BBF5B258CD34D29E289C38998A
+ 364F816604E2EE0FC4A07429824E32292032806456AFC794D306EE7F9A41180D9A517FB2563311F1F526F9B6512597E974321DCA2AC61251D36DA4033F18578D
ffa/libffa/ffa.ads
(40 . 6)(40 . 12)
191 pragma Pure;
192
193 ----------------------------------------------------------------------------
194 --- Current 'deg. Kelvin' Version of FFA
195 ----------------------------------------------------------------------------
196
197 FFA_K_Version : constant Natural := 255;
198
199 ----------------------------------------------------------------------------
200 --- Fundamental Types and Sizes
201 ----------------------------------------------------------------------------
202
(290 . 7)(296 . 7)
204 ----------------------------------------------------------------------------
205
206 -- Find the index of eldest nonzero bit ( 0 if none, or 1 .. FZBitness )
207 function FFA_FZ_Measure(N : in FZ) return Word
208 function FFA_FZ_Measure(N : in FZ) return FZBit_Index
209 renames FZ_Measr.FZ_Measure;
210
211 -- Constant-time arbitrary right-shift.