Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dnumutl.c88 exponent = (int) bigBitLength(absNumber) - 1; in bigIntToDouble()
126 exponent = (int) bigBitLength(quotient) - 1; in binaryExponent()
132 exponent = (int) -bigBitLength(quotient); in binaryExponent()
H A Dbig_drv.h55 intType bigBitLength (const const_bigIntType big1);
H A Dbiglib.c110 bigBitLength(take_bigint(arg_1(arguments)))); in big_bit_length()
H A Dbig_gmp.c345 intType bigBitLength (const const_bigIntType big1) in bigBitLength() function
H A Dsql_lite.c504 } else if (bigBitLength(value) >= 64) { in sqlBindBigInt()
H A Dbig_rtl.c3666 intType bigBitLength (const const_bigIntType big1) in bigBitLength() function
/dports/lang/seed7/seed7/lib/comp/
H A Dbig_act.s7i92 declareExtern(c_prog, "intType bigBitLength (const const_bigIntType);");
625 c_expr.expr &:= "bigBitLength(";