Home
last modified time | relevance | path

Searched refs:Sf (Results 1 – 25 of 2048) sorted by relevance

12345678910>>...82

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/naga/src/front/wgsl/
H A Dconv.rs61 use crate::StorageFormat as Sf; in map_storage_format()
63 "r8unorm" => Sf::R8Unorm, in map_storage_format()
64 "r8snorm" => Sf::R8Snorm, in map_storage_format()
65 "r8uint" => Sf::R8Uint, in map_storage_format()
66 "r8sint" => Sf::R8Sint, in map_storage_format()
67 "r16uint" => Sf::R16Uint, in map_storage_format()
68 "r16sint" => Sf::R16Sint, in map_storage_format()
72 "rg8uint" => Sf::Rg8Uint, in map_storage_format()
73 "rg8sint" => Sf::Rg8Sint, in map_storage_format()
74 "r32uint" => Sf::R32Uint, in map_storage_format()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/naga/src/front/wgsl/
H A Dconv.rs61 use crate::StorageFormat as Sf; in map_storage_format()
63 "r8unorm" => Sf::R8Unorm, in map_storage_format()
64 "r8snorm" => Sf::R8Snorm, in map_storage_format()
65 "r8uint" => Sf::R8Uint, in map_storage_format()
66 "r8sint" => Sf::R8Sint, in map_storage_format()
67 "r16uint" => Sf::R16Uint, in map_storage_format()
68 "r16sint" => Sf::R16Sint, in map_storage_format()
72 "rg8uint" => Sf::Rg8Uint, in map_storage_format()
73 "rg8sint" => Sf::Rg8Sint, in map_storage_format()
74 "r32uint" => Sf::R32Uint, in map_storage_format()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/naga/src/proc/
H A Dmod.rs16 Sf::R8Unorm => Sk::Float, in from()
17 Sf::R8Snorm => Sk::Float, in from()
18 Sf::R8Uint => Sk::Uint, in from()
19 Sf::R8Sint => Sk::Sint, in from()
20 Sf::R16Uint => Sk::Uint, in from()
21 Sf::R16Sint => Sk::Sint, in from()
22 Sf::R16Float => Sk::Float, in from()
25 Sf::Rg8Uint => Sk::Uint, in from()
26 Sf::Rg8Sint => Sk::Sint, in from()
27 Sf::R32Uint => Sk::Uint, in from()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/naga/src/proc/
H A Dmod.rs16 Sf::R8Unorm => Sk::Float, in from()
17 Sf::R8Snorm => Sk::Float, in from()
18 Sf::R8Uint => Sk::Uint, in from()
19 Sf::R8Sint => Sk::Sint, in from()
20 Sf::R16Uint => Sk::Uint, in from()
21 Sf::R16Sint => Sk::Sint, in from()
22 Sf::R16Float => Sk::Float, in from()
25 Sf::Rg8Uint => Sk::Uint, in from()
26 Sf::Rg8Sint => Sk::Sint, in from()
27 Sf::R32Uint => Sk::Uint, in from()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/front/wgsl/
H A Dconv.rs69 use crate::StorageFormat as Sf; in map_storage_format()
71 "r8unorm" => Sf::R8Unorm, in map_storage_format()
72 "r8snorm" => Sf::R8Snorm, in map_storage_format()
73 "r8uint" => Sf::R8Uint, in map_storage_format()
74 "r8sint" => Sf::R8Sint, in map_storage_format()
75 "r16uint" => Sf::R16Uint, in map_storage_format()
76 "r16sint" => Sf::R16Sint, in map_storage_format()
80 "rg8uint" => Sf::Rg8Uint, in map_storage_format()
81 "rg8sint" => Sf::Rg8Sint, in map_storage_format()
82 "r32uint" => Sf::R32Uint, in map_storage_format()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/proc/
H A Dmod.rs29 Sf::R8Unorm => Sk::Float, in from()
30 Sf::R8Snorm => Sk::Float, in from()
31 Sf::R8Uint => Sk::Uint, in from()
32 Sf::R8Sint => Sk::Sint, in from()
33 Sf::R16Uint => Sk::Uint, in from()
34 Sf::R16Sint => Sk::Sint, in from()
38 Sf::Rg8Uint => Sk::Uint, in from()
39 Sf::Rg8Sint => Sk::Sint, in from()
40 Sf::R32Uint => Sk::Uint, in from()
41 Sf::R32Sint => Sk::Sint, in from()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/ARM/
H A Dno-tail-call.ll5 %foo = type <{ %Sf }>
6 %Sf = type <{ float }>
21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
24 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
27 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
33 %.native4.value = getelementptr inbounds %Sf, %Sf* %.native4, i32 0, i32 0
40 %.native3.value = getelementptr inbounds %Sf, %Sf* %.native3, i32 0, i32 0
59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
62 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
65 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/ARM/
H A Dno-tail-call.ll5 %foo = type <{ %Sf }>
6 %Sf = type <{ float }>
21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
24 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
27 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
33 %.native4.value = getelementptr inbounds %Sf, %Sf* %.native4, i32 0, i32 0
40 %.native3.value = getelementptr inbounds %Sf, %Sf* %.native3, i32 0, i32 0
59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
62 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
65 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/ARM/
H A Dno-tail-call.ll5 %foo = type <{ %Sf }>
6 %Sf = type <{ float }>
21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
24 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
27 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
33 %.native4.value = getelementptr inbounds %Sf, %Sf* %.native4, i32 0, i32 0
40 %.native3.value = getelementptr inbounds %Sf, %Sf* %.native3, i32 0, i32 0
59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
62 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
65 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/ARM/
H A Dno-tail-call.ll5 %foo = type <{ %Sf }>
6 %Sf = type <{ float }>
21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
24 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
27 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
33 %.native4.value = getelementptr inbounds %Sf, %Sf* %.native4, i32 0, i32 0
40 %.native3.value = getelementptr inbounds %Sf, %Sf* %.native3, i32 0, i32 0
59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
62 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
65 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/ARM/
H A Dno-tail-call.ll5 %foo = type <{ %Sf }>
6 %Sf = type <{ float }>
21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
24 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
27 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
33 %.native4.value = getelementptr inbounds %Sf, %Sf* %.native4, i32 0, i32 0
40 %.native3.value = getelementptr inbounds %Sf, %Sf* %.native3, i32 0, i32 0
59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
62 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
65 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/ARM/
H A Dno-tail-call.ll5 %foo = type <{ %Sf }>
6 %Sf = type <{ float }>
21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
24 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
27 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
33 %.native4.value = getelementptr inbounds %Sf, %Sf* %.native4, i32 0, i32 0
40 %.native3.value = getelementptr inbounds %Sf, %Sf* %.native3, i32 0, i32 0
59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
62 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
65 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/ARM/
H A Dno-tail-call.ll5 %foo = type <{ %Sf }>
6 %Sf = type <{ float }>
21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
24 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
27 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
33 %.native4.value = getelementptr inbounds %Sf, %Sf* %.native4, i32 0, i32 0
40 %.native3.value = getelementptr inbounds %Sf, %Sf* %.native3, i32 0, i32 0
59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
62 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
65 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/ARM/
H A Dno-tail-call.ll5 %foo = type <{ %Sf }>
6 %Sf = type <{ float }>
21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
24 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
27 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
33 %.native4.value = getelementptr inbounds %Sf, %Sf* %.native4, i32 0, i32 0
40 %.native3.value = getelementptr inbounds %Sf, %Sf* %.native3, i32 0, i32 0
59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
62 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
65 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/ARM/
H A Dno-tail-call.ll5 %foo = type <{ %Sf }>
6 %Sf = type <{ float }>
21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
24 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
27 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
33 %.native4.value = getelementptr inbounds %Sf, %Sf* %.native4, i32 0, i32 0
40 %.native3.value = getelementptr inbounds %Sf, %Sf* %.native3, i32 0, i32 0
59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
62 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
65 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/ARM/
H A Dno-tail-call.ll5 %foo = type <{ %Sf }>
6 %Sf = type <{ float }>
21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
24 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
27 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
33 %.native4.value = getelementptr inbounds %Sf, %Sf* %.native4, i32 0, i32 0
40 %.native3.value = getelementptr inbounds %Sf, %Sf* %.native3, i32 0, i32 0
59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
62 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
65 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/ARM/
H A Dno-tail-call.ll5 %foo = type <{ %Sf }>
6 %Sf = type <{ float }>
21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
24 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
27 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
33 %.native4.value = getelementptr inbounds %Sf, %Sf* %.native4, i32 0, i32 0
40 %.native3.value = getelementptr inbounds %Sf, %Sf* %.native3, i32 0, i32 0
59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
62 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
65 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/ARM/
H A Dno-tail-call.ll5 %foo = type <{ %Sf }>
6 %Sf = type <{ float }>
21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
24 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
27 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
33 %.native4.value = getelementptr inbounds %Sf, %Sf* %.native4, i32 0, i32 0
40 %.native3.value = getelementptr inbounds %Sf, %Sf* %.native3, i32 0, i32 0
59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
62 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
65 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/ARM/
H A Dno-tail-call.ll5 %foo = type <{ %Sf }>
6 %Sf = type <{ float }>
21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
24 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
27 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
33 %.native4.value = getelementptr inbounds %Sf, %Sf* %.native4, i32 0, i32 0
40 %.native3.value = getelementptr inbounds %Sf, %Sf* %.native3, i32 0, i32 0
59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
62 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
65 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/ARM/
H A Dno-tail-call.ll5 %foo = type <{ %Sf }>
6 %Sf = type <{ float }>
21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
24 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
27 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
33 %.native4.value = getelementptr inbounds %Sf, %Sf* %.native4, i32 0, i32 0
40 %.native3.value = getelementptr inbounds %Sf, %Sf* %.native3, i32 0, i32 0
59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
62 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
65 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/ARM/
H A Dno-tail-call.ll5 %foo = type <{ %Sf }>
6 %Sf = type <{ float }>
21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
24 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
27 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
33 %.native4.value = getelementptr inbounds %Sf, %Sf* %.native4, i32 0, i32 0
40 %.native3.value = getelementptr inbounds %Sf, %Sf* %.native3, i32 0, i32 0
59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
62 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
65 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
[all …]
/dports/japanese/anthy/anthy-0.4/depgraph/
H A Dav.depword3 @副詞0のあと "" @と(副詞) @たる @する Sf@
5 @副詞2のあと "" @と(副詞) @たる Sf@
7 @副詞4のあと "" @と(副詞) @する Sf@
9 @副詞6のあと "" @と(副詞) Sf@
11 @副詞8のあと "" @たる @する Sf@
13 @副詞10のあと "" @たる Sf@
15 @副詞12のあと "" @する Sf@
/dports/graphics/gmt/gmt-6.3.0/test/psxy/
H A Dfront.sh19 gmt psxy -R -J -O -K -W1p -Gred -Sf-1/0.1i+b -X0.5i t.txt >> $ps
20 gmt psxy -R -J -O -K -W1p -Gred -Sf-1/0.1i+c -X0.5i t.txt >> $ps
21 gmt psxy -R -J -O -K -W1p -Gred -Sf-1/0.1i+f -X0.5i t.txt >> $ps
22 gmt psxy -R -J -O -K -W1p -Sf-1/0.4i+S+l -X0.5i t.txt >> $ps
23 gmt psxy -R -J -O -K -W1p -Gred -Sf-1/0.1i+t -X0.5i t.txt >> $ps
24 gmt psxy -R -J -O -K -W1p -Gred -Sf-1/0.1i+v -X0.5i t.txt >> $ps
32 gmt psxy -R -J -O -K -W1p -Gblue -Sf-1/0.1i+b+r -X0.5i t.txt >> $ps
33 gmt psxy -R -J -O -K -W1p -Gblue -Sf-1/0.1i+c+r -X0.5i t.txt >> $ps
34 gmt psxy -R -J -O -K -W1p -Gblue -Sf-1/0.1i+f+r -X0.5i t.txt >> $ps
35 gmt psxy -R -J -O -K -W1p -Gblue -Sf-1/0.4i+s+r -X0.5i t.txt >> $ps
[all …]
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/tests/sfio/
H A Dtmtsafe.c30 static Sfio_t *Sf; variable
51 if (sfputr(Sf, s, '\n') != 10) {
96 Sf = sfopen(NULL, tstfile("sf", 0), Inverted ? "w+" : "mw+"); in tmain()
108 if (sfseek(Sf, (Sfoff_t)0, SEEK_SET) != (Sfoff_t)0) { in tmain()
116 if (!(s = sfgetr(Sf, '\n', 1))) break; in tmain()
119 if (i < 0 || i >= 26 || sfvalue(Sf) != 10) { in tmain()
145 Sf = sfopen(Sf, tstfile("sf", 0), Inverted ? "w+" : "mw+"); in tmain()
160 if (sfseek(Sf, (Sfoff_t)0, SEEK_SET) != (Sfoff_t)0) { in tmain()
168 if (!(s = sfgetr(Sf, '\n', 1))) break; in tmain()
171 if (i < 0 || i >= 26 || sfvalue(Sf) != 10) { in tmain()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/tests/sfio/
H A Dtmtsafe.c28 static Sfio_t* Sf; variable
73 { if(sfputr(Sf, s, '\n') != 10)
92 if(sfwrite(Sf,Bigz,sizeof(Bigz)) != sizeof(Bigz))
144 if(sfseek(Sf,(Sfoff_t)0,SEEK_SET) != (Sfoff_t)0) in tmain()
151 { if(!(s = sfgetr(Sf,'\n',1)) ) in tmain()
155 if(i < 0 || i >= 26 || sfvalue(Sf) != 10) in tmain()
179 Sf = sfopen(Sf,tstfile("sf", 0), Inverted ? "w+" : "mw+"); in tmain()
198 if(sfseek(Sf,(Sfoff_t)0,SEEK_SET) != (Sfoff_t)0) in tmain()
205 { if(!(s = sfgetr(Sf,'\n',1)) ) in tmain()
209 if(i < 0 || i >= 26 || sfvalue(Sf) != 10) in tmain()
[all …]

12345678910>>...82