HomeSort by relevance Sort by last modified time
    Searched defs:pfirst (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 144 node_pointer pfirst = p_ind->get_child_node(b_it, e_it, this); local
145 node_pointer p_child_ret = rec_split(pfirst, b_it, e_it, other, r_bag);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 144 node_pointer pfirst = p_ind->get_child_node(b_it, e_it, this); local
145 node_pointer p_child_ret = rec_split(pfirst, b_it, e_it, other, r_bag);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 144 node_pointer pfirst = p_ind->get_child_node(b_it, e_it, this); local
145 node_pointer p_child_ret = rec_split(pfirst, b_it, e_it, other, r_bag);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 144 node_pointer pfirst = p_ind->get_child_node(b_it, e_it, this); local
145 node_pointer p_child_ret = rec_split(pfirst, b_it, e_it, other, r_bag);
  /external/eigen/Eigen/src/Core/arch/AltiVec/
Complex.h 110 template<> EIGEN_STRONG_INLINE std::complex<float> pfirst<Packet2cf>(const Packet2cf& a) function in namespace:Eigen::internal
130 return pfirst(Packet2cf(b));
152 return pfirst(prod);
PacketMath.h 344 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x[4]; vec_st(a, 0, x); return x[0]; } function in namespace:Eigen::internal
345 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x[4]; vec_st(a, 0, x); return x[0]; } function in namespace:Eigen::internal
360 return pfirst(sum);
396 return pfirst(sum);
433 return pfirst(pmul(prod, (Packet4f)vec_sld(prod, prod, 4)));
449 return pfirst(res);
457 return pfirst(res);
466 return pfirst(res);
474 return pfirst(res);
  /external/eigen/Eigen/src/Core/arch/SSE/
Complex.h 112 template<> EIGEN_STRONG_INLINE std::complex<float> pfirst<Packet2cf>(const Packet2cf& a) function in namespace:Eigen::internal
131 return pfirst(Packet2cf(_mm_add_ps(a.v, _mm_movehl_ps(a.v,a.v))));
141 return pfirst(pmul(a, Packet2cf(_mm_movehl_ps(a.v,a.v))));
319 template<> EIGEN_STRONG_INLINE std::complex<double> pfirst<Packet1cd>(const Packet1cd& a) function in namespace:Eigen::internal
330 return pfirst(a);
340 return pfirst(a);
PacketMath.h 404 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { return a.m128_f32[0]; } function in namespace:Eigen::internal
405 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { return a.m128d_f64[0]; } function in namespace:Eigen::internal
406 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int x = _mm_cvtsi128_si32(a); return x; } function in namespace:Eigen::internal
409 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float x = _mm_cvtss_f32(a); return x; } function in namespace:Eigen::internal
410 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { double x = _mm_cvtsd_f64(a); return x; } function in namespace:Eigen::internal
411 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int x = _mm_cvtsi128_si32(a); return x; } function in namespace:Eigen::internal
413 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { return _mm_cvtss_f32(a); } function in namespace:Eigen::internal
414 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { return _mm_cvtsd_f64(a); } function in namespace:Eigen::internal
415 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { return _mm_cvtsi128_si32(a); } function in namespace:Eigen::internal
473 return pfirst(_mm_hadd_ps(tmp0, tmp0))
    [all...]
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 192 template<typename Packet> inline typename unpacket_traits<Packet>::type pfirst(const Packet& a) function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/NEON/
Complex.h 115 template<> EIGEN_STRONG_INLINE std::complex<float> pfirst<Packet2cf>(const Packet2cf& a) function in namespace:Eigen::internal
PacketMath.h 225 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x[4]; vst1q_f32(x, a); return x[0]; } function in namespace:Eigen::internal
226 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x[4]; vst1q_s32(x, a); return x[0]; } function in namespace:Eigen::internal

Completed in 276 milliseconds