upper_bound       916 lib/common/iso8601.c parse_int(const char *str, int field_width, int upper_bound, int *result)
upper_bound       955 lib/common/iso8601.c         *result = (int)(*result * upper_bound);
upper_bound       957 lib/common/iso8601.c     } else if (upper_bound > 0 && *result > upper_bound) {
upper_bound       958 lib/common/iso8601.c         *result = upper_bound;
upper_bound       140 maint/gnulib/lib/fstrcmp.c       volatile double upper_bound = 2.0 * length_min / length_sum;
upper_bound       142 maint/gnulib/lib/fstrcmp.c       if (upper_bound < lower_bound) /* Prob: 74% */
upper_bound       189 maint/gnulib/lib/fstrcmp.c           upper_bound = 1.0 - dsum / length_sum;
upper_bound       191 maint/gnulib/lib/fstrcmp.c           if (upper_bound < lower_bound) /* Prob: 66% */