Searched defs:pres (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Ddummy_bigrat.c51 ec_double_to_int_or_bignum(double f, pword *pres) argument
H A Dbip_tconv.c1054 _term_hash(value vterm, type tterm, uword maxdepth, uword hash, int *pres) argument
1135 ec_term_hash(value vterm, type tterm, uword maxdepth, int *pres) argument
H A Dbigrat.c58 ec_double_to_int_or_bignum(double f, pword *pres) argument
1118 _int_nicerat(value in, pword *pres) argument
1137 _big_nicerat(value in, pword *pres) argument
1203 _dbl_nicerat(value in, pword *pres) argument
1227 _big_nop(value v1, pword *pres) argument
1234 _big_add(value v1, value v2, pword *pres) argument
1246 _big_next(value v1, pword *pres) argument
1260 _big_prev(value v1, pword *pres) argument
1274 _big_sub(value v1, value v2, pword *pres) argument
1286 _big_mul(value v1, value v2, pword *pres) argument
1298 _big_idiv(value v1, value v2, pword *pres) argument
1312 _big_rem(value v1, value v2, pword *pres) argument
1326 _big_floordiv(value v1, value v2, pword *pres) argument
1340 _big_floorrem(value v1, value v2, pword *pres) argument
1356 _big_pow(value v1, value v2, pword *pres) argument
1380 _big_min(value v1, value v2, pword *pres) argument
1393 _big_max(value v1, value v2, pword *pres) argument
1406 _big_neg(value v1, pword *pres) argument
1421 _big_abs(value v1, pword *pres) argument
1432 _big_sgn(value v1, pword *pres) argument
1440 _big_and(value v1, value v2, pword *pres) argument
1452 _big_or(value v1, value v2, pword *pres) argument
1464 _big_xor(value v1, value v2, pword *pres) argument
1480 _big_com(value v1, pword *pres) argument
1491 _big_shl(value v1, value v2, pword *pres) argument
1509 _big_shr(value v1, value v2, pword *pres) argument
1527 _big_setbit(value v1, value v2, pword *pres) argument
1538 _big_clrbit(value v1, value v2, pword *pres) argument
1549 _big_getbit(value v1, value v2, pword *pres) argument
1560 _big_gcd(value v1, value v2, pword *pres) argument
1591 _big_lcm(value v1, value v2, pword *pres) argument
1603 _big_powm(value vbase, value vexp, value vmod, pword *pres) argument
1617 _big_atan2(value v1, value v2, pword *pres) argument
1632 _int_neg(value v1, pword *pres) argument
1674 _dbl_fix(value v1, pword *pres) argument
1682 _dbl_int2(value v1, pword *pres) argument
1712 ec_double_to_int_or_bignum(double f, pword *pres) argument
1723 _rat_nop(value v1, pword *pres) argument
1730 _rat_neg(value v1, pword *pres) argument
1750 _rat_abs(value v1, pword *pres) argument
1761 _rat_sgn(value v1, pword *pres) argument
1768 _rat_add(value v1, value v2, pword *pres) argument
1780 _rat_sub(value v1, value v2, pword *pres) argument
1792 _rat_mul(value v1, value v2, pword *pres) argument
1805 _int_div(value v1, value v2, pword *pres) argument
1818 _big_div(value v1, value v2, pword *pres) argument
1840 _rat_div(value v1, value v2, pword *pres) argument
1854 _rat_pow(value v1, value v2, pword *pres) argument
1888 _rat_min(value v1, value v2, pword *pres) argument
1898 _rat_max(value v1, value v2, pword *pres) argument
1908 _rat_fix(value v1, pword *pres) argument
1920 _rat_int2(value v1, pword *pres) argument
1931 _rat_f_c(value v1, pword *pres, void (*div_function) (MP_INT*, const MP_INT*, const MP_INT*)) argument
1955 _rat_floor(value v1, pword *pres) argument
1961 _rat_ceil(value v1, pword *pres) argument
1967 _rat_truncate(value v1, pword *pres) argument
1973 _rat_num(value v1, pword *pres) argument
1980 _rat_den(value v1, pword *pres) argument
1987 _rat_atan2(value v1, value v2, pword *pres) argument
[all...]
H A Dbip_arith.c1482 bin_arith_op(value v1, type t1, value v2, type t2, pword *pres, int op) argument
1559 _int_nop(value v1, pword *pres) argument
1566 _dbl_nop(value v1, pword *pres) argument
1600 _int_add(value v1, value v2, pword *pres) argument
1612 _int_sub(value v1, value v2, pword *pres) argument
1624 _int_mul(value v1, value v2, pword *pres) argument
1647 _int_neg(value v1, pword *pres) argument
1656 _int_sgn(value v1, pword *pres) argument
1663 _int_min(value v1, value v2, pword *pres) argument
1670 _int_max(value v1, value v2, pword *pres) argument
1677 _int_abs(value v1, pword *pres) argument
1686 _int_gcd(value v1, value v2, pword *pres) argument
1698 _int_lcm(value v1, value v2, pword *pres) argument
1710 _int_atan2(value v1, value v2, pword *pres) argument
1763 _dbl_neg(value v1, pword *pres) argument
1770 _dbl_sgn(value v1, pword *pres) argument
1777 _dbl_min(value v1, value v2, pword *pres) argument
1787 _dbl_max(value v1, value v2, pword *pres) argument
1797 _dbl_add(value v1, value v2, pword *pres) argument
1804 _dbl_sub(value v1, value v2, pword *pres) argument
1811 _dbl_mul(value v1, value v2, pword *pres) argument
1818 _dbl_div(value v1, value v2, pword *pres) argument
1825 _dbl_abs(value v1, pword *pres) argument
1844 _dbl_sin(value v1, pword *pres) argument
1851 _dbl_cos(value v1, pword *pres) argument
1858 _dbl_tan(value v1, pword *pres) argument
1865 _dbl_asin(value v1, pword *pres) argument
1875 _dbl_acos(value v1, pword *pres) argument
1885 _dbl_atan(value v1, pword *pres) argument
1892 _dbl_atan2(value v1, value v2, pword *pres) argument
1899 _dbl_exp(value v1, pword *pres) argument
1916 _dbl_ln(value v1, pword *pres) argument
1926 _dbl_sqrt(value v1, pword *pres) argument
1936 _dbl_pow(value v1, value v2, pword *pres) argument
1943 _dbl_round(value v1, pword *pres) argument
1963 _dbl_floor(value v1, pword *pres) argument
1970 _dbl_ceil(value v1, pword *pres) argument
1977 _dbl_truncate(value v1, pword *pres) argument
1992 _dbl_fix(value v1, pword *pres) argument
2011 _dbl_int2(value v1, pword *pres) argument
[all...]
H A Dintervals.c1611 _ivl_nop(value v1, pword *pres) argument
1620 _ivl_add(value v1, value v2, pword *pres) argument
1635 _ivl_sub(value v1, value v2, pword *pres) argument
1650 _ivl_mul(value v1, value v2, pword *pres) argument
1665 _ivl_div(value v1, value v2, pword *pres) argument
1680 _ivl_min(value v1, value v2, pword *pres) argument
1696 _ivl_max(value v1, value v2, pword *pres) argument
1712 _ivl_neg(value v1, pword *pres) argument
1732 _ivl_chgsign(value v1, pword *pres) argument
1743 _ivl_abs(value v1, pword *pres) argument
1761 _ivl_sqrt(value v1, pword *pres) argument
1778 _ivl_sin(value v1, pword *pres) argument
1788 _ivl_cos(value v1, pword *pres) argument
1797 _ivl_exp(value v1, pword *pres) argument
1807 _ivl_ln(value v1, pword *pres) argument
1824 _ivl_atan(value v1, pword *pres) argument
1834 _ivl_atan2(value vy, value vx, pword *pres) argument
1866 _ivl_pow(value v1, value v2, pword *pres) argument
1929 _ivl_floor(value v1, pword *pres) argument
1940 _ivl_ceil(value v1, pword *pres) argument
1951 _ivl_truncate(value v1, pword *pres) argument
1969 _ivl_sgn(value v1, pword *pres) argument
1985 _ivl_round(value v1, pword *pres) argument
2009 _ivl_int2(value v1, pword *pres) argument
[all...]

Completed in 114 milliseconds