• Home
  • Raw
  • Download

Lines Matching refs:TEST_VREINTERPRET_FP16

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()
356 TEST_VREINTERPRET_FP16(, float, f, 16, 4, poly, p, 16, 4); in exec_vreinterpret()
357 TEST_VREINTERPRET_FP16(, float, f, 16, 4, float, f, 32, 2); in exec_vreinterpret()
360 TEST_VREINTERPRET_FP16(q, float, f, 16, 8, int, s, 8, 16); in exec_vreinterpret()
361 TEST_VREINTERPRET_FP16(q, float, f, 16, 8, int, s, 16, 8); in exec_vreinterpret()
362 TEST_VREINTERPRET_FP16(q, float, f, 16, 8, int, s, 32, 4); in exec_vreinterpret()
363 TEST_VREINTERPRET_FP16(q, float, f, 16, 8, int, s, 64, 2); in exec_vreinterpret()
364 TEST_VREINTERPRET_FP16(q, float, f, 16, 8, uint, u, 8, 16); in exec_vreinterpret()
365 TEST_VREINTERPRET_FP16(q, float, f, 16, 8, uint, u, 16, 8); in exec_vreinterpret()
366 TEST_VREINTERPRET_FP16(q, float, f, 16, 8, uint, u, 32, 4); in exec_vreinterpret()
367 TEST_VREINTERPRET_FP16(q, float, f, 16, 8, uint, u, 64, 2); in exec_vreinterpret()
368 TEST_VREINTERPRET_FP16(q, float, f, 16, 8, poly, p, 8, 16); in exec_vreinterpret()
369 TEST_VREINTERPRET_FP16(q, float, f, 16, 8, poly, p, 16, 8); in exec_vreinterpret()
370 TEST_VREINTERPRET_FP16(q, float, f, 16, 8, float, f, 32, 4); in exec_vreinterpret()