Home
last modified time | relevance | path

Searched refs:lim_a (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/numbers/
Dconversions.cc198 int lim_a = 'a' + (radix - 10); in InternalStringToIntDouble() local
205 } else if (*current >= 'a' && *current < lim_a) { in InternalStringToIntDouble()
579 int lim_a = 'a' + (radix() - 10); in HandleGenericCase() local
596 } else if (*current >= 'a' && *current < lim_a) { in HandleGenericCase()
/third_party/lame/libmp3lame/
Dpsymodel.c1654 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));