URL
https://opencores.org/ocsvn/core_arm/core_arm/trunk
Subversion Repositories core_arm
[/] [core_arm/] [trunk/] [soft/] [cdef/] [cdef_lib_m1.el] - Rev 6
Go to most recent revision | Compare with Previous | Blame | View Log
; Konrad Eisele <eiselekd@web.de> ; cdef_lib_m1.el: Some math functions ;----------------------------------------------------------------------- (defun in-bound-p (start end pos) (and (>= pos start) (< pos end))) (defun insn32o (n) (- 31 n)) (defun insn32o (n) (+ (- 31 n) 1))
Go to most recent revision | Compare with Previous | Blame | View Log