Home
last modified time | relevance | path

Searched refs:kLanes (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc182 constexpr size_t kLanes = 2; in SwapEndian() local
186 const Vector128 v = ReverseBytes(Vector128Load(state + kLanes * branch)); in SwapEndian()
187 Vector128Store(v, state + kLanes * branch); in SwapEndian()
393 constexpr size_t kLanes = 2; variable
405 const Vector128 v0 = Vector128Load(state + kLanes * shuffle[0]); in BlockShuffle()
406 const Vector128 v1 = Vector128Load(state + kLanes * shuffle[1]); in BlockShuffle()
407 const Vector128 v2 = Vector128Load(state + kLanes * shuffle[2]); in BlockShuffle()
408 const Vector128 v3 = Vector128Load(state + kLanes * shuffle[3]); in BlockShuffle()
409 const Vector128 v4 = Vector128Load(state + kLanes * shuffle[4]); in BlockShuffle()
410 const Vector128 v5 = Vector128Load(state + kLanes * shuffle[5]); in BlockShuffle()
[all …]
Dranden_slow.cc362 static constexpr size_t kLanes = 2; variable
430 const Vector128 s0 = Vector128Load(state + kLanes * branch); in FeistelRound()
431 const Vector128 s1 = Vector128Load(state + kLanes * (branch + 1)); in FeistelRound()
435 Vector128Store(o1, state + kLanes * (branch + 1)); in FeistelRound()
438 const Vector128 s2 = Vector128Load(state + kLanes * (branch + 2)); in FeistelRound()
439 const Vector128 s3 = Vector128Load(state + kLanes * (branch + 3)); in FeistelRound()
443 Vector128Store(o3, state + kLanes * (branch + 3)); in FeistelRound()
/external/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc182 constexpr size_t kLanes = 2; in SwapEndian() local
186 const Vector128 v = ReverseBytes(Vector128Load(state + kLanes * branch)); in SwapEndian()
187 Vector128Store(v, state + kLanes * branch); in SwapEndian()
393 constexpr size_t kLanes = 2; variable
405 const Vector128 v0 = Vector128Load(state + kLanes * shuffle[0]); in BlockShuffle()
406 const Vector128 v1 = Vector128Load(state + kLanes * shuffle[1]); in BlockShuffle()
407 const Vector128 v2 = Vector128Load(state + kLanes * shuffle[2]); in BlockShuffle()
408 const Vector128 v3 = Vector128Load(state + kLanes * shuffle[3]); in BlockShuffle()
409 const Vector128 v4 = Vector128Load(state + kLanes * shuffle[4]); in BlockShuffle()
410 const Vector128 v5 = Vector128Load(state + kLanes * shuffle[5]); in BlockShuffle()
[all …]
Dranden_slow.cc362 static constexpr size_t kLanes = 2; variable
430 const Vector128 s0 = Vector128Load(state + kLanes * branch); in FeistelRound()
431 const Vector128 s1 = Vector128Load(state + kLanes * (branch + 1)); in FeistelRound()
435 Vector128Store(o1, state + kLanes * (branch + 1)); in FeistelRound()
438 const Vector128 s2 = Vector128Load(state + kLanes * (branch + 2)); in FeistelRound()
439 const Vector128 s3 = Vector128Load(state + kLanes * (branch + 3)); in FeistelRound()
443 Vector128Store(o3, state + kLanes * (branch + 3)); in FeistelRound()
/external/gemmlowp/fixedpoint/
Dfixedpoint_neon.h28 static constexpr int kLanes = 4;
34 static constexpr int kLanes = 8;
Dfixedpoint_sse.h49 static constexpr int kLanes = 4;
55 static constexpr int kLanes = 8;
Dfixedpoint_wasmsimd.h48 static constexpr int kLanes = 4;
54 static constexpr int kLanes = 8;
Dfixedpoint_avx.h43 static const int kLanes = 4;
49 static const int kLanes = 16;
Dfixedpoint_msa.h28 static constexpr int kLanes = 4;
34 static constexpr int kLanes = 8;
Dfixedpoint.h53 static constexpr int kLanes = 1;
59 static constexpr int kLanes = 1;
670 static_assert(FixedPointRawTypeTraits<tRawType>::kLanes == 1,
/external/gemmlowp/test/
Dtest_fixedpoint.cc126 static constexpr int kSimdLanes = SimdTypeTraits::kLanes;