Home
last modified time | relevance | path

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

12

/titanic_44/usr/src/lib/libshell/common/tests/
H A Darith.sh287 then err_exit 'name references in arithmetic statements in functions broken'
353 (( x == 8 )) || err_exit 'leading zeros not treated as octal arithmetic'
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 …]
/titanic_44/usr/src/lib/efcode/fcode_test/
H A DMakefile33 TESTSRCS = test.fth calling.fth iftest.fth arithmetic.fth create.fth \
H A Dtest.fth43 fload arithmetic.fth
/titanic_44/usr/src/lib/libshell/common/
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 DDESIGN94 19. streval.h contains the interface to the arithmetic
110 library and the interface to shell arithmetic.
153 25. streval.c is an C arithmetic evaluator.
H A DRELEASE12 10-01-20 A bug in the evaluation of arithmetic expression in which the
112 09-08-21 A bug in the handling of the comma operator in arithmetic expressions
125 09-08-18 A scoping error with variables in arithmetic expression with
219 09-02-02 A bug in the call stack of arithmetic function with 2 args
255 non-existent sub-variable in an arithmetic expression could cause
290 08-12-04 The sign of floating point zero is preserved across arithmetic
334 08-10-05 A bug which caused the shell to emit a syntax error for an arithmetic
394 08-08-13 When used in an arithmetic expression, the .sh.version variable
632 08-01-16 Incomplete arithmetic assignments, for example ((x += )), now
667 07-11-15 Bugs in which shell arithmetic and the printf builtin mis-handled the
[all …]
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.mm525 arithmetic evaluator if necessary.
565 function is called by by the arithmetic evaluator
/titanic_44/usr/src/cmd/oawk/
H A DEXPLAIN35 An arithmetic expression is of type number, a
/titanic_44/usr/src/uts/sparc/dtrace/
H A Ddtrace_asm.s215 ! arithmetic modulo MAXWIN.
/titanic_44/usr/src/lib/libsqlite/test/
H A Dnull.test41 # Check for how arithmetic expressions handle NULL
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-dtrace-tests.mf48 dir path=opt/SUNWdtrt/tst/common/arithmetic
369 file path=opt/SUNWdtrt/tst/common/arithmetic/err.D_DIV_ZERO.divby0.d mode=0444
370 file path=opt/SUNWdtrt/tst/common/arithmetic/err.D_DIV_ZERO.divby0_1.d \
372 file path=opt/SUNWdtrt/tst/common/arithmetic/err.D_DIV_ZERO.divby0_2.d \
374 file path=opt/SUNWdtrt/tst/common/arithmetic/err.D_DIV_ZERO.modby0.d mode=0444
375 file path=opt/SUNWdtrt/tst/common/arithmetic/err.D_SYNTAX.addmin.d mode=0444
376 file path=opt/SUNWdtrt/tst/common/arithmetic/err.D_SYNTAX.divmin.d mode=0444
377 file path=opt/SUNWdtrt/tst/common/arithmetic/err.D_SYNTAX.muladd.d mode=0444
378 file path=opt/SUNWdtrt/tst/common/arithmetic/err.D_SYNTAX.muldiv.d mode=0444
379 file path=opt/SUNWdtrt/tst/common/arithmetic/tst.basics.d mode=0444
[all …]
/titanic_44/usr/src/cmd/awk_xpg4/
H A Dawk3.c38 static NODE *arithmetic(NODE *np);
1144 return (arithmetic(np)); in exprreduce()
1243 arithmetic(NODE *np) in arithmetic() function
/titanic_44/usr/src/common/bignum/i386/
H A Dbignum_i386_asm.s883 / arithmetic library, because it does not work for "small" numbers, that is
/titanic_44/usr/src/cmd/abi/appcert/etc/
H A Detc.tweaks.in148 # C99 complex arithmetic functions
/titanic_44/usr/src/cmd/lp/filter/postscript/
H A DREADME136 CFLAGS - Some of the programs use floating point arithmetic, so if you're
/titanic_44/usr/src/cmd/fm/dicts/
H A DSUN4V.po371 msgstr "The number of modular arithmetic unit errors associated with this unit has exceeded accepta…
373 msgstr "Cryptographic software will not use this modular arithmetic unit.\n"
771 msgstr "The number of modular arithmetic unit errors associated with this thread has exceeded accep…
773 msgstr "Cryptographic software will not use this modular arithmetic unit.\n\n"
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE544 tm/tmdate.c: fix > 1 year of seconds arithmetic
575 features/mmap: fix ancient read() vs. mmap() time arithmetic typo
/titanic_44/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth41 \ we need to override some arithmetic ops
/titanic_44/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4195 ifdef(`_ARITH_MAP_', `', `# arithmetic map

12