Home
last modified time | relevance | path

Searched refs:ui2 (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/clang/test/Sema/
Dzvector2.c14 vector unsigned int ui, ui2; variable
92 ff = ff + ui2; // expected-error {{cannot convert}} in foo()
100 ff = ff - ui2; // expected-error {{cannot convert}} in foo()
108 ff = ff * ui2; // expected-error {{cannot convert}} in foo()
116 ff = ff / ui2; // expected-error {{cannot convert}} in foo()
124 ff = ff % ui2; // expected-error {{invalid operands}} in foo()
140 ff = ff & ui2; // expected-error {{invalid operands}} in foo()
150 ff = ff | ui2; // expected-error {{invalid operands}} in foo()
160 ff = ff ^ ui2; // expected-error {{invalid operands}} in foo()
171 ff = ff << ui2; // expected-error {{integer is required}} in foo()
[all …]
Dzvector.c14 vector unsigned int ui, ui2; variable
98 ui = ui2; in foo()
131 uc = ui2; // expected-error {{incompatible type}} in foo()
141 bc = ui2; // expected-error {{incompatible type}} in foo()
163 bi = (vector bool int)ui2; in foo()
180 bs = (vector bool short)ui2; in foo()
205 ++ui2; in foo()
245 --ui2; in foo()
285 ui = +ui2; in foo()
311 ui = -ui2; in foo()
[all …]
/external/clang/test/CodeGen/
Dzvector.c13 volatile vector unsigned int ui, ui2; variable
47 ui = ui2; in test_assign()
84 ui = +ui2; in test_pos()
142 ++ui2; in test_preinc()
179 ui2++; in test_postinc()
216 --ui2; in test_predec()
253 ui2--; in test_postdec()
336 ui = ui + ui2; in test_add()
344 ui = bi + ui2; in test_add()
426 ui += ui2; in test_add_assign()
[all …]
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dzvector.c12 volatile vector unsigned int ui, ui2; variable
52 ui = ui2; in test_assign()
89 ui = +ui2; in test_pos()
161 ++ui2; in test_preinc()
207 ui2++; in test_postinc()
253 --ui2; in test_predec()
299 ui2--; in test_postdec()
428 ui = ui + ui2; in test_add()
430 ui = bi + ui2; in test_add()
526 ui += ui2; in test_add_assign()
[all …]
/external/clang/test/Sema/
Dzvector.c14 vector unsigned int ui, ui2; variable
55 ui = ui2; in foo()
88 uc = ui2; // expected-error {{incompatible type}} in foo()
98 bc = ui2; // expected-error {{incompatible type}} in foo()
120 bi = (vector bool int)ui2; in foo()
137 bs = (vector bool short)ui2; in foo()
162 ++ui2; in foo()
202 --ui2; in foo()
242 ui = +ui2; in foo()
268 ui = -ui2; in foo()
[all …]
/external/libffi/testsuite/libffi.call/
Dstruct4.c13 unsigned ui2; member
19 ts.ui3 = ts.ui1 * ts.ui2 * ts.ui3; in struct4()
54 ts4_arg.ui2 = 3; in main()
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dstruct4.c13 unsigned ui2; member
19 ts.ui3 = ts.ui1 * ts.ui2 * ts.ui3; in struct4()
54 ts4_arg.ui2 = 3; in main()
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.rw.vec2.bracket.frag.out56 …niform 2-component vector of float uf2, uniform 2-component vector of int ui2, uniform 2-compone…
65 …niform 2-component vector of float uf2, uniform 2-component vector of int ui2, uniform 2-compone…
74 …niform 2-component vector of float uf2, uniform 2-component vector of int ui2, uniform 2-compone…
83 …niform 2-component vector of float uf2, uniform 2-component vector of int ui2, uniform 2-compone…
92 …niform 2-component vector of float uf2, uniform 2-component vector of int ui2, uniform 2-compone…
101 …niform 2-component vector of float uf2, uniform 2-component vector of int ui2, uniform 2-compone…
110 …niform 2-component vector of float uf2, uniform 2-component vector of int ui2, uniform 2-compone…
119 …niform 2-component vector of float uf2, uniform 2-component vector of int ui2, uniform 2-compone…
128 …niform 2-component vector of float uf2, uniform 2-component vector of int ui2, uniform 2-compone…
137 …niform 2-component vector of float uf2, uniform 2-component vector of int ui2, uniform 2-compone…
[all …]
/external/aac/libFDK/src/
Dfft.cpp743 FIXP_DBL vi2, ui2; in fft_16() local
776 ui2 = (x[13] SHIFT_A) + (x[29] SHIFT_A); /* Im C + Im D */ in fft_16()
778 x[9] = ur2 + (ui2 SHIFT_B); /* Im A' = sum of imag values */ in fft_16()
780 x[13] = ur2 - (ui2 SHIFT_B); /* Im C' = -Im C -Im D +Im A +Im B */ in fft_16()
784 ui2 = (ui2 SHIFT_B)-x[29]; /* Im C - Im D */ in fft_16()
789 x[10] = ui2 + vr2; /* Re B' = Im C - Im D + Re A - Re B */ in fft_16()
795 x[14] = vr2 - ui2; /* Re D' = -Im C + Im D + Re A - Re B */ in fft_16()
1013 FIXP_DBL vi2, ui2; in fft_32() local
1067 ui2 = (x[19] + x[51]) SHIFT_A; /* Im C + Im D */ in fft_32()
1081 x[33] = ur3 + (ui2 SHIFT_B); /* Im A' = sum of imag values */ in fft_32()
[all …]
/external/mesa3d/src/mesa/vbo/
Dvbo_util.h40 static inline float conv_ui2_to_norm_float(unsigned ui2) in conv_ui2_to_norm_float() argument
42 return ui2 / 3.0f; in conv_ui2_to_norm_float()
/external/libxaac/decoder/
Dixheaacd_esbr_envcal.c85 WORD32 n, c, li, ui, i, j, k = 0, l, m = 0, kk = 0, o, next = -1, ui2, flag, in ixheaacd_sbr_env_calc() local
224 ui2 = frame_data->pstr_sbr_header->pstr_freq_band_data in ixheaacd_sbr_env_calc()
228 o = (k + li >= ui2) ? o + 1 : o; in ixheaacd_sbr_env_calc()
230 ui2 = freq_band_table_noise[o + 1]; in ixheaacd_sbr_env_calc()
279 ui2 = frame_data->pstr_sbr_header->pstr_freq_band_data in ixheaacd_sbr_env_calc()
308 o = (k + li >= ui2) ? o + 1 : o; in ixheaacd_sbr_env_calc()
310 ui2 = freq_band_table_noise[o + 1]; in ixheaacd_sbr_env_calc()
399 ui2 = frame_data->pstr_sbr_header->pstr_freq_band_data in ixheaacd_sbr_env_calc()
427 o = (k + li >= ui2) ? o + 1 : o; in ixheaacd_sbr_env_calc()
429 ui2 = freq_band_table_noise[o + 1]; in ixheaacd_sbr_env_calc()
[all …]
/external/clang/lib/Headers/
D__clang_cuda_intrinsics.h231 typedef unsigned int ui2 __attribute__((ext_vector_type(2))); in __ldg() typedef
232 ui2 rv = __nvvm_ldg_ui2(reinterpret_cast<const ui2 *>(ptr)); in __ldg()
/external/javassist/src/test/javassist/bytecode/
DBytecodeTest.java593 Utf8Info ui2 = new Utf8Info("te" + "st", n++); in testConstInfos() local
595 assertTrue(ui1.hashCode() == ui2.hashCode()); in testConstInfos()
597 assertTrue(ui1.equals(ui2)); in testConstInfos()
603 ClassInfo ci3 = new ClassInfo(ui2.index, n++); in testConstInfos()
628 MethodrefInfo mi4 = new MethodrefInfo(ui2.index, ui3.index, n++); in testConstInfos()
652 StringInfo si3 = new StringInfo(ui2.index, n++); in testConstInfos()
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_intrinsics.h395 typedef unsigned int ui2 __attribute__((ext_vector_type(2))); in __ldg() typedef
396 ui2 rv = __nvvm_ldg_ui2(reinterpret_cast<const ui2 *>(ptr)); in __ldg()
/external/deqp-deps/glslang/Test/
Dhlsl.rw.vec2.bracket.frag39 uniform int2 ui2;
/external/mesa3d/src/intel/isl/
Disl_format_layout.csv116 R10G10B10A2_UINT , 32, 1, 1, 1, ui10, ui10, ui10, ui2, , , , rgba, line…
282 B10G10R10A2_UINT , 32, 1, 1, 1, ui10, ui10, ui10, ui2, , , , rgba, line…
/external/llvm-project/mlir/test/IR/
Dparser.mlir67 // CHECK: func private @uint_types(ui2, ui4) -> (ui7, ui1023)
68 func private @uint_types(ui2, ui4) -> (ui7, ui1023)
/external/llvm-project/llvm/test/CodeGen/Mips/Fast-ISel/
Dlogopm.ll19 @ui2 = common global i32 0, align 4
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dlogopm.ll19 @ui2 = common global i32 0, align 4
/external/libffi/testsuite/libffi.bhaible/
Dtestcases.c81 uint ui1=1, ui2=2, ui3=3, ui4=4, ui5=5, ui6=6, ui7=7, ui8=8, ui9=9; variable
/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp3565 UInt2 ui2(1, 2); in TEST() local
3584 RR_WATCH(ui2); in TEST()
/external/hyphenation-patterns/en-US/
Dhyph-en-us.pat.txt4058 2ui2
/external/hyphenation-patterns/en-GB/
Dhyph-en-gb.pat.txt7817 2ui2