Searched refs:TEST_VREINTERPRET_FP (Results 1 – 1 of 1) sorted by relevance
/external/arm-neon-tests/ |
D | ref_vreinterpret.c | 55 #define TEST_VREINTERPRET_FP(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() macro 298 TEST_VREINTERPRET_FP(, float, f, 32, 2, int, s, 8, 8); in exec_vreinterpret() 299 TEST_VREINTERPRET_FP(, float, f, 32, 2, int, s, 16, 4); in exec_vreinterpret() 300 TEST_VREINTERPRET_FP(, float, f, 32, 2, int, s, 32, 2); in exec_vreinterpret() 301 TEST_VREINTERPRET_FP(, float, f, 32, 2, int, s, 64, 1); in exec_vreinterpret() 302 TEST_VREINTERPRET_FP(, float, f, 32, 2, uint, u, 8, 8); in exec_vreinterpret() 303 TEST_VREINTERPRET_FP(, float, f, 32, 2, uint, u, 16, 4); in exec_vreinterpret() 304 TEST_VREINTERPRET_FP(, float, f, 32, 2, uint, u, 32, 2); in exec_vreinterpret() 305 TEST_VREINTERPRET_FP(, float, f, 32, 2, uint, u, 64, 1); in exec_vreinterpret() 306 TEST_VREINTERPRET_FP(, float, f, 32, 2, poly, p, 8, 8); in exec_vreinterpret() [all …]
|