119 lines
3.0 KiB
Plaintext
119 lines
3.0 KiB
Plaintext
|
|
-------- Int32 --------
|
|
|
|
of_int, to_int
|
|
1... 2... 3... 4... 5...
|
|
of_string
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11...
|
|
to_string, format
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13... 14... 15... 16... 17... 18... 19...
|
|
neg
|
|
1... 2... 3... 4... 5... 6...
|
|
add
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13...
|
|
sub
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12...
|
|
mul
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13...
|
|
div
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12...
|
|
mod
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12...
|
|
and
|
|
1... 2... 3... 4... 5...
|
|
or
|
|
1... 2... 3... 4... 5...
|
|
xor
|
|
1... 2... 3... 4... 5...
|
|
shift_left
|
|
1... 2... 3... 4... 5... 6... 7... 8...
|
|
shift_right
|
|
1... 2... 3... 4... 5... 6... 7...
|
|
shift_right_logical
|
|
1... 2... 3... 4... 5... 6... 7...
|
|
of_float
|
|
1... 2... 3... 4... 5... 6... 7...
|
|
to_float
|
|
1... 2... 3... 4... 5...
|
|
Comparisons
|
|
1... 2... 3... 4... 5... 6... 7...
|
|
|
|
-------- Int64 --------
|
|
|
|
of_int, to_int
|
|
1... 2... 3... 4... 5...
|
|
of_string
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11...
|
|
to_string, format
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13... 14... 15... 16... 17... 18... 19...
|
|
neg
|
|
1... 2... 3... 4... 5... 6...
|
|
add
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13...
|
|
sub
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12...
|
|
mul
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13...
|
|
div
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12...
|
|
mod
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12...
|
|
and
|
|
1... 2... 3... 4... 5...
|
|
or
|
|
1... 2... 3... 4... 5...
|
|
xor
|
|
1... 2... 3... 4... 5...
|
|
shift_left
|
|
1... 2... 3... 4... 5... 6... 7... 8...
|
|
shift_right
|
|
1... 2... 3... 4... 5... 6... 7...
|
|
shift_right_logical
|
|
1... 2... 3... 4... 5... 6... 7...
|
|
Comparisons
|
|
1... 2... 3... 4... 5... 6... 7...
|
|
|
|
-------- Nativeint --------
|
|
|
|
of_int, to_int
|
|
1... 2... 3... 4... 5...
|
|
of_string
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11...
|
|
to_string, format
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13... 14... 15... 16... 17... 18... 19...
|
|
neg
|
|
1... 2... 3... 4... 5... 6...
|
|
add
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13...
|
|
sub
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12...
|
|
mul
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13...
|
|
div
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12...
|
|
mod
|
|
1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12...
|
|
and
|
|
1... 2... 3... 4... 5...
|
|
or
|
|
1... 2... 3... 4... 5...
|
|
xor
|
|
1... 2... 3... 4... 5...
|
|
shift_left
|
|
1... 2... 3... 4... 5... 6... 7... 8...
|
|
shift_right
|
|
1... 2... 3... 4... 5... 6... 7...
|
|
shift_right_logical
|
|
1... 2... 3... 4... 5... 6... 7...
|
|
Comparisons
|
|
1... 2... 3... 4... 5... 6... 7...
|
|
|
|
--------- Conversions -----------
|
|
|
|
nativeint of/to int32
|
|
1... 2... 3...
|
|
int64 of/to int32
|
|
1... 2... 3...
|
|
int64 of/to nativeint
|
|
1... 2... 3...
|