Home
last modified time | relevance | path

Searched refs:I0 (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/boost/boost/thread/detail/
Dmake_tuple_indices.hpp77 template <std::size_t Sp, std::size_t I0, std::size_t Ep>
78 struct make_indices_imp<Sp, tuple_indices<I0>, Ep>
80 typedef typename make_indices_imp<Sp+1, tuple_indices<I0, Sp>, Ep>::type type;
82 template <std::size_t Sp, std::size_t I0, std::size_t I1, std::size_t Ep>
83 struct make_indices_imp<Sp, tuple_indices<I0, I1>, Ep>
85 typedef typename make_indices_imp<Sp+1, tuple_indices<I0, I1, Sp>, Ep>::type type;
87 template <std::size_t Sp, std::size_t I0, std::size_t I1, std::size_t I2, std::size_t Ep>
88 struct make_indices_imp<Sp, tuple_indices<I0, I1 , I2>, Ep>
90 typedef typename make_indices_imp<Sp+1, tuple_indices<I0, I1, I2, Sp>, Ep>::type type;
92 …template <std::size_t Sp, std::size_t I0, std::size_t I1, std::size_t I2, std::size_t I3, std::siz…
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dmips_macro.h27 I0, I1) \ argument
28 "addq.ph %[" #O0 "], %[" #I0 "], %[" #I1 "] \n\t" \
29 "subq.ph %[" #O1 "], %[" #I0 "], %[" #I1 "] \n\t"
35 I0, I1) \ argument
36 "lh %[" #O0 "], " #I0 "(%[in]) \n\t" \
42 I0, I1, I2, I3, I4, I5, I6, I7, I8, I9) \ argument
43 "ulw %[" #O0 "], " #I1 "+" XSTR(I9) "*" #I5 "(%[" #I0 "]) \n\t" \
44 "ulw %[" #O1 "], " #I2 "+" XSTR(I9) "*" #I6 "(%[" #I0 "]) \n\t" \
45 "ulw %[" #O2 "], " #I3 "+" XSTR(I9) "*" #I7 "(%[" #I0 "]) \n\t" \
46 "ulw %[" #O3 "], " #I4 "+" XSTR(I9) "*" #I8 "(%[" #I0 "]) \n\t"
[all …]
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dmips_macro.h27 I0, I1) \ argument
28 "addq.ph %[" #O0 "], %[" #I0 "], %[" #I1 "] \n\t" \
29 "subq.ph %[" #O1 "], %[" #I0 "], %[" #I1 "] \n\t"
35 I0, I1) \ argument
36 "lh %[" #O0 "], " #I0 "(%[in]) \n\t" \
42 I0, I1, I2, I3, I4, I5, I6, I7, I8, I9) \ argument
43 "ulw %[" #O0 "], " #I1 "+" XSTR(I9) "*" #I5 "(%[" #I0 "]) \n\t" \
44 "ulw %[" #O1 "], " #I2 "+" XSTR(I9) "*" #I6 "(%[" #I0 "]) \n\t" \
45 "ulw %[" #O2 "], " #I3 "+" XSTR(I9) "*" #I7 "(%[" #I0 "]) \n\t" \
46 "ulw %[" #O3 "], " #I4 "+" XSTR(I9) "*" #I8 "(%[" #I0 "]) \n\t"
[all …]
/third_party/boost/boost/fusion/algorithm/query/detail/
Dcount_if.hpp67 template<typename I0, typename F>
69 static int call(I0 const& i0, F f) in call()
76 typedef typename result_of::next<I0>::type I1; in call()
98 template<typename I0, typename F>
100 static int call(I0 const& i0, F f) in call()
106 typedef typename result_of::next<I0>::type I1; in call()
123 template<typename I0, typename F>
125 static int call(I0 const& i0, F f) in call()
132 typedef typename result_of::next<I0>::type I1; in call()
144 template<typename I0, typename F>
[all …]
/third_party/boost/boost/math/quadrature/detail/
Dooura_fourier_integrals_detail.hpp120 void print_ooura_estimate(size_t i, Real I0, Real I1, Real omega) { in print_ooura_estimate() argument
125 std::cout << "h = " << Real(1)/Real(1<<i) << ", I_h = " << I0/omega in print_ooura_estimate()
126 << " = " << std::hexfloat << I0/omega << ", absolute error estimate = " in print_ooura_estimate()
127 << std::defaultfloat << std::scientific << abs(I0-I1) << std::endl; in print_ooura_estimate()
243 Real I0 = estimate_integral(f, omega, i); in integrate() local
245 print_ooura_estimate(i, I0, I1, omega); in integrate()
247 Real absolute_error_estimate = abs(I0-I1); in integrate()
248 Real scale = (max)(abs(I0), abs(I1)); in integrate()
251 return {I0/omega, absolute_error_estimate/scale}; in integrate()
253 I1 = I0; in integrate()
[all …]
/third_party/boost/boost/fusion/algorithm/iteration/detail/
Dfor_each.hpp58 template<typename I0, typename F>
60 static void call(I0 const& i0, F& f) in call()
63 typedef typename result_of::next<I0>::type I1; in call()
79 template<typename I0, typename F>
81 static void call(I0 const& i0, F& f) in call()
84 typedef typename result_of::next<I0>::type I1; in call()
96 template<typename I0, typename F>
98 static void call(I0 const& i0, F& f) in call()
101 typedef typename result_of::next<I0>::type I1; in call()
110 template<typename I0, typename F>
[all …]
/third_party/boost/boost/fusion/container/deque/detail/cpp03/preprocessed/
Das_deque10.hpp15 template <typename I0>
18 typedef typename fusion::result_of::next<I0>::type I1;
19 typedef typename fusion::result_of::value_of<I0>::type T0;
36 template <typename I0>
39 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
40 …typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::val…
57 template <typename I0>
60 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
61 …typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::val…
78 template <typename I0>
[all …]
Das_deque20.hpp15 template <typename I0>
18 typedef typename fusion::result_of::next<I0>::type I1;
19 typedef typename fusion::result_of::value_of<I0>::type T0;
36 template <typename I0>
39 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
40 …typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::val…
57 template <typename I0>
60 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
61 …typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::val…
78 template <typename I0>
[all …]
/third_party/boost/boost/fusion/container/set/detail/cpp03/preprocessed/
Das_set10.hpp15 template <typename I0>
18 typedef typename fusion::result_of::next<I0>::type I1;
19 typedef typename fusion::result_of::value_of<I0>::type T0;
36 template <typename I0>
39 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
40 …typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::val…
57 template <typename I0>
60 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
61 …typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::val…
78 template <typename I0>
[all …]
Das_set20.hpp15 template <typename I0>
18 typedef typename fusion::result_of::next<I0>::type I1;
19 typedef typename fusion::result_of::value_of<I0>::type T0;
36 template <typename I0>
39 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
40 …typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::val…
57 template <typename I0>
60 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
61 …typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::val…
78 template <typename I0>
[all …]
Das_set30.hpp15 template <typename I0>
18 typedef typename fusion::result_of::next<I0>::type I1;
19 typedef typename fusion::result_of::value_of<I0>::type T0;
36 template <typename I0>
39 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
40 …typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::val…
57 template <typename I0>
60 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
61 …typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::val…
78 template <typename I0>
[all …]
/third_party/boost/boost/fusion/container/vector/detail/cpp03/preprocessed/
Das_vector10.hpp15 template <typename I0>
18 typedef typename fusion::result_of::next<I0>::type I1;
19 typedef typename fusion::result_of::value_of<I0>::type T0;
36 template <typename I0>
39 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
40 …typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::val…
57 template <typename I0>
60 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
61 …typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::val…
78 template <typename I0>
[all …]
Das_vector20.hpp15 template <typename I0>
18 typedef typename fusion::result_of::next<I0>::type I1;
19 typedef typename fusion::result_of::value_of<I0>::type T0;
36 template <typename I0>
39 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
40 …typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::val…
57 template <typename I0>
60 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
61 …typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::val…
78 template <typename I0>
[all …]
Dvector10.hpp61 typedef typename result_of::begin<Sequence const>::type I0; in init_from_sequence() typedef
62 I0 i0 = fusion::begin(seq); in init_from_sequence()
74 typedef typename result_of::begin<Sequence>::type I0; in init_from_sequence() typedef
75 I0 i0 = fusion::begin(seq); in init_from_sequence()
179 typedef typename result_of::begin<Sequence const>::type I0; in operator =() typedef
180 I0 i0 = fusion::begin(seq); in operator =()
248 typedef typename result_of::begin<Sequence const>::type I0; in init_from_sequence() typedef
249 I0 i0 = fusion::begin(seq); in init_from_sequence()
250 typedef typename result_of::next< I0>::type I1; I1 i1 = fusion::next(i0); in init_from_sequence()
261 typedef typename result_of::begin<Sequence>::type I0; in init_from_sequence() typedef
[all …]
Das_vector30.hpp15 template <typename I0>
18 typedef typename fusion::result_of::next<I0>::type I1;
19 typedef typename fusion::result_of::value_of<I0>::type T0;
36 template <typename I0>
39 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
40 …typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::val…
57 template <typename I0>
60 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
61 …typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::val…
78 template <typename I0>
[all …]
/third_party/typescript/tests/baselines/reference/
DcircularTypeAliasForUnionWithClass.js3 type T0 = string | I0;
4 class I0 { class
23 var I0 = /** @class */ (function () {
24 function I0() { class in I0
26 return I0;
DcircularTypeAliasForUnionWithClass.symbols6 type T0 = string | I0;
8 >I0 : Symbol(I0, Decl(circularTypeAliasForUnionWithClass.ts, 1, 22))
10 class I0 {
11 >I0 : Symbol(I0, Decl(circularTypeAliasForUnionWithClass.ts, 1, 22))
14 >x : Symbol(I0.x, Decl(circularTypeAliasForUnionWithClass.ts, 2, 10))
DcircularTypeAliasForUnionWithInterface.symbols6 type T0 = string | I0;
8 >I0 : Symbol(I0, Decl(circularTypeAliasForUnionWithInterface.ts, 1, 22))
10 interface I0 {
11 >I0 : Symbol(I0, Decl(circularTypeAliasForUnionWithInterface.ts, 1, 22))
14 >x : Symbol(I0.x, Decl(circularTypeAliasForUnionWithInterface.ts, 2, 14))
DcircularTypeAliasForUnionWithClass.types5 type T0 = string | I0;
8 class I0 {
9 >I0 : I0
/third_party/boost/boost/fusion/container/map/detail/cpp03/preprocessed/
Das_map10.hpp15 template <typename I0>
19 typedef pair_from<I0, is_assoc> D0; typedef typename D0::type T0;
36 template <typename I0>
39 typedef typename fusion::result_of::next<I0>::type I1;
40 …typedef pair_from<I0, is_assoc> D0; typedef typename D0::type T0; typedef pair_from<I1, is_assoc> …
57 template <typename I0>
60 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
61 …typedef pair_from<I0, is_assoc> D0; typedef typename D0::type T0; typedef pair_from<I1, is_assoc> …
78 template <typename I0>
81 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
[all …]
Das_map20.hpp15 template <typename I0>
19 typedef pair_from<I0, is_assoc> D0; typedef typename D0::type T0;
36 template <typename I0>
39 typedef typename fusion::result_of::next<I0>::type I1;
40 …typedef pair_from<I0, is_assoc> D0; typedef typename D0::type T0; typedef pair_from<I1, is_assoc> …
57 template <typename I0>
60 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
61 …typedef pair_from<I0, is_assoc> D0; typedef typename D0::type T0; typedef pair_from<I1, is_assoc> …
78 template <typename I0>
81 …typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1…
[all …]
/third_party/openssl/crypto/modes/asm/
Dghashv8-armx.pl411 my ($I0,$j1,$j2,$j3,
425 vld1.64 {$I0-$j3},[$inp],#64
431 vrev64.8 $I0,$I0
467 veor $t0,$I0,$Xl
468 vld1.64 {$I0-$j3},[$inp],#64
474 vrev64.8 $I0,$I0
529 veor $t0,$I0,$Xl
551 vld1.64 {$I0-$j2},[$inp]
556 vrev64.8 $I0,$I0
580 veor $t0,$I0,$Xl
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp717 Instruction *I0 = NewInsts[0]; in analyzeInstructionForSinking() local
721 auto hasDifferentNumOperands = [&I0](Instruction *I) { in analyzeInstructionForSinking()
722 return I->getNumOperands() != I0->getNumOperands(); in analyzeInstructionForSinking()
727 for (unsigned OpNum = 0, E = I0->getNumOperands(); OpNum != E; ++OpNum) { in analyzeInstructionForSinking()
731 if (!canReplaceOperandWithVariable(I0, OpNum)) in analyzeInstructionForSinking()
739 if ((isa<CallInst>(I0) || isa<InvokeInst>(I0)) && OpNum == E - 1 && in analyzeInstructionForSinking()
838 Instruction *I0 = Insts.front(); in sinkLastInstruction() local
841 for (unsigned O = 0, E = I0->getNumOperands(); O != E; ++O) { in sinkLastInstruction()
842 bool NeedPHI = llvm::any_of(Insts, [&I0, O](const Instruction *I) { in sinkLastInstruction()
843 return I->getOperand(O) != I0->getOperand(O); in sinkLastInstruction()
[all …]
/third_party/mbedtls/library/
Dcamellia.c277 uint32_t I0, I1; in camellia_feistel() local
278 I0 = x[0] ^ k[0]; in camellia_feistel()
281 I0 = ((uint32_t) SBOX1( MBEDTLS_BYTE_3( I0 )) << 24) | in camellia_feistel()
282 ((uint32_t) SBOX2( MBEDTLS_BYTE_2( I0 )) << 16) | in camellia_feistel()
283 ((uint32_t) SBOX3( MBEDTLS_BYTE_1( I0 )) << 8) | in camellia_feistel()
284 ((uint32_t) SBOX4( MBEDTLS_BYTE_0( I0 )) ); in camellia_feistel()
290 I0 ^= (I1 << 8) | (I1 >> 24); in camellia_feistel()
291 I1 ^= (I0 << 16) | (I0 >> 16); in camellia_feistel()
292 I0 ^= (I1 >> 8) | (I1 << 24); in camellia_feistel()
293 I1 ^= (I0 >> 8) | (I0 << 24); in camellia_feistel()
[all …]
/third_party/boost/boost/math/quadrature/
Dtrapezoidal.hpp59 K I0 = (ya + yb)*h; in trapezoidal() local
64 I1 = I0*half<Real>() + yh*h; in trapezoidal()
73 Real error = abs(I0 - I1); in trapezoidal()
79 I0 = I1; in trapezoidal()
82 I1 = I0*half<Real>(); in trapezoidal()
99 error = abs(I0 - I1); in trapezoidal()

12345