Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dbig_drv.h123 int16Type bigToInt16 (const const_bigIntType big1, errInfoType *err_info);
H A Dbig_gmp.c2128 int16Type bigToInt16 (const const_bigIntType big1, errInfoType *err_info) in bigToInt16() function
H A Dsql_cli.c2813 value16 = bigToInt16(value, &err_info); in sqlBindBigInt()
2827 value16 = bigToInt16(value, &err_info); in sqlBindBigInt()
2854 *(int16Type *) param->buffer = bigToInt16(value, &err_info); in sqlBindBigInt()
H A Dsql_post.c1415 (int16Type) htons((uint16Type) bigToInt16(value, &err_info)); in sqlBindBigInt()
H A Dsql_fire.c1361 *(int16Type *) sqlvar->sqldata = bigToInt16(value, &err_info); in sqlBindBigInt()
H A Dbig_rtl.c7657 int16Type bigToInt16 (const const_bigIntType big1, errInfoType *err_info) function