Home
last modified time | relevance | path

Searched refs:bigParse (Results 1 – 9 of 9) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dnumutl.c314 numerator = bigParse(stri); in roundDoubleToBigRat()
433 bigIntValue = bigParse(stri);
499 numerator = bigParse(stri);
H A Dbig_drv.h105 bigIntType bigParse (const const_striType stri);
H A Dnumlit.c299 result = bigParse(symbol.striValue); in readBigInteger()
H A Dbiglib.c769 bigParse(take_stri(arg_1(arguments)))); in big_parse1()
H A Dbig_gmp.c1476 bigIntType bigParse (const const_striType stri) in bigParse() function
H A Dsql_post.c1258 bigIntValue = bigParse(stri); in getNumericAsBigInt()
1301 numerator = bigParse(stri); in getNumericAsBigRat()
H A Dsql_oci.c1934 bigIntValue = bigParse(&striBuffer.striBuf); in getBigInt()
1968 numerator = bigParse(&striBuffer.striBuf); in getBigRational()
H A Dbig_rtl.c6279 bigIntType bigParse (const const_striType stri) in bigParse() function
6386 case 10: result = bigParse(stri); break; in bigParseBased()
/dports/lang/seed7/seed7/lib/comp/
H A Dbig_act.s7i149 declareExtern(c_prog, "bigIntType bigParse (const const_striType);");
1799 c_expr.result_expr := "bigParse(";