Home
last modified time | relevance | path

Searched +full:- +full:i1b (Results 1 – 11 of 11) sorted by relevance

/external/angle/third_party/glslang/src/Test/baseResults/
Dhlsl.rw.atomics.frag.out5 0:45 Function Definition: @main( ( temp structure{ temp 4-component vector of float Color})
11-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, uniform …
14 0:50 i1b: direct index for structure ( uniform int)
15-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, uniform …
23-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, uniform …
27-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, uniform …
33-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, uniform …
36 0:52 i1b: direct index for structure ( uniform int)
37-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, uniform …
45-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, uniform …
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.rw.atomics.frag.out5 0:45 Function Definition: @main( ( temp structure{ temp 4-component vector of float Color})
11-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, uniform …
14 0:50 i1b: direct index for structure ( uniform int)
15-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, uniform …
23-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, uniform …
27-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, uniform …
33-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, uniform …
36 0:52 i1b: direct index for structure ( uniform int)
37-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, uniform …
45-component vector of uint u2, uniform 3-component vector of uint u3, uniform uint u1b, uniform …
[all …]
/external/tensorflow/tensorflow/core/transforms/constant_folding/tests/
Dshape_materialization_shapen.mlir1 // RUN: tfg-transforms-opt -tfg-constant-folding %s | FileCheck %s
5 …iner = "", dtype = f32, shape = #tf_type.shape<3x?>, shared_name = ""} : () -> (tensor<3x?x!tf_typ…
6 …tainer = "", dtype = f32, shape = #tf_type.shape<*>, shared_name = ""} : () -> (tensor<*x!tf_type.…
7 …iner = "", dtype = f32, shape = #tf_type.shape<4x6>, shared_name = ""} : () -> (tensor<4x6x!tf_typ…
9 …?x!tf_type.f32ref>, tensor<*x!tf_type.f32ref>, tensor<4x6x!tf_type.f32ref>) -> (tensor<*xi32>, ten…
10 … %Identity, %ctl_5 = Identity(%ShapeN#0) name("i1a") {T = i32} : (tensor<*xi32>) -> (tensor<*xi32>)
11 …%Identity_6, %ctl_7 = Identity(%ShapeN#0) name("i1b") {T = i32} : (tensor<*xi32>) -> (tensor<*xi32…
12 …%Identity_8, %ctl_9 = Identity(%ShapeN#1) name("i2a") {T = i32} : (tensor<*xi32>) -> (tensor<*xi32…
13 …%Identity_10, %ctl_11 = Identity(%ShapeN#1) name("i2b") {T = i32} : (tensor<*xi32>) -> (tensor<*xi…
14 …%Identity_12, %ctl_13 = Identity(%ShapeN#1) name("i2c") {T = i32} : (tensor<*xi32>) -> (tensor<*xi…
[all …]
/external/lz4/
Dappveyor.yml4 - COMPILER: "gcc"
6 - COMPILER: "gcc"
8 - COMPILER: "visual"
11 - COMPILER: "visual"
14 - COMPILER: "visual"
17 - COMPILER: "visual"
20 - COMPILER: "gcc"
24 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION%
25 - MKDIR bin
26 - if [%COMPILER%]==[gcc] SET PATH_ORIGINAL=%PATH%
[all …]
/external/fonttools/Tests/feaLib/
Dlexer_test.py34 self.assertEqual(lex("with-dash"), [(Lexer.NAME, "with-dash")])
41 self.assertEqual(lex("@Vowel-sc"), [(Lexer.GLYPHCLASS, "Vowel-sc")])
71 self.assertEqual(lex("123 -456"), [(Lexer.NUMBER, 123), (Lexer.NUMBER, -456)])
77 self.assertEqual(lex("1.23 -4.5"), [(Lexer.FLOAT, 1.23), (Lexer.FLOAT, -4.5)])
81 self.assertEqual(lex("-A-B"), [(Lexer.SYMBOL, "-"), (Lexer.NAME, "A-B")])
83 lex("foo - -2"),
84 [(Lexer.NAME, "foo"), (Lexer.SYMBOL, "-"), (Lexer.NUMBER, -2)],
104 lex(r'"M\00fcller-Lanc\00e9"'), # 'nameid 9'
105 [(Lexer.STRING, r"M\00fcller-Lanc\00e9")],
108 lex(r'"M\9fller-Lanc\8e"'), # 'nameid 9 1'
[all …]
/external/libxkbcommon/test/data/keycodes/
Dxfree86164 // in those positions are already used for well-defined keys.
190 <I1B> = 155;
300 // Codes generated for scancodes 0x59-0x5f, 0x62-0x76
337 alias <VOL-> = <I0E>;
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc7 http://www.apache.org/licenses/LICENSE-2.0
139 // c Conv2D --> x (c * filter) in MulConvPushDownTest()
346 // 1.0 + --> x + --> x 3.0 in TEST_F()
352 // 4.0 * --> y * --> y 20.0 in TEST_F()
425 // - 1 --> - x in TEST_F()
473 const Output non_const_arg) -> Output { in TEST_F()
939 EXPECT_EQ("ConstantFolding/bias_add2-broadcastto_shape-1", in TEST_F()
942 } else if (name == "ConstantFolding/bias_add2-broadcastto_shape-1") { in TEST_F()
985 test::ExpectTensorNear<float>(tensors_expected[i], tensors[i], 1e-6); in TEST_F()
1070 ops::Placeholder::Shape(PartialTensorShape({-1, -1}))); in TEST_F()
[all …]
/external/libxkbcommon/test/data/symbols/
Dinet5 // LinEAK - Linux support for Easy Access and Internets
14 // setxkbmap 'my_kb_layout' -variant 'my_kb_variant' -model 'my_eak_type'
88 key <VOL-> { [ XF86AudioLowerVolume ] };
213 // key <I249> { [ ] }; // KEY_VIDEO_NEXT -- drive next video source
214 // key <I250> { [ ] }; // KEY_VIDEO_PREV -- drive previous video source
215 …key <I251> { [ XF86MonBrightnessCycle ] }; // KEY_BRIGHTNESS_CYCLE -- bright up, max…
216 // key <I252> { [ ] }; // KEY_BRIGHTNESS_ZERO -- brightness off
217 // key <I253> { [ ] }; // KEY_DISPLAY_OFF -- turn off display
275 // Missing keycodes - set-up with setkeycodes
286 // (Your laptop must also be added to hal-info)
[all …]
/external/zstd/tests/golden-compression/
DPR-3517-block-splitter-corruption-test1-Lk=s2qoB?OKO6^ywQDTX8U::3>7`o\QY7Dn\3T9Cib5-zyyN1}?haH=5Uw`jZ9^3l)kgC.nm5DV=uWlD;H1vHo`oyRZs>:doA…
/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/resources/__files/
Dcompressed_json_body_with_extra_data.gz ... Vu�A�b ��i���ҝ��1��W�W\�_ 33-21��-���䫾\���0�z!G�-K���נs ...
/external/aws-sdk-java-v2/test/protocol-tests/src/test/resources/__files/
Dcompressed_json_body_with_extra_data.gz