Home
last modified time | relevance | path

Searched refs:arithmetic (Results 1 – 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Darith.sh287 then err_exit 'name references in arithmetic statements in functions broken'
353 (( x == 10 )) || err_exit 'leading zeros in x treated as octal arithmetic with $((x))'
354 (( $x == 8 )) || err_exit 'leading zeros not treated as octal arithmetic with $x'
357 (( x == 10 )) || err_exit 'leading zeros not ignored for arithmetic'
358 (( $x == 10 )) || err_exit 'leading zeros not ignored for arithmetic with $x'
360 (( i == 10 )) || err_exit 'leading zeros not ignored for arithmetic assignment'
420 [[ $($tmp/script 1) != '( bar=2 baz=3 foo=1 )' ]] 2>/dev/null && err_exit 'compound var arithmetic
421 [[ $($tmp/script 2) != '( faz=0 )' ]] 2>/dev/null && err_exit 'compound var arithmetic failed'
422 [[ $($tmp/script 3) != '( foz=777 )' ]] 2>/dev/null && err_exit 'compound var arithmetic failed'
423 [[ $($tmp/script 4) != '( foz=777 )' ]] 2>/dev/null && err_exit 'compound var arithmetic failed'
[all …]
H A Dnameref.sh438 …r; typeset -A foo; (( (x=foo[a])==0 ))' || err_exit 'references inside arithmetic expressions not …
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DPROMO.mm73 Arithmetic: KSH-93 allows you to do integer arithmetic in any
75 precision floating point arithmetic.
80 In addition there is an arithmetic for command that works
84 The subscript for an indexed array is an arithmetic expression,
H A DRELEASE8814 b. Several additions have been made to shell arithmetic:
15 1. The shell now performs floating point arithmetic. The
21 5. An arithmetic for statement of the form
25 6. Integer arithmetic extended up to base 64.
30 the character position defined by arithmetic expression expr.
34 the element defined by arithmetic expression expr.
287 6. For numerical fields, the arguments can be arithmetic
349 w. Command substitution and arithmetic substitution will now be
H A DRELEASE156 a heximadecimal constant inside an arithmetic expression inside
250 12-02-06 A bug in arithmetic with compound variables containing multiple
427 inside an arithmetic for loop, no longer produce syntax errors.
481 11-01-10 A bug in arithmetic assignment operators of the form op= for array
489 10-12-28 Fixed a bug with typeset -l/-u/-M values in arithmetic expressions.
514 10-11-29 When a variable is used directly in an arithmetic expression,
519 arithmetic expressions with associative arrays.
591 10-10-15 Fixed a bug in which arithmetic functions (added on 10-03-24) did
628 10-09-21 A for loop optimization bug with arithmetic expression evaluation
643 in arithmetic expressions has been fixed.
[all …]
H A DDESIGN94 19. streval.h contains the interface to the arithmetic
111 library and the interface to shell arithmetic.
154 25. streval.c is an C arithmetic evaluator.
H A DRELEASE9361 performed arithmetic evaluation when the discipline
62 was called from the arithmetic evaluator has been fixed.
229 c. A bug in right to left arithmetic assignment for which
230 the arithmetic expression (( y = x = 1.5 )) did not
238 f. A bug which causes some arithmetic expressions to be
299 h. ulimit foobar, where foobar is not an arithmetic
311 arithmetic expression has been corrected.
332 fields caused the value to be treated as octal for arithmetic
H A DCOMPATIBILITY65 12. Command substitution and arithmetic expansion are now performed
103 recongnized, doing arithmetic on typeset -Z variables can
H A Dsh.memo923 substitution and arithmetic expansion which are described later.
940 for parameter expansions, arithmetic expansions,
1070 to perform arithmetic, pattern matching,
1231 when used in an arithmetic context.
1320 as an arithmetic expression
1346 an arithmetic expression that is evaluated to yield an integer
1537 where \fIoffset\^\fP is an arithmetic expression that defines the
1539 \fIlength\^\fP is an arithmetic expression that defines the
1647 language. However, the need for arithmetic has
1650 Bourne shell are needed as arithmetic operators.
[all …]
H A DOBSOLETE33 The following obsolete arithmetic comparisons are also permitted:
H A DTYPES100 ${ p1.len;} and within an arithmetic expression, p1.len will be expanded
H A Dbuiltins.mm544 arithmetic evaluator if necessary.
584 function is called by by the arithmetic evaluator
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_asm.S111 ! arithmetic modulo MAXWIN.
/illumos-gate/usr/src/cmd/oawk/
H A DEXPLAIN33 An arithmetic expression is of type number, a
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dnull.test39 # Check for how arithmetic expressions handle NULL
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-dtrace-tests.p5m278 dir path=opt/SUNWdtrt/tst/common/arithmetic
279 file path=opt/SUNWdtrt/tst/common/arithmetic/err.D_DIV_ZERO.divby0.d mode=0444
280 file path=opt/SUNWdtrt/tst/common/arithmetic/err.D_DIV_ZERO.divby0_1.d mode=0444
281 file path=opt/SUNWdtrt/tst/common/arithmetic/err.D_DIV_ZERO.divby0_2.d mode=0444
282 file path=opt/SUNWdtrt/tst/common/arithmetic/err.D_DIV_ZERO.modby0.d mode=0444
283 file path=opt/SUNWdtrt/tst/common/arithmetic/err.D_SYNTAX.addmin.d mode=0444
284 file path=opt/SUNWdtrt/tst/common/arithmetic/err.D_SYNTAX.divmin.d mode=0444
285 file path=opt/SUNWdtrt/tst/common/arithmetic/err.D_SYNTAX.muladd.d mode=0444
286 file path=opt/SUNWdtrt/tst/common/arithmetic/err.D_SYNTAX.muldiv.d mode=0444
287 file path=opt/SUNWdtrt/tst/common/arithmetic/tst.basics.d mode=0444
[all …]
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c36 static NODE *arithmetic(NODE *np);
1143 return (arithmetic(np)); in exprreduce()
1240 arithmetic(NODE *np) in arithmetic() function
/illumos-gate/usr/src/common/bignum/i386/
H A Dbignum_i386_asm.S883 / arithmetic library, because it does not work for "small" numbers, that is
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.tweaks.in148 # C99 complex arithmetic functions
/illumos-gate/usr/src/cmd/lp/filter/postscript/
H A DREADME136 CFLAGS - Some of the programs use floating point arithmetic, so if you're
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt590 arithmetic.
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE732 tm/tmdate.c: fix > 1 year of seconds arithmetic
763 features/mmap: fix ancient read() vs. mmap() time arithmetic typo
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DRELEASE643 package.sh: use builtin arithmetic when we know its ksh
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4195 ifdef(`_ARITH_MAP_', `', `# arithmetic map
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog541 - Avoid void * arithmetic in gzread.c and gzwrite.c

12