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

  /src/external/lgpl3/gmp/dist/tests/mpf/
t-conv.c 31 #ifndef EXPO
32 #define EXPO 200
217 exp = urandom () % EXPO;
reuse.c 48 #ifndef EXPO
49 #define EXPO 32
122 mpf_random2 (in1, urandom () % SIZE - SIZE/2, urandom () % EXPO);
123 mpf_random2 (in2, urandom () % SIZE - SIZE/2, urandom () % EXPO);

Completed in 17 milliseconds