Home
last modified time | relevance | path

Searched refs:bigCmp (Results 1 – 6 of 6) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dbiglib.c127 bigCmp(take_bigint(arg_1(arguments)), take_bigint(arg_2(arguments)))); in big_cmp()
391 if (bigCmp(take_bigint(arg_1(arguments)), in big_ge()
411 if (bigCmp(take_bigint(arg_1(arguments)), in big_gt()
510 if (bigCmp(take_bigint(arg_1(arguments)), in big_le()
611 if (bigCmp(take_bigint(arg_1(arguments)), in big_lt()
H A Dbig_drv.h56 intType bigCmp (const const_bigIntType big1, const const_bigIntType big2);
H A Dnumutl.c123 if (bigCmp(absNumerator, denominator) >= 0) { in binaryExponent()
H A Dbig_gmp.c379 intType bigCmp (const const_bigIntType big1, const const_bigIntType big2) in bigCmp() function
408 return bigCmp(((const_rtlObjectType *) &value1)->value.bigIntValue, in bigCmpGeneric()
H A Dbig_rtl.c3699 intType bigCmp (const const_bigIntType big1, const const_bigIntType big2) in bigCmp() function
3739 return bigCmp(((const_rtlObjectType *) &value1)->value.bigIntValue, in bigCmpGeneric()
4757 if (bigCmp(big1_help, big2_help) < 0) { in bigGcd()
6613 if (unlikely(bigCmp(low, high) > 0)) { in bigRand()
6650 } while (bigCmp(randomNumber, scale_limit) > 0); in bigRand()
/dports/lang/seed7/seed7/lib/comp/
H A Dbig_act.s7i93 declareExtern(c_prog, "intType bigCmp (const const_bigIntType, const const_bigIntType);");
648 c_expr.expr &:= "bigCmp(";
677 c_expr.expr &:= "bigCmp(";
965 c_expr.expr &:= "bigCmp(";
987 c_expr.expr &:= "bigCmp(";
1206 c_expr.expr &:= "bigCmp(";
1351 c_expr.expr &:= "bigCmp(";