Searched refs:binary_arith_op (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_arith.c65 * unary_arith_op() or binary_arith_op(). These do the following:
753 return binary_arith_op(v1, t1, v2, t2, v, t, ARITH_MIN);
759 return binary_arith_op(v1, t1, v2, t2, v, t, ARITH_MAX);
765 return binary_arith_op(v1, t1, v2, t2, v, t, ARITH_GCD);
798 return binary_arith_op(v1, t1, v2, t2, v, t, ARITH_LCM);
852 return binary_arith_op(v1, t1, v2, t2, v, t, ARITH_ATAN2);
1104 return binary_arith_op(v1, t1, v2, t2, v, t, ARITH_POW);
1117 return binary_arith_op(v1, t1, v2, t2, v, t, ARITH_POW);
1184 return binary_arith_op(v1, t1, v2, t2, v, t, ARITH_SHL);
1199 return binary_arith_op(v
1509 binary_arith_op(value v1, type t1, value v2, type t2, value v, type t, int op) function
[all...]
H A Demu_export.h1574 Extern int binary_arith_op ARGS((value,type,value,type,value,type,int));

Completed in 84 milliseconds