2025-01-28 22:33:08 +01:00
|
|
|
|
morph_digit_as_char_to_uint8 (Radix:ℤ_16)
|
|
|
|
|
<Digit Radix> ~ Char ~ Ascii ~ Byte
|
|
|
|
|
--> <Digit Radix> ~ x86.UInt8 ~ Byte
|
2025-01-29 00:06:39 +01:00
|
|
|
|
@lib/libmorph-posint.so:src/posint.c
|
2025-01-28 22:33:08 +01:00
|
|
|
|
|
|
|
|
|
morph_digit_as_uint8_to_char (Radix:ℤ_16)
|
|
|
|
|
<Digit Radix> ~ x86.UInt8 ~ Byte
|
|
|
|
|
--> <Digit Radix> ~ Char ~ Ascii ~ Byte
|
2025-01-29 00:06:39 +01:00
|
|
|
|
@lib/libmorph-posint.so:src/posint.c
|
2025-01-28 22:33:08 +01:00
|
|
|
|
|
|
|
|
|
morph_posint_radix (SrcRadix:ℤ, DstRadix:ℤ)
|
|
|
|
|
ℕ
|
|
|
|
|
~ <PosInt SrcRadix LittleEndian>
|
2025-02-03 17:52:36 +01:00
|
|
|
|
~ <Seq~<LengthPrefix x86.UInt64> <Digit SrcRadix>~x86.UInt64>
|
2025-01-28 22:33:08 +01:00
|
|
|
|
--> ℕ
|
|
|
|
|
~ <PosInt DstRadix LittleEndian>
|
2025-02-03 17:52:36 +01:00
|
|
|
|
~ <Seq~<LengthPrefix x86.UInt64> <Digit DstRadix>~x86.UInt64>
|
2025-01-29 00:06:39 +01:00
|
|
|
|
@lib/libmorph-posint.so:src/posint.c
|
2025-01-28 22:33:08 +01:00
|
|
|
|
|
|
|
|
|
morph_posint_endianness (Radix:ℤ)
|
|
|
|
|
ℕ
|
|
|
|
|
~ <PosInt Radix LittleEndian>
|
2025-02-03 17:52:36 +01:00
|
|
|
|
~ <Seq~<LengthPrefix x86.UInt64> <Digit Radix> ~ x86.UInt64>
|
2025-01-28 22:33:08 +01:00
|
|
|
|
--> ℕ
|
|
|
|
|
~ <PosInt Radix BigEndian>
|
2025-02-03 17:52:36 +01:00
|
|
|
|
~ <Seq~<LengthPrefix x86.UInt64> <Digit Radix> ~ x86.UInt64>
|
2025-01-29 00:06:39 +01:00
|
|
|
|
@lib/libmorph-posint.so:src/posint.c
|
2025-01-28 22:33:08 +01:00
|
|
|
|
|
|
|
|
|
morph_posint_endianness (Radix:ℤ)
|
|
|
|
|
ℕ
|
|
|
|
|
~ <PosInt Radix BigEndian>
|
2025-02-03 17:52:36 +01:00
|
|
|
|
~ <Seq~<LengthPrefix x86.UInt64> <Digit Radix> ~ x86.UInt64>
|
2025-01-28 22:33:08 +01:00
|
|
|
|
--> ℕ
|
|
|
|
|
~ <PosInt Radix LittleEndian>
|
2025-02-03 17:52:36 +01:00
|
|
|
|
~ <Seq~<LengthPrefix x86.UInt64> <Digit Radix> ~ x86.UInt64>
|
2025-01-29 00:06:39 +01:00
|
|
|
|
@lib/libmorph-posint.so:src/posint.c
|