Searched defs:vld1q_f32 (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/arch/NEON/
H A DPacketMath.h95 EIGEN_STRONG_INLINE float32x4_t vld1q_f32(const float* x) { return ::vld1q_f32((const float32_t*)x); } function in namespace:Eigen::internal
194 template<> EIGEN_STRONG_INLINE Packet4f pload<Packet4f>(const float* from) { EIGEN_DEBUG_ALIGNED_LOAD return vld1q_f32(from); }
197 template<> EIGEN_STRONG_INLINE Packet4f ploadu<Packet4f>(const float* from) { EIGEN_DEBUG_UNALIGNED_LOAD return vld1q_f32(from); }
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Darm_neon.h7581 #define vld1q_f32(__p0) __extension__ ({ \ macro
7587 #define vld1q_f32(__p0) __extension__ ({ \ macro
[all...]

Completed in 186 milliseconds