Home
last modified time | relevance | path

Searched refs:bigFromInt64 (Results 1 – 11 of 11) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dbig_drv.h38 #define bigIConv bigFromInt64
75 bigIntType bigFromInt64 (int64Type number);
H A Dnumutl.c230 numerator = bigFromInt64(intMantissa); in doubleToBigRat()
H A Dsql_lite.c1227 columnValue = bigFromInt64(columnValue64); in sqlColumnBigInt()
1289 *numerator = bigFromInt64(columnValue64); in sqlColumnBigRat()
H A Dbig_gmp.c802 bigIntType bigFromInt64 (int64Type number) in bigFromInt64() function
H A Dsql_tds.c1636 columnValue = bigFromInt64(*(int64Type *) data); in sqlColumnBigInt()
1713 *numerator = bigFromInt64(*(int64Type *) data); in sqlColumnBigRat()
H A Dsql_my.c1530 columnValue = bigFromInt64( in sqlColumnBigInt()
1602 *numerator = bigFromInt64( in sqlColumnBigRat()
H A Dsql_post.c2209 columnValue = bigFromInt64((int64Type) ntohll(*(uint64Type *) buffer)); in sqlColumnBigInt()
2286 *numerator = bigFromInt64((int64Type) ntohll(*(uint64Type *) buffer)); in sqlColumnBigRat()
H A Dsql_fire.c2354 columnValue = bigFromInt64(*(int64Type *) sqlvar->sqldata); in sqlColumnBigInt()
2427 *numerator = bigFromInt64(*(int64Type *) sqlvar->sqldata); in sqlColumnBigRat()
H A Dsql_cli.c4031 columnValue = bigFromInt64( in sqlColumnBigInt()
4123 *numerator = bigFromInt64( in sqlColumnBigRat()
H A Dbig_rtl.c4535 bigIntType bigFromInt64 (int64Type number) in bigFromInt64() function
/dports/lang/seed7/seed7/lib/comp/
H A Dbig_act.s7i108 declareExtern(c_prog, "bigIntType bigFromInt64 (intType);");
109 writeln(c_prog, "#define bigIConv bigFromInt64");