Home
last modified time | relevance | path

Searched refs:Tb (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/third_party/boost/boost/qvm/gen/
Dvec_mat_operations4.hpp32 typedef typename vec_traits<B>::scalar_type Tb; in operator *() typedef
49 Tb const b0 = vec_traits<B>::template read_element<0>(b); in operator *()
50 Tb const b1 = vec_traits<B>::template read_element<1>(b); in operator *()
51 Tb const b2 = vec_traits<B>::template read_element<2>(b); in operator *()
52 Tb const b3 = vec_traits<B>::template read_element<3>(b); in operator *()
92 typedef typename mat_traits<B>::scalar_type Tb; in operator *() typedef
97 Tb const b00 = mat_traits<B>::template read_element<0,0>(b); in operator *()
98 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *()
99 Tb const b02 = mat_traits<B>::template read_element<0,2>(b); in operator *()
100 Tb const b03 = mat_traits<B>::template read_element<0,3>(b); in operator *()
[all …]
Dvec_mat_operations3.hpp32 typedef typename vec_traits<B>::scalar_type Tb; in operator *() typedef
42 Tb const b0 = vec_traits<B>::template read_element<0>(b); in operator *()
43 Tb const b1 = vec_traits<B>::template read_element<1>(b); in operator *()
44 Tb const b2 = vec_traits<B>::template read_element<2>(b); in operator *()
83 typedef typename mat_traits<B>::scalar_type Tb; in operator *() typedef
87 Tb const b00 = mat_traits<B>::template read_element<0,0>(b); in operator *()
88 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *()
89 Tb const b02 = mat_traits<B>::template read_element<0,2>(b); in operator *()
90 Tb const b10 = mat_traits<B>::template read_element<1,0>(b); in operator *()
91 Tb const b11 = mat_traits<B>::template read_element<1,1>(b); in operator *()
[all …]
Dvec_mat_operations2.hpp32 typedef typename vec_traits<B>::scalar_type Tb; in operator *() typedef
37 Tb const b0 = vec_traits<B>::template read_element<0>(b); in operator *()
38 Tb const b1 = vec_traits<B>::template read_element<1>(b); in operator *()
76 typedef typename mat_traits<B>::scalar_type Tb; in operator *() typedef
79 Tb const b00 = mat_traits<B>::template read_element<0,0>(b); in operator *()
80 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *()
81 Tb const b10 = mat_traits<B>::template read_element<1,0>(b); in operator *()
82 Tb const b11 = mat_traits<B>::template read_element<1,1>(b); in operator *()
Dmat_operations4.hpp1847 typedef typename mat_traits<B>::scalar_type Tb; in operator *() typedef
1864 Tb const b00 = mat_traits<B>::template read_element<0,0>(b); in operator *()
1865 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *()
1866 Tb const b02 = mat_traits<B>::template read_element<0,2>(b); in operator *()
1867 Tb const b03 = mat_traits<B>::template read_element<0,3>(b); in operator *()
1868 Tb const b10 = mat_traits<B>::template read_element<1,0>(b); in operator *()
1869 Tb const b11 = mat_traits<B>::template read_element<1,1>(b); in operator *()
1870 Tb const b12 = mat_traits<B>::template read_element<1,2>(b); in operator *()
1871 Tb const b13 = mat_traits<B>::template read_element<1,3>(b); in operator *()
1872 Tb const b20 = mat_traits<B>::template read_element<2,0>(b); in operator *()
[all …]
Dmat_operations3.hpp1693 typedef typename mat_traits<B>::scalar_type Tb; in operator *() typedef
1703 Tb const b00 = mat_traits<B>::template read_element<0,0>(b); in operator *()
1704 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *()
1705 Tb const b02 = mat_traits<B>::template read_element<0,2>(b); in operator *()
1706 Tb const b10 = mat_traits<B>::template read_element<1,0>(b); in operator *()
1707 Tb const b11 = mat_traits<B>::template read_element<1,1>(b); in operator *()
1708 Tb const b12 = mat_traits<B>::template read_element<1,2>(b); in operator *()
1709 Tb const b20 = mat_traits<B>::template read_element<2,0>(b); in operator *()
1710 Tb const b21 = mat_traits<B>::template read_element<2,1>(b); in operator *()
1711 Tb const b22 = mat_traits<B>::template read_element<2,2>(b); in operator *()
[all …]
Dmat_operations2.hpp1542 typedef typename mat_traits<B>::scalar_type Tb; in operator *() typedef
1547 Tb const b00 = mat_traits<B>::template read_element<0,0>(b); in operator *()
1548 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *()
1549 Tb const b10 = mat_traits<B>::template read_element<1,0>(b); in operator *()
1550 Tb const b11 = mat_traits<B>::template read_element<1,1>(b); in operator *()
1591 typedef typename mat_traits<B>::scalar_type Tb; in operator *=() typedef
1596 Tb const b00 = mat_traits<B>::template read_element<0,0>(b); in operator *=()
1597 Tb const b01 = mat_traits<B>::template read_element<0,1>(b); in operator *=()
1598 Tb const b10 = mat_traits<B>::template read_element<1,0>(b); in operator *=()
1599 Tb const b11 = mat_traits<B>::template read_element<1,1>(b); in operator *=()
[all …]
Dvec_operations4.hpp637 typedef typename vec_traits<B>::scalar_type Tb; in dot() typedef
638 typedef typename deduce_scalar<Ta,Tb>::type Tr; in dot()
643 Tb const b0=vec_traits<B>::template read_element<0>(b); in dot()
644 Tb const b1=vec_traits<B>::template read_element<1>(b); in dot()
645 Tb const b2=vec_traits<B>::template read_element<2>(b); in dot()
646 Tb const b3=vec_traits<B>::template read_element<3>(b); in dot()
Dvec_operations3.hpp618 typedef typename vec_traits<B>::scalar_type Tb; in dot() typedef
619 typedef typename deduce_scalar<Ta,Tb>::type Tr; in dot()
623 Tb const b0=vec_traits<B>::template read_element<0>(b); in dot()
624 Tb const b1=vec_traits<B>::template read_element<1>(b); in dot()
625 Tb const b2=vec_traits<B>::template read_element<2>(b); in dot()
Dvec_operations2.hpp599 typedef typename vec_traits<B>::scalar_type Tb; in dot() typedef
600 typedef typename deduce_scalar<Ta,Tb>::type Tr; in dot()
603 Tb const b0=vec_traits<B>::template read_element<0>(b); in dot()
604 Tb const b1=vec_traits<B>::template read_element<1>(b); in dot()
/third_party/boost/boost/qvm/
Dvec_mat_operations.hpp98 typedef typename vec_traits<B>::scalar_type Tb; in transform_point() typedef
111 Tb const b0 = vec_traits<B>::template read_element<0>(b); in transform_point()
112 Tb const b1 = vec_traits<B>::template read_element<1>(b); in transform_point()
113 Tb const b2 = vec_traits<B>::template read_element<2>(b); in transform_point()
132 typedef typename vec_traits<B>::scalar_type Tb; in transform_vector() typedef
142 Tb const b0 = vec_traits<B>::template read_element<0>(b); in transform_vector()
143 Tb const b1 = vec_traits<B>::template read_element<1>(b); in transform_vector()
144 Tb const b2 = vec_traits<B>::template read_element<2>(b); in transform_vector()
/third_party/skia/third_party/externals/icu/source/data/unit/
Dmt.txt119 dnam{"Tb"}
120 few{"{0} Tb"}
121 many{"{0} Tb"}
122 one{"{0} Tb"}
123 other{"{0} Tb"}
Dsah.txt344 dnam{"Tb"}
345 other{"{0} Tb"}
Dzh_Hant.txt229 dnam{"Tb"}
230 other{"{0} Tb"}
998 dnam{"Tb"}
999 other{"{0}Tb"}
1649 dnam{"Tb"}
1650 other{"{0} Tb"}
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/
Dmt.txt119 dnam{"Tb"}
120 few{"{0} Tb"}
121 many{"{0} Tb"}
122 one{"{0} Tb"}
123 other{"{0} Tb"}
Dzh_Hant.txt179 dnam{"Tb"}
180 other{"{0} Tb"}
801 dnam{"Tb"}
802 other{"{0}Tb"}
1426 dnam{"Tb"}
1427 other{"{0} Tb"}
Dsah.txt344 dnam{"Tb"}
345 other{"{0} Tb"}
Dyue.txt178 dnam{"Tb"}
179 other{"{0} Tb"}
749 other{"{0}Tb"}
1249 dnam{"Tb"}
1250 other{"{0} Tb"}
Dyue_Hans.txt179 dnam{"Tb"}
180 other{"{0} Tb"}
750 other{"{0}Tb"}
1250 dnam{"Tb"}
1251 other{"{0} Tb"}
/third_party/icu/icu4c/source/data/unit/
Dmt.txt119 dnam{"Tb"}
120 few{"{0} Tb"}
121 many{"{0} Tb"}
122 one{"{0} Tb"}
123 other{"{0} Tb"}
Dsah.txt344 dnam{"Tb"}
345 other{"{0} Tb"}
/third_party/mindspore/tests/ut/python/ops/
Dtest_tensor_slice.py463 Tb = Tensor([1, 3], dtype=mstype.float32)
478 net2(t, Tb, tck)
484 net2(t, Tb, tck)
492 net(Ta, Tb, Tck)
506 net(Ta, Tb, Tck)
519 net(Ta, Tb, Tck)
531 net(Ta, Tb)
538 net(Ta, Tb)
674 Tb = Tensor(b) variable
687 net1(Ta, Tb, Tc, u_tensor)
[all …]
/third_party/mindspore/tests/st/pynative/
Dtest_tensor_getitem.py950 Tb = Tensor([1, 3], dtype=mstype.float32)
962 net2(t, Tb, tck)
968 net2(t, Tb, tck)
976 net(Ta, Tb, Tck)
990 net(Ta, Tb, Tck)
1003 net(Ta, Tb, Tck)
1015 net(Ta, Tb)
1020 net(Ta, Tb)
1112 Tb = Tensor(b)
1116 out = net1(Ta, Tb, Tc, u_tensor)
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/iostream3/
Dzfstream.h417 template <typename Ta, typename Tb>
420 const gzomanip2<Ta,Tb>&);
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/iostream3/
Dzfstream.h417 template <typename Ta, typename Tb>
420 const gzomanip2<Ta,Tb>&);
/third_party/zlib/contrib/iostream3/
Dzfstream.h417 template <typename Ta, typename Tb>
420 const gzomanip2<Ta,Tb>&);

12345678910>>...13