Lines Matching defs:b
13 __m128d test_cmp_pd(__m128d a, __m128d b) { in test_cmp_pd()
19 __m128d test_cmp_ps(__m128 a, __m128 b) { in test_cmp_ps()
25 __m256d test_cmp_pd256(__m256d a, __m256d b) { in test_cmp_pd256()
31 __m256d test_cmp_ps256(__m256 a, __m256 b) { in test_cmp_ps256()
37 __m128d test_cmp_sd(__m128d a, __m128d b) { in test_cmp_sd()
43 __m128d test_cmp_ss(__m128 a, __m128 b) { in test_cmp_ss()
49 __m128 test_cmpgt_ss(__m128 a, __m128 b) { in test_cmpgt_ss()
55 __m128 test_cmpge_ss(__m128 a, __m128 b) { in test_cmpge_ss()
61 __m128 test_cmpngt_ss(__m128 a, __m128 b) { in test_cmpngt_ss()
67 __m128 test_cmpnge_ss(__m128 a, __m128 b) { in test_cmpnge_ss()
73 __m128d test_cmpgt_sd(__m128d a, __m128d b) { in test_cmpgt_sd()
79 __m128d test_cmpge_sd(__m128d a, __m128d b) { in test_cmpge_sd()
85 __m128d test_cmpngt_sd(__m128d a, __m128d b) { in test_cmpngt_sd()
91 __m128d test_cmpnge_sd(__m128d a, __m128d b) { in test_cmpnge_sd()