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

  /src/external/lgpl3/mpfr/dist/tools/
check_mparam.c 1 /* check_mparam - check a mparam.h file
21 /* To check some mparam.h tables:
22 1) make a symbolic link to the corresponding mparam.h or
23 provide -DMPARAM='"..."' with a path to the mparam.h
29 #ifndef MPARAM
30 # define MPARAM "mparam.h"
33 #include MPARAM
  /src/external/lgpl3/gmp/dist/mpn/x86/
t-zdisp2.pl 78 if (/gmp-mparam.h$/) {
88 my $file = "$File::Find::dir/gmp-mparam.h";
91 open MPARAM, "<$file" or die;
92 while (<MPARAM>) {
101 close MPARAM or die;

Completed in 13 milliseconds