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

  /src/external/lgpl3/mpfr/dist/src/
isqrt.c 1 /* __gmpfr_isqrt && __gmpfr_cuberoot -- Integer square root and cube root
55 __gmpfr_cuberoot (unsigned long n) function
exp_2.c 157 : __gmpfr_cuberoot (4*precy);
mpfr-impl.h 2412 __MPFR_DECLSPEC unsigned long __gmpfr_cuberoot (unsigned long);
  /src/external/lgpl3/mpfr/dist/tests/
tisqrt.c 1 /* Test file for __gmpfr_isqrt and __gmpfr_cuberoot internal functions.
44 i = __gmpfr_cuberoot (n);
47 printf ("Error in __gmpfr_cuberoot (%lu): got %lu instead of %lu\n",

Completed in 39 milliseconds