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

  /src/external/lgpl3/gmp/dist/tests/mpn/
t-get_d.c 302 FORCE_DOUBLE (want);
352 FORCE_DOUBLE (want);
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 3903 "Disappointments" in the gcc manual.) FORCE_DOUBLE stores and fetches
3908 FORCE_DOUBLE. We don't bother to detect this since the present uses for
3909 FORCE_DOUBLE are only in test programs and default generic C code.
3919 #define FORCE_DOUBLE(d) \
3922 #define FORCE_DOUBLE(d) do { } while (0)

Completed in 17 milliseconds