Home
last modified time | relevance | path

Searched refs:hs2 (Results 1 – 25 of 764) sorted by relevance

12345678910>>...31

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/dbi/hiveserver2/
H A Dthrift_internal.cc260 case hs2::TTypeId::INT_TYPE: in TTypeIdToTypeId()
262 case hs2::TTypeId::BIGINT_TYPE: in TTypeIdToTypeId()
264 case hs2::TTypeId::FLOAT_TYPE: in TTypeIdToTypeId()
266 case hs2::TTypeId::DOUBLE_TYPE: in TTypeIdToTypeId()
268 case hs2::TTypeId::STRING_TYPE: in TTypeIdToTypeId()
274 case hs2::TTypeId::ARRAY_TYPE: in TTypeIdToTypeId()
276 case hs2::TTypeId::MAP_TYPE: in TTypeIdToTypeId()
280 case hs2::TTypeId::UNION_TYPE: in TTypeIdToTypeId()
286 case hs2::TTypeId::NULL_TYPE: in TTypeIdToTypeId()
288 case hs2::TTypeId::DATE_TYPE: in TTypeIdToTypeId()
[all …]
H A Dsample_usage.cc25 namespace hs2 = arrow::hiveserver2;
29 using hs2::Operation;
30 using hs2::Service;
31 using hs2::Session;
47 hs2::ProtocolVersion protocol = hs2::ProtocolVersion::PROTOCOL_V7; in main()
58 hs2::HS2ClientConfig config; in main()
70 std::unique_ptr<hs2::Operation> execute_op; in main()
80 std::unique_ptr<hs2::ColumnarRowSet> execute_results; in main()
94 std::unique_ptr<hs2::Int32Column> int_col = execute_results->GetInt32Col(0); in main()
95 std::unique_ptr<hs2::StringColumn> string_col = execute_results->GetStringCol(1); in main()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/dbi/hiveserver2/
H A Dthrift_internal.cc260 case hs2::TTypeId::INT_TYPE: in TTypeIdToTypeId()
262 case hs2::TTypeId::BIGINT_TYPE: in TTypeIdToTypeId()
264 case hs2::TTypeId::FLOAT_TYPE: in TTypeIdToTypeId()
266 case hs2::TTypeId::DOUBLE_TYPE: in TTypeIdToTypeId()
268 case hs2::TTypeId::STRING_TYPE: in TTypeIdToTypeId()
274 case hs2::TTypeId::ARRAY_TYPE: in TTypeIdToTypeId()
276 case hs2::TTypeId::MAP_TYPE: in TTypeIdToTypeId()
280 case hs2::TTypeId::UNION_TYPE: in TTypeIdToTypeId()
286 case hs2::TTypeId::NULL_TYPE: in TTypeIdToTypeId()
288 case hs2::TTypeId::DATE_TYPE: in TTypeIdToTypeId()
[all …]
H A Dsample_usage.cc25 namespace hs2 = arrow::hiveserver2;
29 using hs2::Operation;
30 using hs2::Service;
31 using hs2::Session;
47 hs2::ProtocolVersion protocol = hs2::ProtocolVersion::PROTOCOL_V7; in main()
58 hs2::HS2ClientConfig config; in main()
70 std::unique_ptr<hs2::Operation> execute_op; in main()
80 std::unique_ptr<hs2::ColumnarRowSet> execute_results; in main()
94 std::unique_ptr<hs2::Int32Column> int_col = execute_results->GetInt32Col(0); in main()
95 std::unique_ptr<hs2::StringColumn> string_col = execute_results->GetStringCol(1); in main()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/dbi/hiveserver2/
H A Dthrift_internal.cc260 case hs2::TTypeId::INT_TYPE: in TTypeIdToTypeId()
262 case hs2::TTypeId::BIGINT_TYPE: in TTypeIdToTypeId()
264 case hs2::TTypeId::FLOAT_TYPE: in TTypeIdToTypeId()
266 case hs2::TTypeId::DOUBLE_TYPE: in TTypeIdToTypeId()
268 case hs2::TTypeId::STRING_TYPE: in TTypeIdToTypeId()
274 case hs2::TTypeId::ARRAY_TYPE: in TTypeIdToTypeId()
276 case hs2::TTypeId::MAP_TYPE: in TTypeIdToTypeId()
280 case hs2::TTypeId::UNION_TYPE: in TTypeIdToTypeId()
286 case hs2::TTypeId::NULL_TYPE: in TTypeIdToTypeId()
288 case hs2::TTypeId::DATE_TYPE: in TTypeIdToTypeId()
[all …]
H A Dsample_usage.cc25 namespace hs2 = arrow::hiveserver2;
29 using hs2::Operation;
30 using hs2::Service;
31 using hs2::Session;
47 hs2::ProtocolVersion protocol = hs2::ProtocolVersion::PROTOCOL_V7; in main()
58 hs2::HS2ClientConfig config; in main()
70 std::unique_ptr<hs2::Operation> execute_op; in main()
80 std::unique_ptr<hs2::ColumnarRowSet> execute_results; in main()
94 std::unique_ptr<hs2::Int32Column> int_col = execute_results->GetInt32Col(0); in main()
95 std::unique_ptr<hs2::StringColumn> string_col = execute_results->GetStringCol(1); in main()
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/physics/quantum/tests/
H A Dtest_hilbert.py57 hs2 = ComplexSpace(n)
59 h = hs1*hs2
64 h = hs2*hs2
66 assert h.base == hs2
71 h = hs1*hs2*f
78 hs2 = ComplexSpace(n)
86 h = hs2**3
88 assert h.base == hs2
96 hs2 = ComplexSpace(n)
98 h = hs1 + hs2
[all …]
/dports/devel/libtpl/libtpl-8fa17e5/tests/
H A Dtest59.c18 struct has_strings hs,hs2; in main() local
34 tn = tpl_map("cc#cc#", &hs2.a, hs2.s1, S1_LEN, &hs2.b, hs2.s2, S2_LEN); in main()
40 printf("hs2.a: %c\n", hs2.a); in main()
41 printf("hs2.s1 length: %d\n", (int)strlen(hs2.s1)); in main()
42 printf("hs2.s1: %s\n", hs2.s1); in main()
43 printf("hs2.b: %c\n", hs2.b); in main()
44 printf("hs2.s2 length: %d\n", (int)strlen(hs2.s2)); in main()
45 printf("hs2.s2: %s\n", hs2.s2); in main()
/dports/print/xmbibtex/xmbibtex-1.7/src/
H A Dmystrstr.cc13 char *hs1, *hs2; in mystrstr() local
18 hs2=new char[strlen(s2)+1]; in mystrstr()
21 strcpy(hs2,s2); in mystrstr()
25 for (i=0; hs2[i]; i++) hs2[i]=toupper(hs2[i]); in mystrstr()
28 rc=strstr(hs1,hs2); in mystrstr()
30 delete [] hs1; delete [] hs2; in mystrstr()
/dports/lang/gcc6-aux/gcc-6-20180516/libgomp/testsuite/libgomp.oacc-fortran/
H A Dreduction-6.f908 integer :: i, gs1, gs2, ws1, ws2, vs1, vs2, cs1, cs2, hs1, hs2 variable
20 hs2 = 0
57 hs2 = hs2 + 2
61 if (gs2 .ne. hs2) call abort ()
64 if (ws2 .ne. hs2) call abort ()
67 if (vs2 .ne. hs2) call abort ()
70 if (cs2 .ne. hs2) call abort ()
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/testsuite/libgomp.oacc-fortran/
H A Dreduction-6.f9011 integer :: i, gs1, gs2, ws1, ws2, vs1, vs2, cs1, cs2, hs1, hs2 variable
23 hs2 = 0
61 hs2 = hs2 + 2
65 if (gs2 .ne. hs2) STOP 2
68 if (ws2 .ne. hs2) STOP 4
71 if (vs2 .ne. hs2) STOP 6
74 if (cs2 .ne. hs2) STOP 8
/dports/lang/gcc8/gcc-8.5.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Dreduction-6.f908 integer :: i, gs1, gs2, ws1, ws2, vs1, vs2, cs1, cs2, hs1, hs2 variable
20 hs2 = 0
57 hs2 = hs2 + 2
61 if (gs2 .ne. hs2) STOP 2
64 if (ws2 .ne. hs2) STOP 4
67 if (vs2 .ne. hs2) STOP 6
70 if (cs2 .ne. hs2) STOP 8
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Dreduction-6.f908 integer :: i, gs1, gs2, ws1, ws2, vs1, vs2, cs1, cs2, hs1, hs2 variable
20 hs2 = 0
57 hs2 = hs2 + 2
61 if (gs2 .ne. hs2) STOP 2
64 if (ws2 .ne. hs2) STOP 4
67 if (vs2 .ne. hs2) STOP 6
70 if (cs2 .ne. hs2) STOP 8
/dports/lang/gcc11/gcc-11.2.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Dreduction-6.f908 integer :: i, gs1, gs2, ws1, ws2, vs1, vs2, cs1, cs2, hs1, hs2 variable
20 hs2 = 0
57 hs2 = hs2 + 2
61 if (gs2 .ne. hs2) STOP 2
64 if (ws2 .ne. hs2) STOP 4
67 if (vs2 .ne. hs2) STOP 6
70 if (cs2 .ne. hs2) STOP 8
/dports/lang/gcc10/gcc-10.3.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Dreduction-6.f908 integer :: i, gs1, gs2, ws1, ws2, vs1, vs2, cs1, cs2, hs1, hs2 variable
20 hs2 = 0
57 hs2 = hs2 + 2
61 if (gs2 .ne. hs2) STOP 2
64 if (ws2 .ne. hs2) STOP 4
67 if (vs2 .ne. hs2) STOP 6
70 if (cs2 .ne. hs2) STOP 8
/dports/lang/gcc11-devel/gcc-11-20211009/libgomp/testsuite/libgomp.oacc-fortran/
H A Dreduction-6.f908 integer :: i, gs1, gs2, ws1, ws2, vs1, vs2, cs1, cs2, hs1, hs2 variable
20 hs2 = 0
57 hs2 = hs2 + 2
61 if (gs2 .ne. hs2) STOP 2
64 if (ws2 .ne. hs2) STOP 4
67 if (vs2 .ne. hs2) STOP 6
70 if (cs2 .ne. hs2) STOP 8
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Dreduction-6.f908 integer :: i, gs1, gs2, ws1, ws2, vs1, vs2, cs1, cs2, hs1, hs2 variable
20 hs2 = 0
57 hs2 = hs2 + 2
61 if (gs2 .ne. hs2) STOP 2
64 if (ws2 .ne. hs2) STOP 4
67 if (vs2 .ne. hs2) STOP 6
70 if (cs2 .ne. hs2) STOP 8
/dports/devel/avr-gcc/gcc-10.2.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Dreduction-6.f908 integer :: i, gs1, gs2, ws1, ws2, vs1, vs2, cs1, cs2, hs1, hs2 variable
20 hs2 = 0
57 hs2 = hs2 + 2
61 if (gs2 .ne. hs2) STOP 2
64 if (ws2 .ne. hs2) STOP 4
67 if (vs2 .ne. hs2) STOP 6
70 if (cs2 .ne. hs2) STOP 8
/dports/lang/gcc9-devel/gcc-9-20211007/libgomp/testsuite/libgomp.oacc-fortran/
H A Dreduction-6.f908 integer :: i, gs1, gs2, ws1, ws2, vs1, vs2, cs1, cs2, hs1, hs2 variable
20 hs2 = 0
57 hs2 = hs2 + 2
61 if (gs2 .ne. hs2) STOP 2
64 if (ws2 .ne. hs2) STOP 4
67 if (vs2 .ne. hs2) STOP 6
70 if (cs2 .ne. hs2) STOP 8
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Dreduction-6.f908 integer :: i, gs1, gs2, ws1, ws2, vs1, vs2, cs1, cs2, hs1, hs2 variable
20 hs2 = 0
57 hs2 = hs2 + 2
61 if (gs2 .ne. hs2) STOP 2
64 if (ws2 .ne. hs2) STOP 4
67 if (vs2 .ne. hs2) STOP 6
70 if (cs2 .ne. hs2) STOP 8
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Dreduction-6.f908 integer :: i, gs1, gs2, ws1, ws2, vs1, vs2, cs1, cs2, hs1, hs2 variable
20 hs2 = 0
57 hs2 = hs2 + 2
61 if (gs2 .ne. hs2) STOP 2
64 if (ws2 .ne. hs2) STOP 4
67 if (vs2 .ne. hs2) STOP 6
70 if (cs2 .ne. hs2) STOP 8
/dports/devel/riscv64-gcc/gcc-8.3.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Dreduction-6.f908 integer :: i, gs1, gs2, ws1, ws2, vs1, vs2, cs1, cs2, hs1, hs2 variable
20 hs2 = 0
57 hs2 = hs2 + 2
61 if (gs2 .ne. hs2) STOP 2
64 if (ws2 .ne. hs2) STOP 4
67 if (vs2 .ne. hs2) STOP 6
70 if (cs2 .ne. hs2) STOP 8
/dports/lang/gnat_util/gcc-6-20180516/libgomp/testsuite/libgomp.oacc-fortran/
H A Dreduction-6.f908 integer :: i, gs1, gs2, ws1, ws2, vs1, vs2, cs1, cs2, hs1, hs2 variable
20 hs2 = 0
57 hs2 = hs2 + 2
61 if (gs2 .ne. hs2) call abort ()
64 if (ws2 .ne. hs2) call abort ()
67 if (vs2 .ne. hs2) call abort ()
70 if (cs2 .ne. hs2) call abort ()
/dports/lang/gcc10-devel/gcc-10-20211008/libgomp/testsuite/libgomp.oacc-fortran/
H A Dreduction-6.f908 integer :: i, gs1, gs2, ws1, ws2, vs1, vs2, cs1, cs2, hs1, hs2 variable
20 hs2 = 0
57 hs2 = hs2 + 2
61 if (gs2 .ne. hs2) STOP 2
64 if (ws2 .ne. hs2) STOP 4
67 if (vs2 .ne. hs2) STOP 6
70 if (cs2 .ne. hs2) STOP 8
/dports/lang/gcc9/gcc-9.4.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Dreduction-6.f908 integer :: i, gs1, gs2, ws1, ws2, vs1, vs2, cs1, cs2, hs1, hs2 variable
20 hs2 = 0
57 hs2 = hs2 + 2
61 if (gs2 .ne. hs2) STOP 2
64 if (ws2 .ne. hs2) STOP 4
67 if (vs2 .ne. hs2) STOP 6
70 if (cs2 .ne. hs2) STOP 8

12345678910>>...31