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

  /src/external/lgpl3/mpc/dist/tests/
tradius.c 30 sqrt_int64 in about 4 minutes on a laptop. */
35 s = sqrt_int64 (n);
mpc-tests.h 50 __MPC_DECLSPEC int64_t sqrt_int64 (int64_t n);
  /src/external/lgpl3/mpc/dist/src/
radius.c 577 int64_t sqrt_int64 (int64_t n) function
616 MPCR_MANT (r) = sqrt_int64 (MPCR_MANT (s));
620 MPCR_MANT (r) = sqrt_int64 (2 * MPCR_MANT (s));
mpc.h 299 __MPC_DECLSPEC int64_t sqrt_int64 (int64_t n);

Completed in 16 milliseconds