Home
last modified time | relevance | path

Searched +refs:sign +refs:mabs (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/dports/devel/avr-gdb/gdb-7.3.1/sim/testsuite/sim/sh64/media/
H A Dmabsl.cgs1 # sh testcase for mabs.l $rm, $rd -*- Asm -*-
18 mabs.l r0, r1
28 # Set the left sign bit.
33 mabs.l r0, r2
H A Dmabsw.cgs1 # sh testcase for mabs.w $rm, $rd -*- Asm -*-
17 mabs.l r0, r1
27 # Set the left sign bit
32 mabs.w r0, r2
/dports/devel/gdb761/gdb-7.6.1/sim/testsuite/sim/sh64/media/
H A Dmabsw.cgs1 # sh testcase for mabs.w $rm, $rd -*- Asm -*-
17 mabs.l r0, r1
27 # Set the left sign bit
32 mabs.w r0, r2
H A Dmabsl.cgs1 # sh testcase for mabs.l $rm, $rd -*- Asm -*-
18 mabs.l r0, r1
28 # Set the left sign bit.
33 mabs.l r0, r2
/dports/math/maxima/maxima-5.43.2/share/numeric/
H A Ddecfp-core.lisp71 (sign (signum s)))
91 (list (cond ((= sign 1)
216 (sign nil))
218 (setq sign t
224 (when sign (princ "-"))
232 (when sign (princ "-"))
405 (unless (member j '(mabs mplus mtimes rat) :test 'eq)
414 (cond ((null r) (list '(mabs) a))
419 (defprop mabs decmabsbigfloat floatprog) unknown
685 (let ((significand) (expon) (sign))
[all …]
/dports/math/maxima/maxima-5.43.2/src/
H A Dlimit.lisp353 (let ((d (involve exp '(mabs)))
368 (throw 'mabs '$und))
387 (throw 'mabs d))
396 (t (throw 'mabs 'retn))))
397 (t (throw 'mabs 'retn))))))))))
1143 (equal sign 0))
1538 (m* (simplify `((mabs) ,(caddr exp)))
1939 (if (or (not sign) (eq sign 'complex))
3298 (cond ((eq sign '$zero)
3300 ((eq sign '$pos)
[all …]
H A Dcompar.lisp575 (when (and (setq tmp (isinop pat 'mabs))
577 (isinop (cadr pat) 'mabs)
581 (isinop (caddr pat) 'mabs))))
914 (if minus (setq sign (flip sign)))
1313 (list 'mabs 'sign-mabs)
1442 ((and (not (atom lhs)) (eq (caar lhs) 'mabs)
1447 (setq sign (flip sign)))
1570 (or (eq sign '$complex) (eq sign '$imaginary)))
1713 (setq sign
1910 (setf (get 'mabs 'maps-integers-to-integers) t)
[all …]
H A Dmaxmin.lisp123 (setf (car tmp) (take '(mabs) ai))
249 (let ((significand) (expon) (sign))
250 (multiple-value-setq (significand expon sign) (integer-decode-float e))
251 (cl-rat-to-maxima (* sign significand (expt 2 expon)))))
H A Dsimp.lisp1532 (defprop $abs mabs alias)
1533 (defprop $abs mabs verb)
1535 (defprop mabs $abs noun) unknown
1542 (simplify (list '(mabs) x)))
1563 ((taylorize 'mabs x))
1575 (take '(mabs) (cadr x)))
1771 (let (sign out)
1774 (setq sign (cadr sc)) (rplaca (cdr sc) nil))
1793 (cond (sign (if (mtimesp out)
1794 (rplacd out (cons sign (cdr out)))
[all …]
H A Dgamma.lisp1009 ((eq ($sign (sub (simplify (list '(mabs) x))
1083 (when (eq ($sign (sub (simplify (list '(mabs) del))
1110 ((and (eq ($sign (sub (simplify (list '(mabs) x))
1118 (eq ($sign (sub (simplify (list '(mabs) ($imagpart x)))
1119 (simplify (list '(mabs) ($realpart x)))))
1142 (when (eq ($sign (sub (simplify (list '(mabs) (sub del 1.0)))
1184 (when (eq ($sign (sub (simplify (list '(mabs) del))
2368 (setq ans ($asksign (m+ `((mabs) ,ans) -1)))
3026 (sign 1)
3036 (setq sum (+ sum (/ (* sign term) n)))
[all …]
H A Dbessel.lisp1392 (sign (if (oddp n) -1 1))
1395 (mul sign
1642 (mul (power '$%e (neg (simplifya `((mabs) ,$x) nil)))
1650 (mul (power '$%e (neg (simplifya `((mabs) ,$x) nil)))
1661 (mul (power '$%e (neg (simplifya `((mabs) ,$x) nil)))
2267 (simplify (list '(mabs) order))
2271 (add (simplify (list '(mabs)
2279 (simplify (list '(mabs)
2297 (simplify (list '(mabs) order))
2303 (add (simplify (list '(mabs)
[all …]
H A Dlaplac.lisp376 (defun mostpart (f parm sign a b)
384 (exponentiate (afixsign (list '(mtimes) b '$%i) (null sign)))
489 (sign nil)
493 (setq sign (asksign ab) recipa (simplifya (list '(mabs) recipa) nil))
494 (simplifya (cond ((eq sign '$positive)
496 ((eq sign '$zero)
837 (prog (discrim sign a c d e b1 b0 r term1 term2 degr)
871 (cond ((eq sign '$zero)
876 ) ((eq sign '$negative)
881 (setq sign
[all …]
H A Dsinint.lisp130 (list '(%log) (if $logabs (simplify (list '(mabs) x)) x)))
178 (prog (p1e p2e a1e a2e a3e discrim repart sign ncc dcc allcc xx deg)
231 (setq sign (npask xx))
232 (cond ((eq sign '$negative) (go e30))
233 ((eq sign '$zero) (go zip))))
H A Dcombin.lisp600 (take '(mabs) ($bern z))))))))
757 (let ((w 2) (x 2) (y 1) u v (sign (signum n))) (declare (fixnum sign))
767 ((or (= 1 sign) (not (logbitp 0 n)))
1198 (defun ipoly2 (a n lo sign)
1206 (cond ((eq sign '$negative)
1230 r (asksign (simplify (list '(mplus) (list '(mabs) r) -1)))))))
1232 (defun isgeo1 (a r sign)
1233 (cond ((eq sign '$positive)
1235 ((eq sign '$zero)
1237 ((eq sign '$negative)
H A Dfloat.lisp632 (sign nil))
634 (setq sign t
640 (when sign (princ "-"))
648 (when sign (princ "-"))
718 (multiple-value-bind (frac exp sign)
723 (list (ash (* sign frac) scale)
811 (defprop mabs mabsbigfloat floatprog) unknown
874 (let ((sign (if plusp 1 -1)))
875 (list (* sign bits) 0))))
1825 (prog (piby2 r sign res k *cancelled)
[all …]
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DBuiltinFunctions-number.cc269 MathStructure *mabs = new MathStructure(mstruct); in calculate() local
270 mabs->transformById(FUNCTION_ID_ABS); in calculate()
271 mstruct.divide_nocopy(mabs); in calculate()
1550 Number sign, exponent, significand; in calculate() local
1551 if(sbin[0] == '0') sign = 1; in calculate()
1552 else sign = -1; in calculate()
1567 mstruct.addChild(sign); in calculate()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td81 …"followed by an optional list of predefined features post-fixed by a plus or minus sign deliminate…
420 "ignoring '-mabs=legacy' option because the '%0' architecture does not support it">,
423 "ignoring '-mabs=2008' option because the '%0' architecture does not support it">,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td81 …"followed by an optional list of predefined features post-fixed by a plus or minus sign deliminate…
415 "ignoring '-mabs=legacy' option because the '%0' architecture does not support it">,
418 "ignoring '-mabs=2008' option because the '%0' architecture does not support it">,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td81 …"followed by an optional list of predefined features post-fixed by a plus or minus sign deliminate…
420 "ignoring '-mabs=legacy' option because the '%0' architecture does not support it">,
423 "ignoring '-mabs=2008' option because the '%0' architecture does not support it">,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td97 "colon-delimited list of features followed by an enable/disable sign (e.g., "
458 "ignoring '-mabs=legacy' option because the '%0' architecture does not support it">,
461 "ignoring '-mabs=2008' option because the '%0' architecture does not support it">,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td83 …"followed by an optional list of predefined features post-fixed by a plus or minus sign deliminate…
430 "ignoring '-mabs=legacy' option because the '%0' architecture does not support it">,
433 "ignoring '-mabs=2008' option because the '%0' architecture does not support it">,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td83 …"followed by an optional list of predefined features post-fixed by a plus or minus sign deliminate…
430 "ignoring '-mabs=legacy' option because the '%0' architecture does not support it">,
433 "ignoring '-mabs=2008' option because the '%0' architecture does not support it">,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td83 …"followed by an optional list of predefined features post-fixed by a plus or minus sign deliminate…
430 "ignoring '-mabs=legacy' option because the '%0' architecture does not support it">,
433 "ignoring '-mabs=2008' option because the '%0' architecture does not support it">,
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td83 …"followed by an optional list of predefined features post-fixed by a plus or minus sign deliminate…
430 "ignoring '-mabs=legacy' option because the '%0' architecture does not support it">,
433 "ignoring '-mabs=2008' option because the '%0' architecture does not support it">,
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Basic/
H A DDiagnosticDriverKinds.td83 …"followed by an optional list of predefined features post-fixed by a plus or minus sign deliminate…
430 "ignoring '-mabs=legacy' option because the '%0' architecture does not support it">,
433 "ignoring '-mabs=2008' option because the '%0' architecture does not support it">,

12345678910>>...25