HomeSort by: relevance | last modified time | path
    Searched refs:limb_apprsqrt (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpz/
stronglucas.c 43 * limb_apprsqrt (x) ^ 2 <= x < (limb_apprsqrt (x)+1) ^ 2
45 * x <= limb_apprsqrt (x) ^ 2 <= x * 9/8
48 limb_apprsqrt (mp_limb_t x) function
122 maxD = limb_apprsqrt (* PTR (n));
oddfac_1.c 123 * limb_apprsqrt (x) ^ 2 <= x < (limb_apprsqrt (x)+1) ^ 2
125 * x <= limb_apprsqrt (x) ^ 2 <= x * 9/8
128 limb_apprsqrt (mp_limb_t x) function
212 s = limb_apprsqrt(n);
bin_uiui.c 575 * limb_apprsqrt (x) ^ 2 <= x < (limb_apprsqrt (x)+1) ^ 2
577 * x <= limb_apprsqrt (x) ^ 2 <= x * 9/8
580 limb_apprsqrt (mp_limb_t x) function
624 s = limb_apprsqrt(n);

Completed in 26 milliseconds