Searched refs:lim_a (Results 1 – 2 of 2) sorted by relevance
198 int lim_a = 'a' + (radix - 10); in InternalStringToIntDouble() local205 } else if (*current >= 'a' && *current < lim_a) { in InternalStringToIntDouble()579 int lim_a = 'a' + (radix() - 10); in HandleGenericCase() local596 } else if (*current >= 'a' && *current < lim_a) { in HandleGenericCase()
1654 double lim_a = 0, lim_b = 0;1668 lim_a = l;1687 double x = lim_a + i * (lim_b - lim_a) / m;1692 double norm = (m + 1) / (sum * (lim_b - lim_a));