-- The Optional Floating-Point Word Set
Copyright (C) Tektronix, Inc. 1998 - 2001. All rights reserved.
description: The Optional Floating-Point Wordset is not usually used on embedded platforms. The PFE can be configured to even not allocate the separate floating-point stack that most of the floating-point words refer to.
FORTH
>FLOAT
( .. )(
)
;
as:"back-float";
ordinary primitive >FLOAT
an executable word (no special usage info)
or wrapper call around p4_to_float
FORTH
D>F
( .. )(
)
;
as:"d-back-f";
ordinary primitive D>F
an executable word (no special usage info)
or wrapper call around p4_d_to_f
FORTH
F!
( .. )(
)
;
as:"f-store";
ordinary primitive F!
an executable word (no special usage info)
or wrapper call around p4_f_store
dpANS 12.6.1.1400 - standard forth word
FORTH
F*
( .. )(
)
;
as:"f-star";
ordinary primitive F*
an executable word (no special usage info)
or wrapper call around p4_f_star
dpANS 12.6.1.1410 - standard forth word
FORTH
F+
( .. )(
)
;
as:"f-plus";
ordinary primitive F+
an executable word (no special usage info)
or wrapper call around p4_f_plus
dpANS 12.6.1.1420 - standard forth word
FORTH
F-
( .. )(
)
;
as:"f-minus";
ordinary primitive F-
an executable word (no special usage info)
or wrapper call around p4_f_minus
dpANS 12.6.1.1425 - standard forth word
FORTH
F/
( .. )(
)
;
as:"f-slash";
ordinary primitive F/
an executable word (no special usage info)
or wrapper call around p4_f_slash
dpANS 12.6.1.1430 - standard forth word
FORTH
F0<
( .. )(
)
;
as:"f-zero-from";
ordinary primitive F0<
an executable word (no special usage info)
or wrapper call around p4_f_zero_less
FORTH
F0=
( .. )(
)
;
as:"f-zero-equal";
ordinary primitive F0=
an executable word (no special usage info)
or wrapper call around p4_f_zero_equal
dpANS 12.6.1.1450 - standard forth word
FORTH
F<
( .. )(
)
;
as:"f-from";
ordinary primitive F<
an executable word (no special usage info)
or wrapper call around p4_f_less_than
FORTH
F>D
( .. )(
)
;
as:"f-back-d";
ordinary primitive F>D
an executable word (no special usage info)
or wrapper call around p4_f_to_d
FORTH
F@
( .. )(
)
;
as:"f-fetch";
ordinary primitive F@
an executable word (no special usage info)
or wrapper call around p4_f_fetch
dpANS 12.6.1.1472 - standard forth word
FORTH
FALIGN
( .. )(
)
;
as:"falign";
ordinary primitive FALIGN
an executable word (no special usage info)
or wrapper call around p4_d_f_align
dpANS 12.6.1.1479 - standard forth word
FORTH
FALIGNED
( .. )(
)
;
as:"faligned";
ordinary primitive FALIGNED
an executable word (no special usage info)
or wrapper call around p4_d_f_aligned
dpANS 12.6.1.1483 - standard forth word
FORTH
FCONSTANT
( .. )(
)
;
as:"fconstant";
definining primitive FCONSTANT
an executable word (no special usage info)
or wrapper call around p4_f_constant
dpANS 12.6.1.1492 - standard forth word
FORTH
FDEPTH
( .. )(
)
;
as:"fdepth";
ordinary primitive FDEPTH
an executable word (no special usage info)
or wrapper call around p4_f_depth
dpANS 12.6.1.1497 - standard forth word
FORTH
FDROP
( .. )(
)
;
as:"fdrop";
ordinary primitive FDROP
an executable word (no special usage info)
or wrapper call around p4_f_drop
dpANS 12.6.1.1500 - standard forth word
FORTH
FDUP
( .. )(
)
;
as:"fdup";
ordinary primitive FDUP
an executable word (no special usage info)
or wrapper call around p4_f_dup
dpANS 12.6.1.1510 - standard forth word
FORTH
FLITERAL
( .. )(
)
;
as:"fliteral";
compiling primitive FLITERAL
an executable word (no special usage info)
or wrapper call around p4_f_literal
dpANS 12.6.1.1552 - standard forth word
FORTH
FLOAT+
( .. )(
)
;
as:"float-plus";
ordinary primitive FLOAT+
an executable word (no special usage info)
or wrapper call around p4_d_float_plus
dpANS 12.6.1.1555 - standard forth word
FORTH
FLOATS
( .. )(
)
;
as:"floats";
ordinary primitive FLOATS
an executable word (no special usage info)
or wrapper call around p4_d_floats
dpANS 12.6.1.1556 - standard forth word
FORTH
FLOOR
( .. )(
)
;
as:"floor";
ordinary primitive FLOOR
an executable word (no special usage info)
or wrapper call around p4_floor
dpANS 12.6.1.1558 - standard forth word
FORTH
FMAX
( .. )(
)
;
as:"fmax";
ordinary primitive FMAX
an executable word (no special usage info)
or wrapper call around p4_f_max
dpANS 12.6.1.1562 - standard forth word
FORTH
FMIN
( .. )(
)
;
as:"fmin";
ordinary primitive FMIN
an executable word (no special usage info)
or wrapper call around p4_f_min
dpANS 12.6.1.1565 - standard forth word
FORTH
FNEGATE
( .. )(
)
;
as:"fnegate";
ordinary primitive FNEGATE
an executable word (no special usage info)
or wrapper call around p4_f_negate
dpANS 12.6.1.1567 - standard forth word
FORTH
FOVER
( .. )(
)
;
as:"fover";
ordinary primitive FOVER
an executable word (no special usage info)
or wrapper call around p4_f_over
dpANS 12.6.1.1600 - standard forth word
FORTH
FROT
( .. )(
)
;
as:"frot";
ordinary primitive FROT
an executable word (no special usage info)
or wrapper call around p4_f_rot
dpANS 12.6.1.1610 - standard forth word
FORTH
FROUND
( .. )(
)
;
as:"fround";
ordinary primitive FROUND
an executable word (no special usage info)
or wrapper call around p4_f_round
dpANS 12.6.1.1612 - standard forth word
FORTH
FSWAP
( .. )(
)
;
as:"fswap";
ordinary primitive FSWAP
an executable word (no special usage info)
or wrapper call around p4_f_swap
dpANS 12.6.1.1620 - standard forth word
FORTH
FVARIABLE
( .. )(
)
;
as:"fvariable";
definining primitive FVARIABLE
an executable word (no special usage info)
or wrapper call around p4_f_variable
dpANS 12.6.1.1630 - standard forth word
FORTH
REPRESENT
( .. )(
)
;
as:"represent";
ordinary primitive REPRESENT
an executable word (no special usage info)
or wrapper call around p4_represent
dpANS 12.6.1.2143 - standard forth word
FORTH
DF!
( .. )(
)
;
as:"df-store";
ordinary primitive DF!
an executable word (no special usage info)
or wrapper call around p4_f_store
dpANS 12.6.2.1203 - standard forth word
FORTH
DF@
( .. )(
)
;
as:"df-fetch";
ordinary primitive DF@
an executable word (no special usage info)
or wrapper call around p4_f_fetch
dpANS 12.6.2.1204 - standard forth word
FORTH
DFALIGN
( .. )(
)
;
as:"dfalign";
ordinary primitive DFALIGN
an executable word (no special usage info)
or wrapper call around p4_d_f_align
dpANS 12.6.2.1205 - standard forth word
FORTH
DFALIGNED
( .. )(
)
;
as:"dfaligned";
ordinary primitive DFALIGNED
an executable word (no special usage info)
or wrapper call around p4_d_f_aligned
dpANS 12.6.2.1207 - standard forth word
FORTH
DFLOAT+
( .. )(
)
;
as:"dfloat-plus";
ordinary primitive DFLOAT+
an executable word (no special usage info)
or wrapper call around p4_d_float_plus
dpANS 12.6.2.1208 - standard forth word
FORTH
DFLOATS
( .. )(
)
;
as:"dfloats";
ordinary primitive DFLOATS
an executable word (no special usage info)
or wrapper call around p4_d_floats
dpANS 12.6.2.1209 - standard forth word
FORTH
F**
( .. )(
)
;
as:"f-star-star";
ordinary primitive F**
an executable word (no special usage info)
or wrapper call around p4_f_star_star
dpANS 12.6.2.1415 - standard forth word
FORTH
F.
( .. )(
)
;
as:"f-dot";
ordinary primitive F.
an executable word (no special usage info)
or wrapper call around p4_f_dot
dpANS 12.6.2.1427 - standard forth word
FORTH
FABS
( .. )(
)
;
as:"fabs";
ordinary primitive FABS
an executable word (no special usage info)
or wrapper call around p4_f_abs
dpANS 12.6.2.1474 - standard forth word
FORTH
FACOS
( .. )(
)
;
as:"facos";
ordinary primitive FACOS
an executable word (no special usage info)
or wrapper call around p4_f_acos
dpANS 12.6.2.1476 - standard forth word
FORTH
FACOSH
( .. )(
)
;
as:"facosh";
ordinary primitive FACOSH
an executable word (no special usage info)
or wrapper call around p4_f_acosh
dpANS 12.6.2.1477 - standard forth word
FORTH
FALOG
( .. )(
)
;
as:"falog";
ordinary primitive FALOG
an executable word (no special usage info)
or wrapper call around p4_f_alog
dpANS 12.6.2.1484 - standard forth word
FORTH
FASIN
( .. )(
)
;
as:"fasin";
ordinary primitive FASIN
an executable word (no special usage info)
or wrapper call around p4_f_asin
dpANS 12.6.2.1486 - standard forth word
FORTH
FASINH
( .. )(
)
;
as:"fasinh";
ordinary primitive FASINH
an executable word (no special usage info)
or wrapper call around p4_f_asinh
dpANS 12.6.2.1487 - standard forth word
FORTH
FATAN
( .. )(
)
;
as:"fatan";
ordinary primitive FATAN
an executable word (no special usage info)
or wrapper call around p4_f_atan
dpANS 12.6.2.1488 - standard forth word
FORTH
FATAN2
( .. )(
)
;
as:"fatan-two";
ordinary primitive FATAN2
an executable word (no special usage info)
or wrapper call around p4_f_atan2
dpANS 12.6.2.1489 - standard forth word
FORTH
FATANH
( .. )(
)
;
as:"fatanh";
ordinary primitive FATANH
an executable word (no special usage info)
or wrapper call around p4_f_atanh
dpANS 12.6.2.1491 - standard forth word
FORTH
FCOS
( .. )(
)
;
as:"fcos";
ordinary primitive FCOS
an executable word (no special usage info)
or wrapper call around p4_f_cos
dpANS 12.6.2.1493 - standard forth word
FORTH
FCOSH
( .. )(
)
;
as:"fcosh";
ordinary primitive FCOSH
an executable word (no special usage info)
or wrapper call around p4_f_cosh
dpANS 12.6.2.1494 - standard forth word
FORTH
FE.
( .. )(
)
;
as:"fe-dot";
ordinary primitive FE.
an executable word (no special usage info)
or wrapper call around p4_f_e_dot
dpANS 12.6.2.1513 - standard forth word
FORTH
FEXP
( .. )(
)
;
as:"fexp";
ordinary primitive FEXP
an executable word (no special usage info)
or wrapper call around p4_f_exp
dpANS 12.6.2.1515 - standard forth word
FORTH
FEXPM1
( .. )(
)
;
as:"fexpm-one";
ordinary primitive FEXPM1
an executable word (no special usage info)
or wrapper call around p4_f_expm1
dpANS 12.6.2.1516 - standard forth word
FORTH
FLN
( .. )(
)
;
as:"fln";
ordinary primitive FLN
an executable word (no special usage info)
or wrapper call around p4_f_ln
dpANS 12.6.2.1553 - standard forth word
FORTH
FLNP1
( .. )(
)
;
as:"flnp-one";
ordinary primitive FLNP1
an executable word (no special usage info)
or wrapper call around p4_f_lnp1
dpANS 12.6.2.1554 - standard forth word
FORTH
FLOG
( .. )(
)
;
as:"flog";
ordinary primitive FLOG
an executable word (no special usage info)
or wrapper call around p4_f_log
dpANS 12.6.2.1557 - standard forth word
FORTH
FS.
( .. )(
)
;
as:"fs-dot";
ordinary primitive FS.
an executable word (no special usage info)
or wrapper call around p4_f_s_dot
dpANS 12.6.2.1613 - standard forth word
FORTH
FSIN
( .. )(
)
;
as:"fsin";
ordinary primitive FSIN
an executable word (no special usage info)
or wrapper call around p4_f_sin
dpANS 12.6.2.1614 - standard forth word
FORTH
FSINCOS
( .. )(
)
;
as:"fsincos";
ordinary primitive FSINCOS
an executable word (no special usage info)
or wrapper call around p4_f_sincos
dpANS 12.6.2.1616 - standard forth word
FORTH
FSINH
( .. )(
)
;
as:"fsinh";
ordinary primitive FSINH
an executable word (no special usage info)
or wrapper call around p4_f_sinh
dpANS 12.6.2.1617 - standard forth word
FORTH
FSQRT
( .. )(
)
;
as:"fsqrt";
ordinary primitive FSQRT
an executable word (no special usage info)
or wrapper call around p4_f_sqrt
dpANS 12.6.2.1618 - standard forth word
FORTH
FTAN
( .. )(
)
;
as:"ftan";
ordinary primitive FTAN
an executable word (no special usage info)
or wrapper call around p4_f_tan
dpANS 12.6.2.1625 - standard forth word
FORTH
FTANH
( .. )(
)
;
as:"ftanh";
ordinary primitive FTANH
an executable word (no special usage info)
or wrapper call around p4_f_tanh
dpANS 12.6.2.1626 - standard forth word
FORTH
F~
( .. )(
)
;
as:"f-like";
ordinary primitive F~
an executable word (no special usage info)
or wrapper call around p4_f_proximate
dpANS 12.6.2.1640 - standard forth word
FORTH
PRECISION
( .. )(
)
;
as:"precision";
- loader type P4_DVaL PRECISION
precision (no special usage info)
dpANS 12.6.2.2035 - standard forth word
FORTH
SET-PRECISION
( .. )( | ) ; |
; |
ordinary primitive SET-PRECISION
an executable word (no special usage info)
or wrapper call around p4_set_precision
dpANS 12.6.2.2200 - standard forth word
FORTH
SF!
( .. )(
)
;
as:"sf-store";
ordinary primitive SF!
an executable word (no special usage info)
or wrapper call around p4_s_f_store
dpANS 12.6.2.2202 - standard forth word
FORTH
SF@
( .. )(
)
;
as:"sf-fetch";
ordinary primitive SF@
an executable word (no special usage info)
or wrapper call around p4_s_f_fetch
dpANS 12.6.2.2203 - standard forth word
FORTH
SFALIGN
( .. )(
)
;
as:"sfalign";
ordinary primitive SFALIGN
an executable word (no special usage info)
or wrapper call around p4_align
dpANS 12.6.2.2204 - standard forth word
FORTH
SFALIGNED
( .. )(
)
;
as:"sfaligned";
ordinary primitive SFALIGNED
an executable word (no special usage info)
or wrapper call around p4_aligned
dpANS 12.6.2.2206 - standard forth word
FORTH
SFLOAT+
( .. )(
)
;
as:"sfloat-plus";
ordinary primitive SFLOAT+
an executable word (no special usage info)
or wrapper call around p4_s_float_plus
dpANS 12.6.2.2207 - standard forth word
FORTH
SFLOATS
( .. )(
)
;
as:"sfloats";
ordinary primitive SFLOATS
an executable word (no special usage info)
or wrapper call around p4_s_floats
dpANS 12.6.2.2208 - standard forth word
ENVIRONMENT
FLOATING-EXT
( .. )( | ) ; |
; |
( 1994 ) constant FLOATING-EXT
an ordinary constant (no special usage info)
ENVIRONMENT
FLOATING-STACK
( .. )( | ) ; |
; |
ordinary primitive FLOATING-STACK
an executable word (no special usage info)
or wrapper call around p__floating_stack
ENVIRONMENT
MAX-FLOAT
( .. )(
)
;
as:"max-minus-float";
ordinary primitive MAX-FLOAT
an executable word (no special usage info)
or wrapper call around p__max_float
ENVIRONMENT
FLOATING-LOADED
( .. )( | ) ; |
; |
constructor primitive FLOATING-LOADED
an executable word (no special usage info)
or wrapper call around floating_init