Home
last modified time | relevance | path

Searched refs:bigCmpSignedDigit (Results 1 – 8 of 8) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dnumutl.c84 sign = (int) bigCmpSignedDigit(number, 0); in bigIntToDouble()
162 if (bigCmpSignedDigit(numerator, 0) > 0) { in bigRatToDouble()
185 if (bigCmpSignedDigit(numerator, 0) < 0) { in bigRatToDouble()
H A Dbig_drv.h57 intType bigCmpSignedDigit (const const_bigIntType big1, intType number);
H A Dbig_gmp.c424 intType bigCmpSignedDigit (const const_bigIntType big1, intType number) in bigCmpSignedDigit() function
H A Dsql_lite.c586 if (bigCmpSignedDigit(numerator, 0) > 0) { in sqlBindBigRat()
H A Dsql_cli.c2045 negative = bigCmpSignedDigit(bigIntValue, 0) < 0; in setNumericBigInt()
2118 negative = bigCmpSignedDigit(mantissaValue, 0) < 0; in setNumericBigRat()
H A Dsql_oci.c2346 if (bigCmpSignedDigit(numerator, 0) > 0) { in setBigRat()
H A Dbig_rtl.c3755 intType bigCmpSignedDigit (const const_bigIntType big1, intType number) in bigCmpSignedDigit() function
/dports/lang/seed7/seed7/lib/comp/
H A Dbig_act.s7i95 declareExtern(c_prog, "intType bigCmpSignedDigit (const const_bigIntType, intType);");
642 c_expr.expr &:= "bigCmpSignedDigit(";