Home
last modified time | relevance | path

Searched refs:bigFromByteBufferLe (Results 1 – 4 of 4) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dbig_drv.h69 bigIntType bigFromByteBufferLe (const memSizeType size,
H A Dbig_gmp.c704 bigIntType bigFromByteBufferLe (const memSizeType size, in bigFromByteBufferLe() function
775 return bigFromByteBufferLe(bstri->size, bstri->mem, isSigned); in bigFromBStriLe()
H A Dsql_cli.c1710 mantissa = bigFromByteBufferLe(SQL_MAX_NUMERIC_LEN, numStruct->val, FALSE); in getNumericAsCStri()
1800 bigIntValue = bigFromByteBufferLe(SQL_MAX_NUMERIC_LEN, numStruct->val, FALSE); in getNumericInt()
1863 bigIntValue = bigFromByteBufferLe(SQL_MAX_NUMERIC_LEN, numStruct->val, FALSE); in getNumericBigInt()
1911 numerator = bigFromByteBufferLe(SQL_MAX_NUMERIC_LEN, numStruct->val, FALSE); in getNumericBigRational()
H A Dbig_rtl.c4356 bigIntType bigFromByteBufferLe (const memSizeType size, in bigFromByteBufferLe() function
4473 return bigFromByteBufferLe(bstri->size, bstri->mem, isSigned); in bigFromBStriLe()