Home
last modified time | relevance | path

Searched refs:bigAbs (Results 1 – 7 of 7) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dnumutl.c86 absNumber = bigAbs(number); in bigIntToDouble()
170 absNumerator = bigAbs(numerator); in bigRatToDouble()
H A Dbig_drv.h48 bigIntType bigAbs (const const_bigIntType big1);
H A Dbiglib.c61 bigAbs(take_bigint(arg_1(arguments)))); in big_abs()
H A Dbig_gmp.c233 bigIntType bigAbs (const const_bigIntType big1) in bigAbs() function
H A Dbig_rtl.c3252 bigIntType bigAbs (const const_bigIntType big1) in bigAbs() function
4725 gcd = bigAbs(big2); in bigGcd()
4727 gcd = bigAbs(big1); in bigGcd()
4728 } else if (unlikely((big1_help = bigAbs(big1)) == NULL)) { in bigGcd()
4731 } else if (unlikely((big2_help = bigAbs(big2)) == NULL)) { in bigGcd()
H A Dsql_cli.c2047 absoluteValue = bigAbs(bigIntValue); in setNumericBigInt()
2120 absoluteValue = bigAbs(mantissaValue); in setNumericBigRat()
/dports/lang/seed7/seed7/lib/comp/
H A Dbig_act.s7i85 declareExtern(c_prog, "bigIntType bigAbs (const const_bigIntType);");
420 c_expr.result_expr := "bigAbs(";