HomeSort by: relevance | last modified time | path
    Searched defs:__gmpfr_l2b (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
get_str.c 246 * __gmpfr_l2b[b-2][0] is a 23-bit upper approximation to log(b)/log(2), *
247 * __gmpfr_l2b[b-2][1] is a 77-bit upper approximation to log(2)/log(b). *
2329 const __mpfr_struct __gmpfr_l2b[BASE_MAX-1][2] = { variable
2468 p = &__gmpfr_l2b[beta-2][i];
get_str.c 246 * __gmpfr_l2b[b-2][0] is a 23-bit upper approximation to log(b)/log(2), *
247 * __gmpfr_l2b[b-2][1] is a 77-bit upper approximation to log(2)/log(b). *
2329 const __mpfr_struct __gmpfr_l2b[BASE_MAX-1][2] = { variable
2468 p = &__gmpfr_l2b[beta-2][i];

Completed in 49 milliseconds