Handbook
Glossary
scalar-rep-of ( rep -- rep' )
CPU architecture description model
Prev:
rep-size ( rep -- n )
Next:
signed-rep ( rep -- rep' )
Vocabulary
cpu
.
architecture
Inputs
rep
an
object
Outputs
rep'
an
object
Definition
IN:
cpu.architecture
GENERIC:
scalar-rep-of
( rep -- rep' )
Methods
USING:
cpu.architecture
kernel
;
M:
char-16-rep
scalar-rep-of
drop
char-scalar-rep
;
USING:
cpu.architecture
kernel
;
M:
double-2-rep
scalar-rep-of
drop
double-rep
;
USING:
cpu.architecture
kernel
;
M:
float-4-rep
scalar-rep-of
drop
float-rep
;
USING:
cpu.architecture
kernel
;
M:
int-4-rep
scalar-rep-of
drop
int-scalar-rep
;
USING:
cpu.architecture
kernel
;
M:
longlong-2-rep
scalar-rep-of
drop
longlong-scalar-rep
;
USING:
cpu.architecture
kernel
;
M:
short-8-rep
scalar-rep-of
drop
short-scalar-rep
;
USING:
cpu.architecture
kernel
;
M:
uchar-16-rep
scalar-rep-of
drop
uchar-scalar-rep
;
USING:
cpu.architecture
kernel
;
M:
uint-4-rep
scalar-rep-of
drop
uint-scalar-rep
;
USING:
cpu.architecture
kernel
;
M:
ulonglong-2-rep
scalar-rep-of
drop
ulonglong-scalar-rep
;
USING:
cpu.architecture
kernel
;
M:
ushort-8-rep
scalar-rep-of
drop
ushort-scalar-rep
;