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

  /src/external/lgpl3/mpfr/dist/src/
out_str.c 70 || fputc ((unsigned char) MPFR_DECIMAL_POINT, stream) == EOF
vasprintf.c 1237 np->point = MPFR_DECIMAL_POINT;
1356 np->point = MPFR_DECIMAL_POINT;
1601 np->point = MPFR_DECIMAL_POINT;
1668 np->point = MPFR_DECIMAL_POINT;
1678 np->point = MPFR_DECIMAL_POINT;
1685 np->point = MPFR_DECIMAL_POINT;
1800 np->point = MPFR_DECIMAL_POINT;
1806 np->point = MPFR_DECIMAL_POINT;
strtofr.c 239 decimal_point = (unsigned char) MPFR_DECIMAL_POINT;
mpfr-impl.h 1666 /* Warning! In case of signed char, the value of MPFR_DECIMAL_POINT may
1668 #define MPFR_DECIMAL_POINT \
1676 #define MPFR_DECIMAL_POINT ((char) '.')

Completed in 20 milliseconds