Lines Matching refs:FIND_CLOSEST_DESC_RANGE_CHECK
118 #define FIND_CLOSEST_DESC_RANGE_CHECK(from, to, array, exp_idx) \ macro
146 FIND_CLOSEST_DESC_RANGE_CHECK(-3, 2, ina226_avg_tab, 7); in test_find_closest_descending()
147 FIND_CLOSEST_DESC_RANGE_CHECK(3, 10, ina226_avg_tab, 6); in test_find_closest_descending()
148 FIND_CLOSEST_DESC_RANGE_CHECK(11, 40, ina226_avg_tab, 5); in test_find_closest_descending()
149 FIND_CLOSEST_DESC_RANGE_CHECK(41, 96, ina226_avg_tab, 4); in test_find_closest_descending()
150 FIND_CLOSEST_DESC_RANGE_CHECK(97, 192, ina226_avg_tab, 3); in test_find_closest_descending()
151 FIND_CLOSEST_DESC_RANGE_CHECK(193, 384, ina226_avg_tab, 2); in test_find_closest_descending()
152 FIND_CLOSEST_DESC_RANGE_CHECK(385, 768, ina226_avg_tab, 1); in test_find_closest_descending()
153 FIND_CLOSEST_DESC_RANGE_CHECK(769, 2048, ina226_avg_tab, 0); in test_find_closest_descending()
155 FIND_CLOSEST_DESC_RANGE_CHECK(-3, 1, ad7616_oversampling_avail, 7); in test_find_closest_descending()
156 FIND_CLOSEST_DESC_RANGE_CHECK(2, 3, ad7616_oversampling_avail, 6); in test_find_closest_descending()
157 FIND_CLOSEST_DESC_RANGE_CHECK(4, 6, ad7616_oversampling_avail, 5); in test_find_closest_descending()
158 FIND_CLOSEST_DESC_RANGE_CHECK(7, 12, ad7616_oversampling_avail, 4); in test_find_closest_descending()
159 FIND_CLOSEST_DESC_RANGE_CHECK(13, 24, ad7616_oversampling_avail, 3); in test_find_closest_descending()
160 FIND_CLOSEST_DESC_RANGE_CHECK(25, 48, ad7616_oversampling_avail, 2); in test_find_closest_descending()
161 FIND_CLOSEST_DESC_RANGE_CHECK(49, 96, ad7616_oversampling_avail, 1); in test_find_closest_descending()
162 FIND_CLOSEST_DESC_RANGE_CHECK(97, 256, ad7616_oversampling_avail, 0); in test_find_closest_descending()
164 FIND_CLOSEST_DESC_RANGE_CHECK(-3, 3, wd_timeout_table, 7); in test_find_closest_descending()
165 FIND_CLOSEST_DESC_RANGE_CHECK(4, 5, wd_timeout_table, 6); in test_find_closest_descending()
166 FIND_CLOSEST_DESC_RANGE_CHECK(6, 7, wd_timeout_table, 5); in test_find_closest_descending()
167 FIND_CLOSEST_DESC_RANGE_CHECK(8, 12, wd_timeout_table, 4); in test_find_closest_descending()
168 FIND_CLOSEST_DESC_RANGE_CHECK(13, 24, wd_timeout_table, 3); in test_find_closest_descending()
169 FIND_CLOSEST_DESC_RANGE_CHECK(25, 40, wd_timeout_table, 2); in test_find_closest_descending()
170 FIND_CLOSEST_DESC_RANGE_CHECK(41, 56, wd_timeout_table, 1); in test_find_closest_descending()
171 FIND_CLOSEST_DESC_RANGE_CHECK(57, 128, wd_timeout_table, 0); in test_find_closest_descending()
176 FIND_CLOSEST_DESC_RANGE_CHECK(-3, 1, array_prog1a, 4); in test_find_closest_descending()
177 FIND_CLOSEST_DESC_RANGE_CHECK(2, 2, array_prog1a, 3); in test_find_closest_descending()
178 FIND_CLOSEST_DESC_RANGE_CHECK(3, 3, array_prog1a, 2); in test_find_closest_descending()
179 FIND_CLOSEST_DESC_RANGE_CHECK(4, 4, array_prog1a, 1); in test_find_closest_descending()
180 FIND_CLOSEST_DESC_RANGE_CHECK(5, 8, array_prog1a, 0); in test_find_closest_descending()
182 FIND_CLOSEST_DESC_RANGE_CHECK(-3, 2, array_prog1b, 4); in test_find_closest_descending()
183 FIND_CLOSEST_DESC_RANGE_CHECK(3, 3, array_prog1b, 3); in test_find_closest_descending()
184 FIND_CLOSEST_DESC_RANGE_CHECK(4, 4, array_prog1b, 2); in test_find_closest_descending()
185 FIND_CLOSEST_DESC_RANGE_CHECK(5, 5, array_prog1b, 1); in test_find_closest_descending()
186 FIND_CLOSEST_DESC_RANGE_CHECK(6, 8, array_prog1b, 0); in test_find_closest_descending()
188 FIND_CLOSEST_DESC_RANGE_CHECK(-4, -2, array_prog1mix, 4); in test_find_closest_descending()
189 FIND_CLOSEST_DESC_RANGE_CHECK(-1, -1, array_prog1mix, 3); in test_find_closest_descending()
190 FIND_CLOSEST_DESC_RANGE_CHECK(0, 0, array_prog1mix, 2); in test_find_closest_descending()
191 FIND_CLOSEST_DESC_RANGE_CHECK(1, 1, array_prog1mix, 1); in test_find_closest_descending()
192 FIND_CLOSEST_DESC_RANGE_CHECK(2, 5, array_prog1mix, 0); in test_find_closest_descending()
194 FIND_CLOSEST_DESC_RANGE_CHECK(-3, 2, array_prog2a, 3); in test_find_closest_descending()
195 FIND_CLOSEST_DESC_RANGE_CHECK(3, 4, array_prog2a, 2); in test_find_closest_descending()
196 FIND_CLOSEST_DESC_RANGE_CHECK(5, 6, array_prog2a, 1); in test_find_closest_descending()
197 FIND_CLOSEST_DESC_RANGE_CHECK(7, 10, array_prog2a, 0); in test_find_closest_descending()
199 FIND_CLOSEST_DESC_RANGE_CHECK(-3, 3, array_prog2b, 3); in test_find_closest_descending()
200 FIND_CLOSEST_DESC_RANGE_CHECK(4, 5, array_prog2b, 2); in test_find_closest_descending()
201 FIND_CLOSEST_DESC_RANGE_CHECK(6, 7, array_prog2b, 1); in test_find_closest_descending()
202 FIND_CLOSEST_DESC_RANGE_CHECK(8, 10, array_prog2b, 0); in test_find_closest_descending()
204 FIND_CLOSEST_DESC_RANGE_CHECK(-3, 2, array_prog3a, 3); in test_find_closest_descending()
205 FIND_CLOSEST_DESC_RANGE_CHECK(3, 5, array_prog3a, 2); in test_find_closest_descending()
206 FIND_CLOSEST_DESC_RANGE_CHECK(6, 8, array_prog3a, 1); in test_find_closest_descending()
207 FIND_CLOSEST_DESC_RANGE_CHECK(9, 20, array_prog3a, 0); in test_find_closest_descending()
209 FIND_CLOSEST_DESC_RANGE_CHECK(-3, 3, array_prog3b, 3); in test_find_closest_descending()
210 FIND_CLOSEST_DESC_RANGE_CHECK(4, 6, array_prog3b, 2); in test_find_closest_descending()
211 FIND_CLOSEST_DESC_RANGE_CHECK(7, 9, array_prog3b, 1); in test_find_closest_descending()
212 FIND_CLOSEST_DESC_RANGE_CHECK(10, 20, array_prog3b, 0); in test_find_closest_descending()
214 FIND_CLOSEST_DESC_RANGE_CHECK(-3, 3, array_prog4a, 3); in test_find_closest_descending()
215 FIND_CLOSEST_DESC_RANGE_CHECK(4, 7, array_prog4a, 2); in test_find_closest_descending()
216 FIND_CLOSEST_DESC_RANGE_CHECK(8, 11, array_prog4a, 1); in test_find_closest_descending()
217 FIND_CLOSEST_DESC_RANGE_CHECK(12, 20, array_prog4a, 0); in test_find_closest_descending()
219 FIND_CLOSEST_DESC_RANGE_CHECK(-3, 4, array_prog4b, 3); in test_find_closest_descending()
220 FIND_CLOSEST_DESC_RANGE_CHECK(5, 8, array_prog4b, 2); in test_find_closest_descending()
221 FIND_CLOSEST_DESC_RANGE_CHECK(9, 12, array_prog4b, 1); in test_find_closest_descending()
222 FIND_CLOSEST_DESC_RANGE_CHECK(13, 20, array_prog4b, 0); in test_find_closest_descending()