Searched refs:m128_f32 (Results 1 – 2 of 2) sorted by relevance
421 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { return a.m128_f32[0]; }
280 float m128_f32[4]; // as floats - DON'T USE. Added for convenience. member