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

  /xsrc/external/mit/xedit/dist/lisp/
read.c 1370 mpr *bigratio; local
1472 bigratio = NULL;
1496 bigratio = LispMalloc(sizeof(mpr));
1497 mpr_init(bigratio);
1498 mpi_seti(mpr_num(bigratio), integer);
1499 mpi_setstr(mpr_den(bigratio), ratio, radix);
1503 bigratio = LispMalloc(sizeof(mpr));
1504 mpr_init(bigratio);
1505 mpi_set(mpr_num(bigratio), bignum);
1508 mpi_setstr(mpr_den(bigratio), ratio, radix)
    [all...]
mathimp.c 66 #define NRBR(num) (num)->real.data.bigratio
81 #define NIBR(num) (num)->imag.data.bigratio
92 #define RBR(real) (real)->data.bigratio
132 mpr *bigratio; member in union:_n_real::__anon6631
327 /* fixnum bigratio */
359 /* bignum bigratio */
395 /* fixratio bigratio */
403 /* bigratio fixnum */
411 /* bigratio bignum */
419 /* bigratio fixratio *
2795 mpr *bigratio = XALLOC(mpr); local
4969 mpr *bigratio = RBR(real); local
5098 mpr *bigratio = RBR(real), rop; local
5165 mpr_add(RBR(real), RBR(real), bigratio); local
5172 mpr_sub(RBR(real), RBR(real), bigratio); local
5179 mpr_mul(RBR(real), RBR(real), bigratio); local
5186 mpr_div(RBR(real), RBR(real), bigratio); local
    [all...]

Completed in 7 milliseconds