Lines Matching defs:b
12 __m128d test_cmp_pd(__m128d a, __m128d b) { in test_cmp_pd()
18 __m128d test_cmp_ps(__m128 a, __m128 b) { in test_cmp_ps()
24 __m256d test_cmp_pd256(__m256d a, __m256d b) { in test_cmp_pd256()
30 __m256d test_cmp_ps256(__m256 a, __m256 b) { in test_cmp_ps256()
36 __m128d test_cmp_sd(__m128d a, __m128d b) { in test_cmp_sd()
42 __m128d test_cmp_ss(__m128 a, __m128 b) { in test_cmp_ss()
48 __m128 test_cmpgt_ss(__m128 a, __m128 b) { in test_cmpgt_ss()
54 __m128 test_cmpge_ss(__m128 a, __m128 b) { in test_cmpge_ss()
60 __m128 test_cmpngt_ss(__m128 a, __m128 b) { in test_cmpngt_ss()
66 __m128 test_cmpnge_ss(__m128 a, __m128 b) { in test_cmpnge_ss()
72 __m128d test_cmpgt_sd(__m128d a, __m128d b) { in test_cmpgt_sd()
78 __m128d test_cmpge_sd(__m128d a, __m128d b) { in test_cmpge_sd()
84 __m128d test_cmpngt_sd(__m128d a, __m128d b) { in test_cmpngt_sd()
90 __m128d test_cmpnge_sd(__m128d a, __m128d b) { in test_cmpnge_sd()