Home
last modified time | relevance | path

Searched refs:IFS (Results 1 – 25 of 9546) sorted by relevance

12345678910>>...382

/dports/shells/modernish/modernish-0.16.5/lib/modernish/tst/
H A Dposparam_spc.t12 IFS=' '
14 IFS=
22 IFS=
38 IFS=
46 IFS=
54 IFS=
62 IFS=
74 IFS=
81 IFS=
95 IFS=
[all …]
H A Dposparam.t25 IFS=
33 IFS=
41 IFS=
49 IFS=
57 IFS=
69 IFS=
82 IFS=
89 IFS=
104 IFS=
119 IFS=
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_kaleidoscopic_ifs.cpp45 * (2.0 * (length - fractal->IFS.distance[i]) * fractal->IFS.intensity[i]); in FormulaCode()
51 z = fractal->IFS.mainRot.RotateVector(z - fractal->IFS.offset) + fractal->IFS.offset; in FormulaCode()
55 if (fractal->IFS.edge.x > 0.0) z.x = fractal->IFS.edge.x - fabs(fractal->IFS.edge.x - z.x); in FormulaCode()
56 if (fractal->IFS.edge.y > 0.0) z.y = fractal->IFS.edge.y - fabs(fractal->IFS.edge.y - z.y); in FormulaCode()
57 if (fractal->IFS.edge.z > 0.0) z.z = fractal->IFS.edge.z - fabs(fractal->IFS.edge.z - z.z); in FormulaCode()
60 z *= fractal->IFS.scale; in FormulaCode()
63 z.x -= fractal->IFS.offset.x * (fractal->IFS.scale - 1.0); in FormulaCode()
64 z.y -= fractal->IFS.offset.y * (fractal->IFS.scale - 1.0); in FormulaCode()
65 if (z.z > 0.5 * fractal->IFS.offset.z * (fractal->IFS.scale - 1.0)) in FormulaCode()
66 z.z -= fractal->IFS.offset.z * (fractal->IFS.scale - 1.0); in FormulaCode()
[all …]
/dports/sysutils/busybox/busybox-1.26.2/shell/ash_test/ash-vars/
H A Dvar_wordsplit_ifs1.tests3 echo 'Testing: !IFS $*'
5 echo 'Testing: !IFS $@'
7 echo 'Testing: !IFS "$*"'
9 echo 'Testing: !IFS "$@"'
12 echo 'Testing: IFS="" $*'
14 echo 'Testing: IFS="" $@'
16 echo 'Testing: IFS="" "$*"'
18 echo 'Testing: IFS="" "$@"'
21 echo 'Testing: !IFS v=$*'
23 echo 'Testing: !IFS v=$@'
[all …]
H A Dvar_wordsplit_ifs1.right1 Testing: !IFS $*
5 Testing: !IFS $@
9 Testing: !IFS "$*"
11 Testing: !IFS "$@"
14 Testing: IFS="" $*
17 Testing: IFS="" $@
20 Testing: IFS="" "$*"
22 Testing: IFS="" "$@"
25 Testing: !IFS v=$*
27 Testing: !IFS v=$@
[all …]
/dports/sysutils/busybox/busybox-1.26.2/shell/hush_test/hush-vars/
H A Dvar_wordsplit_ifs1.tests3 echo 'Testing: !IFS $*'
5 echo 'Testing: !IFS $@'
7 echo 'Testing: !IFS "$*"'
9 echo 'Testing: !IFS "$@"'
12 echo 'Testing: IFS="" $*'
14 echo 'Testing: IFS="" $@'
16 echo 'Testing: IFS="" "$*"'
18 echo 'Testing: IFS="" "$@"'
21 echo 'Testing: !IFS v=$*'
23 echo 'Testing: !IFS v=$@'
[all …]
H A Dvar_wordsplit_ifs1.right1 Testing: !IFS $*
5 Testing: !IFS $@
9 Testing: !IFS "$*"
11 Testing: !IFS "$@"
14 Testing: IFS="" $*
17 Testing: IFS="" $@
20 Testing: IFS="" "$*"
22 Testing: IFS="" "$@"
25 Testing: !IFS v=$*
27 Testing: !IFS v=$@
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/opencl/
H A Dkaleidoscopic_ifs.cl34 * (2.0f * (length - fractal->IFS.distance[i]) * fractal->IFS.intensity[i]);
40 z = Matrix33MulFloat4(fractal->IFS.mainRot, z - fractal->IFS.offset) + fractal->IFS.offset;
44 if (fractal->IFS.edge.x > 0.0f) z.x = fractal->IFS.edge.x - fabs(fractal->IFS.edge.x - z.x);
45 if (fractal->IFS.edge.y > 0.0f) z.y = fractal->IFS.edge.y - fabs(fractal->IFS.edge.y - z.y);
46 if (fractal->IFS.edge.z > 0.0f) z.z = fractal->IFS.edge.z - fabs(fractal->IFS.edge.z - z.z);
49 z *= fractal->IFS.scale;
52 z.x -= fractal->IFS.offset.x * (fractal->IFS.scale - 1.0f);
53 z.y -= fractal->IFS.offset.y * (fractal->IFS.scale - 1.0f);
54 if (z.z > 0.5f * fractal->IFS.offset.z * (fractal->IFS.scale - 1.0f))
55 z.z -= fractal->IFS.offset.z * (fractal->IFS.scale - 1.0f);
[all …]
/dports/shells/bash/bash-5.1/tests/
H A Dposixexp2.tests32 u=x; (echo -n '15 '; printf '<%s> ' "foo ${IFS+a"b$u{ {"{{\}b} c ${IFS+d{}} bar" ${IFS-e{}} baz; ec…
33 l=t; (echo 16 ${IFS+h`echo -n i ${IFS+$l}h`ere}) 2>&- || echo failed in 16
34 l=t; (echo 17 ${IFS+h$(echo -n i ${IFS+$l}h)ere}) 2>&- || echo failed in 17
35 l=t; (echo 18 "${IFS+h`echo -n i ${IFS+$l}h`ere}") 2>&- || echo failed in 18
36 l=t; (echo 19 "${IFS+h$(echo -n i ${IFS+$l}h)ere}") 2>&- || echo failed in 19
37 l=t; (echo 20 ${IFS+h`echo -n i "${IFS+$l}"h`ere}) 2>&- || echo failed in 20
38 l=t; (echo 21 ${IFS+h$(echo -n i "${IFS+$l}"h)ere}) 2>&- || echo failed in 21
39 l=t; (echo 22 "${IFS+h`echo -n i "${IFS+$l}"h`ere}") 2>&- || echo failed in 22
40 l=t; (echo 23 "${IFS+h$(echo -n i "${IFS+$l}"h)ere}") 2>&- || echo failed in 23
46 u=x; (echo -n '29 '; printf '<%s> ' foo ${IFS+a"b$u{ {"{ {\}b} c ${IFS+d{}} bar ${IFS-e{}} baz; ech…
[all …]
H A Dposixexp.right82 normal IFS
95 null IFS
103 non-standard IFS
109 unset IFS
161 016: IFS = (null): foo=; set -- ${foo:=$*}
197 028: IFS = x: foo=; set -- ${foo:=$*}
200 029: IFS = x: foo=; set -- ${foo:="$*"}
203 030: IFS = x: foo=; set -- "${foo:=$*}"
215 034: IFS = x: foo=; set -- ${foo:=$@}
218 035: IFS = x: foo=; set -- ${foo:="$@"}
[all …]
H A Difs.tests14 OIFS="$IFS"
15 IFS=":$IFS"
17 IFS="$OIFS"
20 OIFS=$IFS
21 IFS=":$IFS"
23 IFS=$OIFS
30 OIFS=$IFS
31 IFS=":$IFS"
33 IFS=$OIFS
63 IFS=$DEFIFS
[all …]
/dports/math/ndiff/ndiff-2.00/save/
H A Dconfigure574 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
604 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
655 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
799 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
833 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
873 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
913 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
954 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
990 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1024 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
[all …]
/dports/math/ndiff/ndiff-2.00/
H A Dconfigure574 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
604 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
655 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
799 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
833 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
873 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
913 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
954 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
990 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1024 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
[all …]
/dports/textproc/html-pretty/htmlpty-1.01/Backup/
H A Dconfigure595 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
624 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
767 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
999 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1032 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1065 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1098 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1129 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1157 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1185 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
[all …]
/dports/ports-mgmt/bsdadminscripts2/bsda2-0.4.2/src/
H A Dbsda_obj.sh171 IFS=$'\n'
174 methods="delete${IFS}dump${IFS}"
483 nl='$IFS'
666 local IFS
667 IFS=$'\n'
720 IFS=$'\n'
752 local IFS method
753 IFS=$'\n'
774 IFS=$'\n'
842 local _var IFS
[all …]
/dports/shells/pdksh/pdksh-5.2.14/tests/
H A Difs.t1 name: IFS-space-1
18 name: IFS-colon-1
23 IFS=:
36 name: IFS-null-1
41 IFS=""
59 IFS="IFS:"
80 IFS="IFS:"
93 IFS="IFS:"
109 IFS="IFS:"
122 IFS="IFS:"
[all …]
/dports/devel/lua-cqueues/cqueues-rel-20200726/mk/
H A Dluapath277 IFS=:
290 IFS=:
306 IFS=
625 IFS=:
645 IFS=:
661 IFS=:
683 IFS=:
699 IFS=:
877 IFS=:
1022 IFS=.
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/llvm-ifs/
H A Dfunc.ifs1 # RUN: llvm-ifs --input-format=IFS --output-format=IFS -o - %s %S/object.ifs | \
2 # RUN: FileCheck %s --check-prefixes=CHECK-IFS
7 # RUN: llvm-ifs --input-format=IFS --output-format=IFS --strip-ifs-target -o %t.tbd %s %S/object.ifs
11 # RUN: llvm-ifs --input-format=IFS --output-format=IFS -o - %s %s | \
14 # CHECK-IFS: --- !ifs-v1
15 # CHECK-IFS-NEXT: IfsVersion: 3.0
17 # CHECK-IFS-NEXT: Symbols:
20 # CHECK-IFS: ...
42 # CHECK-MERGE-IFS: --- !ifs-v1
45 # CHECK-MERGE-IFS-NEXT: Symbols:
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/tools/llvm-ifs/
H A Dfunc.ifs1 # RUN: llvm-ifs --input-format=IFS --output-format=IFS -o - %s %S/object.ifs | \
2 # RUN: FileCheck %s --check-prefixes=CHECK-IFS
7 # RUN: llvm-ifs --input-format=IFS --output-format=IFS --strip-ifs-target -o %t.tbd %s %S/object.ifs
11 # RUN: llvm-ifs --input-format=IFS --output-format=IFS -o - %s %s | \
14 # CHECK-IFS: --- !ifs-v1
15 # CHECK-IFS-NEXT: IfsVersion: 3.0
17 # CHECK-IFS-NEXT: Symbols:
20 # CHECK-IFS: ...
42 # CHECK-MERGE-IFS: --- !ifs-v1
45 # CHECK-MERGE-IFS-NEXT: Symbols:
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/tools/llvm-ifs/
H A Dfunc.ifs1 # RUN: llvm-ifs --input-format=IFS --output-format=IFS -o - %s %S/object.ifs | \
2 # RUN: FileCheck %s --check-prefixes=CHECK-IFS
7 # RUN: llvm-ifs --input-format=IFS --output-format=IFS --strip-ifs-target -o %t.tbd %s %S/object.ifs
11 # RUN: llvm-ifs --input-format=IFS --output-format=IFS -o - %s %s | \
14 # CHECK-IFS: --- !ifs-v1
15 # CHECK-IFS-NEXT: IfsVersion: 3.0
17 # CHECK-IFS-NEXT: Symbols:
20 # CHECK-IFS: ...
42 # CHECK-MERGE-IFS: --- !ifs-v1
45 # CHECK-MERGE-IFS-NEXT: Symbols:
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/tools/llvm-ifs/
H A Dfunc.ifs1 # RUN: llvm-ifs --input-format=IFS --output-format=IFS -o - %s %S/object.ifs | \
2 # RUN: FileCheck %s --check-prefixes=CHECK-IFS
7 # RUN: llvm-ifs --input-format=IFS --output-format=IFS --strip-ifs-target -o %t.tbd %s %S/object.ifs
11 # RUN: llvm-ifs --input-format=IFS --output-format=IFS -o - %s %s | \
14 # CHECK-IFS: --- !ifs-v1
15 # CHECK-IFS-NEXT: IfsVersion: 3.0
17 # CHECK-IFS-NEXT: Symbols:
20 # CHECK-IFS: ...
42 # CHECK-MERGE-IFS: --- !ifs-v1
45 # CHECK-MERGE-IFS-NEXT: Symbols:
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/tools/llvm-ifs/
H A Dfunc.ifs1 # RUN: llvm-ifs --input-format=IFS --output-format=IFS -o - %s %S/object.ifs | \
2 # RUN: FileCheck %s --check-prefixes=CHECK-IFS
7 # RUN: llvm-ifs --input-format=IFS --output-format=IFS --strip-ifs-target -o %t.tbd %s %S/object.ifs
11 # RUN: llvm-ifs --input-format=IFS --output-format=IFS -o - %s %s | \
14 # CHECK-IFS: --- !ifs-v1
15 # CHECK-IFS-NEXT: IfsVersion: 3.0
17 # CHECK-IFS-NEXT: Symbols:
20 # CHECK-IFS: ...
42 # CHECK-MERGE-IFS: --- !ifs-v1
45 # CHECK-MERGE-IFS-NEXT: Symbols:
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/tools/llvm-ifs/
H A Dfunc.ifs1 # RUN: llvm-ifs --input-format=IFS --output-format=IFS -o - %s %S/object.ifs | \
2 # RUN: FileCheck %s --check-prefixes=CHECK-IFS
7 # RUN: llvm-ifs --input-format=IFS --output-format=IFS --strip-ifs-target -o %t.tbd %s %S/object.ifs
11 # RUN: llvm-ifs --input-format=IFS --output-format=IFS -o - %s %s | \
14 # CHECK-IFS: --- !ifs-v1
15 # CHECK-IFS-NEXT: IfsVersion: 3.0
17 # CHECK-IFS-NEXT: Symbols:
20 # CHECK-IFS: ...
42 # CHECK-MERGE-IFS: --- !ifs-v1
45 # CHECK-MERGE-IFS-NEXT: Symbols:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/InterfaceStubs/
H A Dfunc.ifs2 # RUN: FileCheck %s --check-prefixes=CHECK-IFS
10 # CHECK-IFS: --- !experimental-ifs-v2
11 # CHECK-IFS-NEXT: IfsVersion: 2.0
13 # CHECK-IFS-NEXT: ObjectFileFormat: ELF
14 # CHECK-IFS-NEXT: Symbols:
15 # CHECK-IFS-DAG: - { Name: a, Type: Func }
17 # CHECK-IFS: ...
26 # CHECK-MERGE-IFS: --- !experimental-ifs-v2
27 # CHECK-MERGE-IFS-NEXT: IfsVersion: 2.0
30 # CHECK-MERGE-IFS-NEXT: Symbols:
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/InterfaceStubs/
H A Dfunc.ifs2 # RUN: FileCheck %s --check-prefixes=CHECK-IFS
10 # CHECK-IFS: --- !experimental-ifs-v2
11 # CHECK-IFS-NEXT: IfsVersion: 2.0
13 # CHECK-IFS-NEXT: ObjectFileFormat: ELF
14 # CHECK-IFS-NEXT: Symbols:
15 # CHECK-IFS-DAG: - { Name: a, Type: Func }
17 # CHECK-IFS: ...
26 # CHECK-MERGE-IFS: --- !experimental-ifs-v2
27 # CHECK-MERGE-IFS-NEXT: IfsVersion: 2.0
30 # CHECK-MERGE-IFS-NEXT: Symbols:
[all …]

12345678910>>...382