代码搜索:LISP编程
找到约 10,000 项符合「LISP编程」的源代码
代码结果 10,000
www.eeworm.com/read/408246/2252902
lisp array.lisp
;;;; various array operations that are too expensive (in space) to do
;;;; inline
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software
www.eeworm.com/read/408246/2252904
lisp arith.lisp
;;;; simple cases for generic arithmetic
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL system, which
www.eeworm.com/read/408246/2252905
lisp support.lisp
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL system, which was
;;;; written at Carnegie Mellon Unive
www.eeworm.com/read/408246/2252907
lisp alloc.lisp
;;;; allocating simple objects
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL system, which was
;;;;
www.eeworm.com/read/408246/2252908
lisp array.lisp
;;;; support routines for arrays and vectors
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL system, w
www.eeworm.com/read/408246/2252909
lisp arith.lisp
;;;; stuff to handle simple cases for generic arithmetic
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU
www.eeworm.com/read/408246/2252910
lisp support.lisp
;;;; the machine-specific support routines needed by the file assembler
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derive
www.eeworm.com/read/408246/2252912
lisp alloc.lisp
;;;; stuff to handle allocation of stuff we don't want to do inline
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived fr
www.eeworm.com/read/408246/2252913
lisp array.lisp
(in-package "SB!VM")
(define-assembly-routine
(allocate-vector
(:policy :fast-safe)
(:translate allocate-vector)
(:arg-types positive-fixnum
positive-fixnum
www.eeworm.com/read/408246/2252914
lisp arith.lisp
(in-package "SB!VM")
;;;; Multiplication and Division helping routines.
;;; ?? FIXME: Where are generic-* and generic-/?
#+sb-assembling
(define-assembly-routine
multiply
((:arg x (signed-