Searched refs:u2 (Results 1 - 25 of 72) sorted by relevance

123

/ast/src/lib/libast/features/
H A Dalign.c39 char* u2; member in union:_u_
77 u.u2 = u.u4;
78 v.u2 = u.u2 + 1;
80 v.u2 = u.u2 + 2;
87 u.u2 = u.u4 + j;
91 v.u2 = u.u2 + i;
101 u.u2
[all...]
/ast/src/lib/libast/uwin/
H A Dlog.c382 double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0; local
432 u2 = (2.0*(f - F*u1) - u1*f) * g;
433 /* u1 + u2 = 2f/(2F+f) to extra precision. */
440 u2 = (u2 + logF_tail[j]) + q; /* tiny */
441 u2 += logF_tail[N]*m;
442 return (u1 + u2);
459 double F, f, g, q, u, v, u2, one = 1.0; local
484 u2 = (2.0*(f - F*u1) - u1*f) * g;
488 u2
[all...]
/ast/src/cmd/ksh93/tests/
H A Dexpand.sh22 print -u2 -n "\t"
23 print -u2 -r ${Command}[$Line]: "$@"
H A Dselect.sh22 print -u2 -n "\t"
23 print -u2 -r ${Command}[$1]: "${@:2}"
H A Dcase.sh22 print -u2 -n "\t"
23 print -u2 -r ${Command}[$1]: "${@:2}"
H A Dexit.sh22 print -u2 -n "\t"
23 print -u2 -r ${Command}[$1]: "${@:2}"
H A Denum.sh22 print -u2 -n "\t"
23 print -u2 -r ${Command}[$1]: "${@:2}"
H A Dleaks.sh24 print -u2 -n "\t"
25 print -u2 -r ${Command}[$1]: "${@:2}"
H A Dreadcsv.sh22 print -u2 -n "\t"
23 print -u2 -r ${Command}[$1]: "${@:2}"
H A Drecttype.sh22 print -u2 -n "\t"
23 print -u2 -r ${Command}[$1]: "${@:2}"
H A Drestricted.sh22 print -u2 -n "\t"
23 print -u2 -r ${Command}[$1]: "${@:2}"
H A Dsigchld.sh22 print -u2 -n "\t"
23 print -u2 -r ${Command}[$1]: "${@:2}"
H A Dtimetype.sh22 print -u2 -n "\t"
23 print -u2 -r ${Command}[$1]: "${@:2}"
H A Dvartree1.sh29 print -u2 -n "\t"
30 print -u2 -r ${Command}[$1]: "${@:2}"
120 print -u2 -f "ERROR: Unknown mode %s in add_tree_leaf\n" "${add_mode}"
H A Dalias.sh22 print -u2 -n "\t"
23 print -u2 -r ${Command}[$1]: "${@:2}"
H A Dgrep.sh22 print -u2 -n "\t"
23 print -u2 -r ${Command}[$1]: "${@:2}"
H A Dmath.sh22 print -u2 -n "\t"
23 print -u2 -r ${Command}[$1]: "${@:2}"
H A Dnamespace.sh22 print -u2 -n "\t"
23 print -u2 -r ${Command}[$1]: "${@:2}"
H A Dreturn.sh24 print -u2 -n "\t"
25 print -u2 -r ${Command}[$1]: "${@:2}"
H A Dtilde.sh22 print -u2 -n "\t"
23 print -u2 -r $Command: "$@"
/ast/src/cmd/proto/
H A Dchanges.sh71 then print -u2 $command: \$PACKAGEROOT: package root dir not exported
84 then print -u2 $command: a date must be specified
101 then print -u2 $command: lib/package: no packages
129 then print -u2 $command: ${packages//' '/,}: no components
/ast/src/cmd/3d/
H A Dopaque.sh29 print -u2 "$command: $@"
35 print -u2 "Usage: $command file ..."
46 -*) print -u2 -- "$1: invalid option"
58 then [[ $i -ef .../... ]] || print -u2 "$command: $i: file exists"
H A Dvex.sh26 [012]) print -u2 "Usage: $0 skip expand command ..."; exit 1 ;;
/ast/src/cmd/msgcc/
H A Dmsgadmin.sh79 [[ -f $1 ]] || { print -u2 $"$command: INIT.msg: not found"; exit 1; }
108 [[ $INSTALLROOT ]] || { print -u2 $"$command: INSTALLROOT not defined"; exit 1; }
114 [[ -d $dir ]] || { print -u2 $"$command: $dir: not found"; exit 1; }
123 then print -u2 "$command: $locale: no message files"
137 then print -u2 $locale $name:
167 then print -u2 "$file: [$n] missing"
168 else print -u2 "$file: [$n-$(($num-1))] missing"
/ast/src/cmd/pax/
H A Dcpio.sh99 *) print -u2 "$command: $OPTARG: formats are {asc,crc,odc,tar,star}"; exit 1 ;;
110 "") print -u2 "$command: options inconsistent with archive read"
117 "") print -u2 "$command: options inconsistent with archive write"
131 "") print -u2 "$command: options inconsistent with file pass"
137 *) print -u2 "$command: a single directory argument is expected$usage"
142 '') print -u2 "$command: one of -i, -o, -p must be specified$usage"
145 *) print -u2 "$command: only one of -i, -o, -p may be specified$usage"

Completed in 420 milliseconds

123