Home
last modified time | relevance | path

Searched refs:bigLowestSetBit (Results 1 – 5 of 5) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dbig_drv.h91 intType bigLowestSetBit (const const_bigIntType big1);
H A Dbiglib.c562 bigLowestSetBit(take_bigint(arg_1(arguments)))); in big_lowest_set_bit()
H A Dbig_gmp.c1140 intType bigLowestSetBit (const const_bigIntType big1) in bigLowestSetBit() function
H A Dbig_rtl.c327 intType bigLowestSetBit (const const_bigIntType big1);
4749 lowestSetBitA = bigLowestSetBit(big1_help); in bigGcd()
4750 shift = bigLowestSetBit(big2_help); in bigGcd()
4756 bigRShiftAssign(&big2_help, bigLowestSetBit(big2_help)); in bigGcd()
5410 intType bigLowestSetBit (const const_bigIntType big1) in bigLowestSetBit() function
/dports/lang/seed7/seed7/lib/comp/
H A Dbig_act.s7i128 declareExtern(c_prog, "intType bigLowestSetBit (const const_bigIntType);");
1241 c_expr.expr &:= "bigLowestSetBit(";