Searched refs:TEST_VREINTERPRET_FP16 (Results 1 – 1 of 1) sorted by relevance
/external/arm-neon-tests/ |
D | ref_vreinterpret.c | 63 #define TEST_VREINTERPRET_FP16(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() macro 347 TEST_VREINTERPRET_FP16(, float, f, 16, 4, int, s, 8, 8); in exec_vreinterpret() 348 TEST_VREINTERPRET_FP16(, float, f, 16, 4, int, s, 16, 4); in exec_vreinterpret() 349 TEST_VREINTERPRET_FP16(, float, f, 16, 4, int, s, 32, 2); in exec_vreinterpret() 350 TEST_VREINTERPRET_FP16(, float, f, 16, 4, int, s, 64, 1); in exec_vreinterpret() 351 TEST_VREINTERPRET_FP16(, float, f, 16, 4, uint, u, 8, 8); in exec_vreinterpret() 352 TEST_VREINTERPRET_FP16(, float, f, 16, 4, uint, u, 16, 4); in exec_vreinterpret() 353 TEST_VREINTERPRET_FP16(, float, f, 16, 4, uint, u, 32, 2); in exec_vreinterpret() 354 TEST_VREINTERPRET_FP16(, float, f, 16, 4, uint, u, 64, 1); in exec_vreinterpret() 355 TEST_VREINTERPRET_FP16(, float, f, 16, 4, poly, p, 8, 8); in exec_vreinterpret() [all …]
|