Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dbig_drv.h34 #define bigToInt64(x,e) 0 macro
39 #define bigOrd(x) bigToInt64(x, NULL)
126 int64Type bigToInt64 (const const_bigIntType big1, errInfoType *err_info);
H A Dnumutl.c98 intMantissa = bigToInt64(mantissa, NULL); in bigIntToDouble()
183 intMantissa = bigToInt64(mantissa, NULL); in bigRatToDouble()
H A Dsql_fire.c907 int64Value = bigToInt64(number, err_info); in bigIntToScaledInt64()
943 int64Value = bigToInt64(mantissaValue, err_info); in bigRatToScaledInt64()
1369 *(int64Type *) sqlvar->sqldata = bigToInt64(value, &err_info); in sqlBindBigInt()
H A Dbig_gmp.c2211 int64Type bigToInt64 (const const_bigIntType big1, errInfoType *err_info) in bigToInt64() function
H A Dfil_rtl.c935 file_position = (os_off_t) bigToInt64(position, NULL); in filBigSeek()
H A Dsql_lite.c530 int64Value = bigToInt64(value, &err_info); in sqlBindBigInt()
H A Dsql_cli.c1827 intValue = bigToInt64(bigIntValue, NULL); in getNumericInt()
2862 *(int64Type *) param->buffer = bigToInt64(value, &err_info); in sqlBindBigInt()
H A Dsql_tds.c1049 intValue = bigToInt64(bigIntValue, NULL); in getNumericInt()
H A Dsql_post.c1425 (int64Type) htonll((uint64Type) bigToInt64(value, &err_info)); in sqlBindBigInt()
H A Dbig_rtl.c7756 int64Type bigToInt64 (const const_bigIntType big1, errInfoType *err_info) function
/dports/lang/seed7/seed7/lib/comp/
H A Dbig_act.s7i142 declareExtern(c_prog, "intType bigToInt64 (const const_bigIntType, errInfoType *);");
143 writeln(c_prog, "#define bigOrd(x) bigToInt64(x, NULL)");