| 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...] |