Searched refs:TEST_VCVT (Results 1 – 1 of 1) sorted by relevance
/external/arm-neon-tests/ |
D | ref_vcvt.c | 41 #define TEST_VCVT(Q, T1, T2, W, N, TS1, TS2) \ in exec_vcvt() macro 148 TEST_VCVT(, int, s, 32, 2, float, f); in exec_vcvt() 149 TEST_VCVT(, uint, u, 32, 2, float, f); in exec_vcvt() 160 TEST_VCVT(q, int, s, 32, 4, float, f); in exec_vcvt() 161 TEST_VCVT(q, uint, u, 32, 4, float, f); in exec_vcvt() 193 TEST_VCVT(, int, s, 32, 2, float, f); in exec_vcvt() 194 TEST_VCVT(, uint, u, 32, 2, float, f); in exec_vcvt() 196 TEST_VCVT(q, int, s, 32, 4, float, f); in exec_vcvt() 197 TEST_VCVT(q, uint, u, 32, 4, float, f); in exec_vcvt()
|