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

  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 45 typedef typename packet_traits<ResScalar>::type _ResPacket;
49 typedef typename conditional<Vectorizable,_ResPacket,ResScalar>::type ResPacket;
301 typedef typename packet_traits<ResScalar>::type _ResPacket;
305 typedef typename conditional<Vectorizable,_ResPacket,ResScalar>::type ResPacket;
GeneralBlockPanelKernel.h 177 typedef typename packet_traits<ResScalar>::type _ResPacket;
181 typedef typename conditional<Vectorizable,_ResPacket,ResScalar>::type ResPacket;
248 typedef typename packet_traits<ResScalar>::type _ResPacket;
252 typedef typename conditional<Vectorizable,_ResPacket,ResScalar>::type ResPacket;
453 typedef typename packet_traits<ResScalar>::type _ResPacket;
457 typedef typename conditional<Vectorizable,_ResPacket,ResScalar>::type ResPacket;
    [all...]

Completed in 545 milliseconds