Lines Matching refs:numbers
158 /* Selection of interesting numbers to test, copied from test-kstrtox.c */
159 static const unsigned long long numbers[] __initconst = {
206 for (i = 0; i < ARRAY_SIZE(numbers); i++) { \
207 if (value_representable_in_type(T, numbers[i])) \
209 numbers[i], fn); \
211 if (value_representable_in_type(T, -numbers[i])) \
213 -numbers[i], fn); \
292 * Define a pattern of negative and positive numbers to ensure we get
520 * List of numbers separated by delim. Each field width specifier is the
583 * List of numbers separated by delim. Each field width specifier is the
597 * numbers of varying length, using the field width to extract each group
712 for (i = 0; i < ARRAY_SIZE(numbers); i++) { \
713 _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \
717 -(T)numbers[i], base); \
757 /* Selection of common delimiters/separators between numbers in a string. */
769 /* String with multiple numbers separated by delimiter. */