• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/progmodes/

Lines Matching +refs:math +refs:min +refs:eval

682 		    (const :tag "Math packages" math)))
2036 (eval-when-compile
2343 (error (eval restore-prog) ; restore environment on error
2346 (eval restore-prog)
2384 (error (eval restore-prog) ; restore environment on error
2387 (eval restore-prog)
2477 (goto-char (point-min))
2634 (when (vhdl-standard-p 'math)
2635 (define-key vhdl-template-map "\C-pc" 'vhdl-template-package-math-complex)
2636 (define-key vhdl-template-map "\C-pr" 'vhdl-template-package-math-real)
3138 (when (vhdl-standard-p 'math)
3140 ("math_complex" vhdl-template-package-math-complex)
3141 ("math_real" vhdl-template-package-math-real)
3311 (when (vhdl-standard-p 'math)
3312 '(["math_complex" vhdl-template-package-math-complex t]
3313 ["math_real" vhdl-template-package-math-real t]))
3587 (if (memq 'math (cadr vhdl-standard))
3588 (delq 'math (cadr vhdl-standard))
3589 (cons 'math (cadr vhdl-standard)))))
3591 :style toggle :selected (memq 'math (cadr vhdl-standard))])
4893 (defconst vhdl-math-types
4926 "fs" "ps" "ns" "us" "ms" "sec" "min" "hr"
4939 (defconst vhdl-math-constants
4972 (defconst vhdl-math-functions
4999 (defconst vhdl-math-packages
5061 (when (vhdl-standard-p 'math) vhdl-math-types)))
5069 (append (when (vhdl-standard-p 'math) vhdl-math-constants)))
5073 (when (vhdl-standard-p 'math) vhdl-math-functions)))
5077 (when (vhdl-standard-p 'math) vhdl-math-packages)))
5350 (setq offset (eval offset)))
5454 ;; or forward than optional LIM. If LIM is omitted, (point-min) is
5471 (if lim (goto-char (min (point) lim)))))
5505 (let* ((here (point-min))
6126 (min (vhdl-point 'eol) last-backward))
6220 (min (vhdl-point 'eol) last-backward))
6274 (min (vhdl-point 'eol) last-backward))
6302 (lim (or lim (point-min)))
6336 (let ((lim (or lim (point-min)))
6454 (lim (or lim (point-min)))
6546 (let ((lim (or lim (point-min)))
6617 (point-min)))
6660 ;; v-b-o-s could have left us at point-min
6681 ;; v-b-o-s could have left us at point-min
6957 (goto-char (min (vhdl-point 'eol)
7091 (setq vhdl-progress-info (vector (count-lines (point-min) beg)
7092 (count-lines (point-min) end) 0)))
7101 (vhdl-indent-region (point-min) (point-max) nil))
7109 (point-min-marker))))
7217 (point-min))))
7369 (setq vhdl-progress-info (vector (count-lines (point-min) beg)
7370 (count-lines (point-min) end) 0))))
7409 (setq vhdl-progress-info (vector (count-lines (point-min) beg)
7410 (count-lines (point-min) end) 0)))
7477 (vhdl-align-region (point-min) (point-max)))
7600 (point) (point-min)))
7612 (vhdl-align-inline-comment-region (point-min) (point-max)))
7673 (vhdl-fixup-whitespace-region (point-min) (point-max)))
7695 (vhdl-beautify-region (point-min) (point-max))
7779 (goto-char (point-min))
7861 (while (and (setq beg (eval (nth 0 (car scan-regions-list))))
7862 (setq end (eval (nth 1 (car scan-regions-list)))))
7914 (goto-char (point-min))
7922 (goto-char (point-min))
8042 (goto-char (point-min))
9093 (goto-char (point-min))
9824 (defun vhdl-template-package-math-complex ()
9829 (defun vhdl-template-package-math-real ()
9915 (goto-char (point-min))
9919 (point-min-marker) pos file-title))))
9974 (when (vhdl-standard-p 'math) ", Math Packages")) t t))
10615 (if (fboundp 'enqueue-eval-event)
10616 (enqueue-eval-event 'delete-char -1)
10846 (eval `(defun ,(vhdl-function-name "vhdl-model" model-name) ()
10853 (eval `(defun
11411 (goto-char (point-min))
12129 (vhdl-fix-case-region (point-min) (point-max)))
12265 (no-lines (count-lines (point-min) (point-max))))
12268 (goto-char (point-min))
12274 (goto-char (point-min))
12595 (narrow-to-region (point-min) limit)
12809 (eval `(defvar ,name ',name
12833 '((((min-colors 88) (class color) (background light))
12871 (((min-colors 88) (class color) (background dark))
12888 (eval `(defface ,(vhdl-function-name
13200 (goto-char (point-min))
13217 (goto-char (point-min))
13243 (goto-char (point-min))
13292 (goto-char (point-min))
13346 (goto-char (point-min))
14166 (goto-char (point-min))
14689 (goto-char (point-min))
14783 (goto-char (point-min))
15152 (progn (goto-char (point-min)) t)
15291 '((((min-colors 88) (class color) (background light)) (:foreground "Blue1"))
15318 (((min-colors 88) (class color) (background dark)) (:foreground "Yellow1"))
15336 '((((min-colors 88) (class color) (background light)) (:foreground
15493 (goto-char (point-min))
15544 (goto-char (point-min))
15606 (goto-char (point-min))
15617 (goto-char (point-min))
15707 (goto-char (point-min))
15947 (goto-char (point-min))
16946 `vhdl-math-types' : standardized types
16947 `vhdl-math-constants' : standardized constants
16948 `vhdl-math-functions' : standardized functions
16949 `vhdl-math-packages' : standardized packages