Home
last modified time | relevance | path

Searched defs:runall (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/eigen/test/
H A Dpacketmath.cpp1252 struct runall<Scalar, PacketType, false, false> { // i.e. float or double struct
1253 static void run() { in run()
1262 struct runall<Scalar, PacketType, false, true> { // i.e. int struct
1263 static void run() { in run()
1271 struct runall<Scalar, PacketType, true, false> { // i.e. complex struct
1272 static void run() { in run()
/aosp_15_r20/external/eigen/unsupported/test/
H A Dspecial_packetmath.cpp129 struct runall { struct
130 static void run() { in run()