Home
last modified time | relevance | path

Searched refs:bigToBStriLe (Results 1 – 6 of 6) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dbig_drv.h122 bstriType bigToBStriLe (const const_bigIntType big1, const boolType isSigned);
H A Dbiglib.c1054 bigToBStriLe(take_bigint(arg_1(arguments)), in big_to_bstri_le()
H A Dsql_cli.c2051 bstri = bigToBStriLe(absoluteValue, FALSE); in setNumericBigInt()
2055 bstri = bigToBStriLe(bigIntValue, FALSE); in setNumericBigInt()
2124 bstri = bigToBStriLe(absoluteValue, FALSE); in setNumericBigRat()
2128 bstri = bigToBStriLe(mantissaValue, FALSE); in setNumericBigRat()
H A Dbig_gmp.c2043 bstriType bigToBStriLe (const const_bigIntType big1, const boolType isSigned) in bigToBStriLe() function
H A Dbig_rtl.c7568 bstriType bigToBStriLe (const const_bigIntType big1, const boolType isSigned) in bigToBStriLe() function
/dports/lang/seed7/seed7/lib/comp/
H A Dbig_act.s7i166 declareExtern(c_prog, "bstriType bigToBStriLe (const const_bigIntType, const boolType);");
2160 c_expr.result_expr := "bigToBStriLe(";