8.6.1.1090
D2*
d-two-star
DOUBLE
(
xd
1
--
xd
2
)
xd
2
is the result of shifting
xd
1
one bit toward the most-significant bit, filling the vacated least-significant bit with zero.
Testing:
T{ 0.
D2*
-> 0.
D2*
}T
T{ MIN-INT 0
D2*
-> 0 1 }T
T{ HI-2INT
D2*
-> MAX-2INT 1.
D-
}T
T{ LO-2INT
D2*
-> MIN-2INT }T
Forth 2012
Forth 2012
Double-Number word set
Foreword
Proposals Process
200
x
Membership
Introduction
Terms, notation, and references
Usage requirements
Documentation requirements
Compliance and labeling
Glossary
Block word set
Double-Number word set
Exception word set
Facility word set
File-Access word set
Floating-Point word set
Locals word set
Memory-Allocation word set
Programming-Tools word set
Search-Order word set
String word set
Extended-Character word set
Rationale
Bibliography
Compatibility analysis
Portability guide
Reference Implementations
Test Suite
Alphabetic list of words
Glossary
Introduction
Additional terms and notation
Additional usage requirements
Additional documentation requirements
Compliance and labeling
Glossary
D2*
2CONSTANT
2LITERAL
2VARIABLE
D+
D-
D.
D.R
D0<
D0=
D2*
D2/
D<
D=
D>S
DABS
DMAX
DMIN
DNEGATE
M*/
M+
2ROT
2VALUE
DU<