Skip to content
Snippets Groups Projects
Commit 86be1dd9 authored by wlott's avatar wlott
Browse files

Added exports of various float parameter constants from the vm package.

parent 10e0380c
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; Scott Fahlman (FAHLMAN@CMUC).
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.37 1990/07/02 16:44:57 ram Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.38 1990/07/03 09:34:43 wlott Exp $
;;; ;;;
;;; All the stuff necessary to export various symbols from various packages. ;;; All the stuff necessary to export various symbols from various packages.
;;; ;;;
...@@ -467,10 +467,13 @@ ...@@ -467,10 +467,13 @@
code-header-type complex-array-type complex-bit-vector-type code-header-type complex-array-type complex-bit-vector-type
complex-imag-slot complex-real-slot complex-size complex-imag-slot complex-real-slot complex-size
complex-string-type complex-type complex-vector-type complex-string-type complex-type complex-vector-type
cons-car-slot cons-cdr-slot cons-size cons-car-slot cons-cdr-slot cons-size
define-for-each-primitive-object double-float-size define-for-each-primitive-object double-float-bias
double-float-type double-float-value-slot error-trap double-flaot-exponent-byte double-float-hidden-bit
even-fixnum-type exported-static-symbols fixnum double-float-normal-exponent-min double-float-normal-exponent-max
double-float-size double-float-significand-byte double-float-type
double-float-value-slot error-trap even-fixnum-type
exported-static-symbols fixnum float-sign-shift
function-header-arglist-slot function-header-code-offset function-header-arglist-slot function-header-code-offset
function-header-name-slot function-header-next-slot function-header-name-slot function-header-next-slot
function-header-self-slot function-header-type function-header-self-slot function-header-type
...@@ -492,27 +495,29 @@ ...@@ -492,27 +495,29 @@
simple-array-unsigned-byte-32-type simple-array-unsigned-byte-32-type
simple-array-unsigned-byte-4-type simple-array-unsigned-byte-4-type
simple-array-unsigned-byte-8-type simple-bit-vector-type simple-array-unsigned-byte-8-type simple-bit-vector-type
simple-string-type simple-vector-type single-float-size simple-string-type simple-vector-type single-float-bias
single-float-type single-float-value-slot slot-docs slot-length single-float-exponent-byte single-float-hidden-bit
slot-name slot-offset slot-options slot-rest-p single-float-normal-exponent-min single-float-normal-exponent-max
static-symbol-offset static-symbol-p static-symbols single-float-size single-float-significand-byte single-float-type
structure-pointer-type symbol-function-slot symbol-header-type single-float-value-slot slot-docs slot-length slot-name
symbol-name-slot symbol-package-slot symbol-plist-slot slot-offset slot-options slot-rest-p static-symbol-offset
symbol-size symbol-value-slot target-binding-stack-start static-symbol-p static-symbols structure-pointer-type
target-byte-order target-control-stack-start symbol-function-slot symbol-header-type symbol-name-slot
target-dynamic-space-start target-fasl-code-format symbol-package-slot symbol-plist-slot symbol-size
target-fasl-file-type target-heap-address-space symbol-value-slot target-binding-stack-start target-byte-order
target-most-negative-fixnum target-most-positive-fixnum target-control-stack-start target-dynamic-space-start
target-read-only-space-start target-static-space-start type-bits target-fasl-code-format target-fasl-file-type
type-mask unbound-marker-type unwind-block-current-code-slot target-heap-address-space target-most-negative-fixnum
unwind-block-current-cont-slot unwind-block-current-uwp-slot target-most-positive-fixnum target-read-only-space-start
unwind-block-entry-pc-slot unwind-block-size target-static-space-start type-bits type-mask unbound-marker-type
value-cell-header-type value-cell-size value-cell-value-slot unwind-block-current-code-slot unwind-block-current-cont-slot
vector-data-offset vector-length-slot vector-normal-subtype unwind-block-current-uwp-slot unwind-block-entry-pc-slot
vector-structure-subtype vector-valid-hashing-subtype unwind-block-size value-cell-header-type value-cell-size
vector-must-rehash-subtype vm-version word-bits word-bytes value-cell-value-slot vector-data-offset vector-length-slot
word-shift weak-pointer-type weak-pointer-size vector-normal-subtype vector-structure-subtype
weak-pointer-value-slot weak-pointer-next-slot vector-valid-hashing-subtype vector-must-rehash-subtype
vm-version word-bits word-bytes word-shift weak-pointer-type
weak-pointer-size weak-pointer-value-slot weak-pointer-next-slot
single-float-bias single-float-bias
double-float-bias single-float-significand-byte double-float-bias single-float-significand-byte
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment