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

  /src/external/lgpl3/mpfr/dist/tune/
bidimensional_sample.c 122 mpfr_init2 (temp, MPFR_SMALL_PRECISION);
359 mpfr_init2 (temp1, MPFR_SMALL_PRECISION);
360 mpfr_init2 (temp2, MPFR_SMALL_PRECISION);
362 mpfr_set (temp1, x, MPFR_SMALL_PRECISION);
406 mpfr_init2 (temp1, MPFR_SMALL_PRECISION);
407 mpfr_init2 (temp2, MPFR_SMALL_PRECISION);
409 mpfr_set (temp1, x, MPFR_SMALL_PRECISION);
tuneup.c 595 mpfr_init2 (ratio, MPFR_SMALL_PRECISION);
599 mpfr_init2 (xmin, MPFR_SMALL_PRECISION);
600 mpfr_init2 (xmax, MPFR_SMALL_PRECISION);
601 mpfr_init2 (x, MPFR_SMALL_PRECISION);
1117 mpfr_init2 (x1, MPFR_SMALL_PRECISION);
1118 mpfr_init2 (x2, MPFR_SMALL_PRECISION);
1119 mpfr_init2 (x3, MPFR_SMALL_PRECISION);
1120 mpfr_init2 (tmp1, MPFR_SMALL_PRECISION);
1121 mpfr_init2 (tmp2, MPFR_SMALL_PRECISION);
  /src/external/lgpl3/mpfr/dist/src/
ai.c 135 mpfr_init2 (tmp_sp, MPFR_SMALL_PRECISION);
136 mpfr_init2 (tmp2_sp, MPFR_SMALL_PRECISION);
360 mpfr_init2 (tmp_sp, MPFR_SMALL_PRECISION);
361 mpfr_init2 (tmp2_sp, MPFR_SMALL_PRECISION);
666 mpfr_init2 (temp1, MPFR_SMALL_PRECISION);
667 mpfr_init2 (temp2, MPFR_SMALL_PRECISION);
mpfr-impl.h 593 #define MPFR_SMALL_PRECISION 32

Completed in 78 milliseconds