Searched refs:MP_RAT (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dlgmp.c114 void mpq_init(x) MP_RAT *x; {}
115 void mpq_clear(x) MP_RAT *x; {}
116 void mpq_set(x,y) MP_RAT *x; MP_RAT *y; {}
117 void mpq_set_ui(x,y,z) MP_RAT *x; unsigned long int y; unsigned long int z; {}
118 void mpq_set_si(x,y,z) MP_RAT *x; long int y; unsigned long int z; {}
119 void mpq_add(x,y,z) MP_RAT *x; MP_RAT *y; MP_RAT *z; {}
120 void mpq_sub(x,y,z) MP_RAT *
[all...]
H A Dbigrat.c98 /* MP_INT and MP_RAT are from gmp 1, and gmp provides the
104 typedef __mpq_struct MP_RAT; typedef
137 * When we make an MP_INT/MP_RAT from a TBIG/TRAT we share the limb
138 * array on the global stack. Note that such a MP_INT/MP_RAT may not
141 * The macros/functions that convert MP_INT/MP_RAT to Prolog numbers
291 /* Clears the MP_RAT! */
301 /* Create a TRAT pword from the MP_RAT mpr */
302 /* Clears the MP_RAT! */
555 mpq_to_double(MP_RAT *q)
562 mpq_set_double(MP_RAT *
[all...]
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dkernel.tex238 bit in the buffer header tag. The library's MP_INT\index{MP_INT} or MP_RAT\index{MP_RAT} structure only
254 library, whose MP_RAT structure only gets created temporarily in order

Completed in 207 milliseconds