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

  /external/eigen/Eigen/src/Core/arch/AltiVec/
Complex.h 82 v1 = vec_madd(v1, b.v, p4f_ZERO);
84 v2 = vec_madd(v2, b.v, p4f_ZERO);
204 Packet4f s = vec_madd(b.v, b.v, p4f_ZERO);
PacketMath.h 179 template<> EIGEN_STRONG_INLINE Packet4f pmul<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_madd(a,b,p4f_ZERO); }
225 y_1 = vec_madd(y_0, t, y_0);
227 res = vec_madd(a, y_1, p4f_ZERO);
237 template<> EIGEN_STRONG_INLINE Packet4f pmadd(const Packet4f& a, const Packet4f& b, const Packet4f& c) { return vec_madd(a, b, c); }
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c     [all...]
  /external/clang/lib/Headers/
altivec.h 2345 vec_madd(vector float __a, vector float __b, vector float __c) function
    [all...]
  /external/valgrind/main/none/tests/ppc32/
testVMX.c     [all...]
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
altivec.h 2342 vec_madd(vector float __a, vector float __b, vector float __c) function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
altivec.h 2345 vec_madd(vector float __a, vector float __b, vector float __c) function
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
altivec.h 2342 vec_madd(vector float __a, vector float __b, vector float __c) function
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
altivec.h 2345 vec_madd(vector float __a, vector float __b, vector float __c) function
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
altivec.h 2342 vec_madd(vector float __a, vector float __b, vector float __c) function
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
altivec.h 2342 vec_madd(vector float __a, vector float __b, vector float __c) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 2345 vec_madd(vector float __a, vector float __b, vector float __c) function
    [all...]

Completed in 123 milliseconds