Searched refs:integer (Results 1 – 4 of 4) sorted by relevance
18 integer = int / bigint20 decfrac = #6.4([e10: int, m: integer])21 bigfloat = #6.5([e2: int, m: integer])
162 integer,
281 Types are declared with '`=`', e.g. `Foo = int` which declares the type `Foo` to be an integer, ana…284 - `int`: Positive or negative integer285 - `uint`: Positive integer367 * `pint`: Interpret the _Value_ as a positive integer.368 * `nint`: Interpret the _Value_ as a positive integer, then multiply by -1 and subtract 1.
282 …new functions zcbor_int_encode() and zcbor_int_decode() which accept the integer size as an argume…336 …* zcbor.py: "union_int" optimization: If all union members start with an integer, the optimization…390 * New 64-bit integer decoding and encoding functions (in addition to existing 32-bit functions).