/external/arm-neon-tests/ |
D | ref_vcvt.c | 112 TEST_VSET_LANE(vector, , float, f, 32, 2, 0, -15.3f); in exec_vcvt() 113 TEST_VSET_LANE(vector, , float, f, 32, 2, 1, 5.3f); in exec_vcvt() 114 TEST_VSET_LANE(vector, q, float, f, 32, 4, 2, -15.3f); in exec_vcvt() 115 TEST_VSET_LANE(vector, q, float, f, 32, 4, 3, 5.3f); in exec_vcvt() 123 TEST_VSET_LANE(vector_init, , uint, u, 16, 4, 0, 0x4b90 /* 15.125 */); in exec_vcvt() 124 TEST_VSET_LANE(vector_init, , uint, u, 16, 4, 1, 0xcb90 /* -15.125 */); in exec_vcvt() 125 TEST_VSET_LANE(vector_init, , uint, u, 16, 4, 2, 0 /* 0 */); in exec_vcvt() 126 TEST_VSET_LANE(vector_init, , uint, u, 16, 4, 3, 0x8000 /* -0 */); in exec_vcvt() 151 TEST_VSET_LANE(vector, q, float, f, 32, 4, 0, 0.0f); in exec_vcvt() 152 TEST_VSET_LANE(vector, q, float, f, 32, 4, 1, -0.0f); in exec_vcvt() [all …]
|
D | ref_vtbX.c | 120 TEST_VSET_LANE(vector, , int, s, 8, 8, 0, 10); in exec_vtbX() 121 TEST_VSET_LANE(vector, , int, s, 8, 8, 4, 20); in exec_vtbX() 122 TEST_VSET_LANE(vector, , int, s, 8, 8, 5, 40); in exec_vtbX() 123 TEST_VSET_LANE(vector, , uint, u, 8, 8, 0, 10); in exec_vtbX() 124 TEST_VSET_LANE(vector, , uint, u, 8, 8, 4, 20); in exec_vtbX() 125 TEST_VSET_LANE(vector, , uint, u, 8, 8, 5, 40); in exec_vtbX() 126 TEST_VSET_LANE(vector, , poly, p, 8, 8, 0, 10); in exec_vtbX() 127 TEST_VSET_LANE(vector, , poly, p, 8, 8, 4, 20); in exec_vtbX() 128 TEST_VSET_LANE(vector, , poly, p, 8, 8, 5, 40); in exec_vtbX()
|
D | ref_vqshl.c | 94 TEST_VSET_LANE(vector_shift, , int, s, 8, 8, 0, 6); in FNNAME() 95 TEST_VSET_LANE(vector_shift, , int, s, 8, 8, 1, 8); in FNNAME() 96 TEST_VSET_LANE(vector_shift, , int, s, 8, 8, 2, 9); in FNNAME() 99 TEST_VSET_LANE(vector_shift, , int, s, 16, 4, 0, 14); in FNNAME() 100 TEST_VSET_LANE(vector_shift, , int, s, 16, 4, 1, 16); in FNNAME() 101 TEST_VSET_LANE(vector_shift, , int, s, 16, 4, 2, 17); in FNNAME() 104 TEST_VSET_LANE(vector_shift, , int, s, 32, 2, 1, 30); in FNNAME() 111 TEST_VSET_LANE(vector_shift, q, int, s, 32, 4, 1, 33); in FNNAME() 114 TEST_VSET_LANE(vector_shift, q, int, s, 64, 2, 1, 62); in FNNAME()
|
D | stm-arm-neon-ref.h | 720 #define TEST_VSET_LANE(VAR, Q, T1, T2, W, N, L, V) \ macro
|