• Home
  • Raw
  • Download

Lines Matching refs:__b

38 __m128 test_mm_cmpeq_ps(__m128 __a, __m128 __b) {  in test_mm_cmpeq_ps()  argument
44 return _mm_cmpeq_ps(__a, __b); in test_mm_cmpeq_ps()
47 __m128 test_mm_cmpeq_ss(__m128 __a, __m128 __b) { in test_mm_cmpeq_ss() argument
50 return _mm_cmpeq_ss(__a, __b); in test_mm_cmpeq_ss()
53 __m128 test_mm_cmpge_ps(__m128 __a, __m128 __b) { in test_mm_cmpge_ps() argument
59 return _mm_cmpge_ps(__a, __b); in test_mm_cmpge_ps()
62 __m128 test_mm_cmpge_ss(__m128 __a, __m128 __b) { in test_mm_cmpge_ss() argument
66 return _mm_cmpge_ss(__a, __b); in test_mm_cmpge_ss()
69 __m128 test_mm_cmpgt_ps(__m128 __a, __m128 __b) { in test_mm_cmpgt_ps() argument
75 return _mm_cmpgt_ps(__a, __b); in test_mm_cmpgt_ps()
78 __m128 test_mm_cmpgt_ss(__m128 __a, __m128 __b) { in test_mm_cmpgt_ss() argument
82 return _mm_cmpgt_ss(__a, __b); in test_mm_cmpgt_ss()
85 __m128 test_mm_cmple_ps(__m128 __a, __m128 __b) { in test_mm_cmple_ps() argument
91 return _mm_cmple_ps(__a, __b); in test_mm_cmple_ps()
94 __m128 test_mm_cmple_ss(__m128 __a, __m128 __b) { in test_mm_cmple_ss() argument
97 return _mm_cmple_ss(__a, __b); in test_mm_cmple_ss()
100 __m128 test_mm_cmplt_ps(__m128 __a, __m128 __b) { in test_mm_cmplt_ps() argument
106 return _mm_cmplt_ps(__a, __b); in test_mm_cmplt_ps()
109 __m128 test_mm_cmplt_ss(__m128 __a, __m128 __b) { in test_mm_cmplt_ss() argument
112 return _mm_cmplt_ss(__a, __b); in test_mm_cmplt_ss()
115 __m128 test_mm_cmpneq_ps(__m128 __a, __m128 __b) { in test_mm_cmpneq_ps() argument
121 return _mm_cmpneq_ps(__a, __b); in test_mm_cmpneq_ps()
124 __m128 test_mm_cmpneq_ss(__m128 __a, __m128 __b) { in test_mm_cmpneq_ss() argument
127 return _mm_cmpneq_ss(__a, __b); in test_mm_cmpneq_ss()
130 __m128 test_mm_cmpnge_ps(__m128 __a, __m128 __b) { in test_mm_cmpnge_ps() argument
136 return _mm_cmpnge_ps(__a, __b); in test_mm_cmpnge_ps()
139 __m128 test_mm_cmpnge_ss(__m128 __a, __m128 __b) { in test_mm_cmpnge_ss() argument
143 return _mm_cmpnge_ss(__a, __b); in test_mm_cmpnge_ss()
146 __m128 test_mm_cmpngt_ps(__m128 __a, __m128 __b) { in test_mm_cmpngt_ps() argument
152 return _mm_cmpngt_ps(__a, __b); in test_mm_cmpngt_ps()
155 __m128 test_mm_cmpngt_ss(__m128 __a, __m128 __b) { in test_mm_cmpngt_ss() argument
159 return _mm_cmpngt_ss(__a, __b); in test_mm_cmpngt_ss()
162 __m128 test_mm_cmpnle_ps(__m128 __a, __m128 __b) { in test_mm_cmpnle_ps() argument
168 return _mm_cmpnle_ps(__a, __b); in test_mm_cmpnle_ps()
171 __m128 test_mm_cmpnle_ss(__m128 __a, __m128 __b) { in test_mm_cmpnle_ss() argument
174 return _mm_cmpnle_ss(__a, __b); in test_mm_cmpnle_ss()
177 __m128 test_mm_cmpnlt_ps(__m128 __a, __m128 __b) { in test_mm_cmpnlt_ps() argument
183 return _mm_cmpnlt_ps(__a, __b); in test_mm_cmpnlt_ps()
186 __m128 test_mm_cmpnlt_ss(__m128 __a, __m128 __b) { in test_mm_cmpnlt_ss() argument
189 return _mm_cmpnlt_ss(__a, __b); in test_mm_cmpnlt_ss()
192 __m128 test_mm_cmpord_ps(__m128 __a, __m128 __b) { in test_mm_cmpord_ps() argument
198 return _mm_cmpord_ps(__a, __b); in test_mm_cmpord_ps()
201 __m128 test_mm_cmpord_ss(__m128 __a, __m128 __b) { in test_mm_cmpord_ss() argument
204 return _mm_cmpord_ss(__a, __b); in test_mm_cmpord_ss()
207 __m128 test_mm_cmpunord_ps(__m128 __a, __m128 __b) { in test_mm_cmpunord_ps() argument
213 return _mm_cmpunord_ps(__a, __b); in test_mm_cmpunord_ps()
216 __m128 test_mm_cmpunord_ss(__m128 __a, __m128 __b) { in test_mm_cmpunord_ss() argument
219 return _mm_cmpunord_ss(__a, __b); in test_mm_cmpunord_ss()