HomeSort by relevance Sort by last modified time
    Searched refs:MulAdd (Results 1 - 9 of 9) sorted by null

  /external/gemmlowp/internal/
simd_wrappers_neon.h 96 inline void MulAdd(Int32x4 lhs, Int32x4 rhs, Int32x4* acc) {
100 inline void MulAdd(Int32x4 lhs, std::int32_t rhs, Int32x4* acc) {
simd_wrappers_sse.h 84 inline void MulAdd(Int32x4 lhs, Int32x4 rhs, Int32x4* acc) {
88 inline void MulAdd(Int32x4 lhs, std::int32_t rhs, Int32x4* acc) {
simd_wrappers_common_neon_sse.h 496 MulAdd(lhs.buf.reg[i], p, &acc->buf.reg[i]);
528 MulAdd(lhs.buf.reg[i], p, &acc->buf.reg[i]);
553 MulAdd(lhs.buf.reg[0], rhs.buf.reg[0], &acc->buf.reg[0]);
616 MulAdd(lhs.buf.reg[0], p, &acc->buf.reg[0]);
640 MulAdd(lhs.buf.reg[0], p, &acc->buf.reg[0]);
simd_wrappers.h 40 inline void MulAdd(std::int32_t lhs, std::int32_t rhs, std::int32_t* acc) {
268 MulAdd(lhs.buf.reg[lhs_r + lhs_c * LhsRows],
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 501 constexpr int MulAdd(int x, int y, int c) { return x * y + c; }
502 constexpr int InnerProduct = ZipFoldR(MulAdd, 5, xs, ys, 0);
    [all...]
  /external/swiftshader/src/Shader/
SamplerCore.cpp     [all...]
  /external/swiftshader/src/Reactor/
Reactor.hpp 799 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y);
    [all...]
LLVMReactor.cpp     [all...]
SubzeroReactor.cpp     [all...]

Completed in 3369 milliseconds