Home
last modified time | relevance | path

Searched refs:bigLog2BaseIPow (Results 1 – 4 of 4) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dbig_drv.h95 bigIntType bigLog2BaseIPow (const intType log2base, const intType exponent);
H A Dbig_gmp.c1262 bigIntType bigLog2BaseIPow (const intType log2base, const intType exponent) in bigLog2BaseIPow() function
H A Dbig_rtl.c3206 power = bigLog2BaseIPow((intType) (bit_size - 1), exponent); in bigIPow1()
5733 bigIntType bigLog2BaseIPow (const intType log2base, const intType exponent) in bigLog2BaseIPow() function
/dports/lang/seed7/seed7/lib/comp/
H A Dbig_act.s7i132 declareExtern(c_prog, "bigIntType bigLog2BaseIPow (const intType, const intType);");
1148 c_expr.result_expr := "bigLog2BaseIPow(";