File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 207207 quality : quality(x)
208208 retr : Smallest integer larger than input
209209 signature : ceil(x)
210- - detailedDescription : Returns bit in a binary signal of either 32 or 64 bit.
210+ - detailedDescription : Returns the value of bit i in a binary signal of either 32
211+ or 64 bit.
211212 name : checkbinint
212- parameters : []
213- quality : GOOD if all inputs are good
214- retr : bit in a binary signal of either 32 or 64 bit
213+ parameters :
214+ - arity : ' 1'
215+ datatype :
216+ - int
217+ description : Decimal number to be converted to binary number
218+ direction : in
219+ name : n
220+ - arity : ' 1'
221+ datatype :
222+ - int
223+ description : Index of bit to be returned/checked
224+ direction : in
225+ name : i
226+ - arity : ' 1'
227+ datatype :
228+ - bool
229+ description : ' Type of signal: 0 for 32 bit, 1 for 64 bit'
230+ direction : in
231+ name : k
232+ quality : GOOD if all inputs are GOOD
233+ retr : Bit value (0 or 1) at position i in the binary representation of n
215234 signature : checkbinint(n, i, k)
216235- detailedDescription : Clamps the value x to the range [lo, hi].If lo>hi, returns
217236 x with quality bad.
Original file line number Diff line number Diff line change 1- commit : ab9f745
1+ commit : 3fb1530
22version : latest
You can’t perform that action at this time.
0 commit comments