Home
last modified time | relevance | path

Searched defs:big_variable (Results 1 – 3 of 3) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dbig_gmp.c284 void bigAddAssign (bigIntType *const big_variable, const const_bigIntType delta) in bigAddAssign()
298 void bigAddAssignSignedDigit (bigIntType *const big_variable, const intType delta) in bigAddAssignSignedDigit()
511 void bigDecr (bigIntType *const big_variable) in bigDecr()
917 void bigIncr (bigIntType *const big_variable) in bigIncr()
1191 void bigLShiftAssign (bigIntType *const big_variable, intType lshift) in bigLShiftAssign()
1376 void bigMultAssign (bigIntType *const big_variable, const_bigIntType factor) in bigMultAssign()
1783 void bigRShiftAssign (bigIntType *const big_variable, intType rshift) in bigRShiftAssign()
1834 void bigSbtrAssign (bigIntType *const big_variable, const const_bigIntType delta) in bigSbtrAssign()
H A Dbiglib.c220 objectType big_variable; in big_decr() local
472 objectType big_variable; in big_incr() local
H A Dbig_rtl.c2909 static void bigMultAssign1 (bigIntType *const big_variable, bigDigitType factor_digit) in bigMultAssign1()
3411 void bigAddAssign (bigIntType *const big_variable, const const_bigIntType delta) in bigAddAssign()
3521 void bigAddAssignSignedDigit (bigIntType *const big_variable, const intType delta) in bigAddAssignSignedDigit()
3892 void bigDecr (bigIntType *const big_variable) in bigDecr()
4803 void bigIncr (bigIntType *const big_variable) in bigIncr()
5560 void bigLShiftAssign (bigIntType *const big_variable, intType lshift) in bigLShiftAssign()
6045 void bigMultAssign (bigIntType *const big_variable, const_bigIntType factor) in bigMultAssign()
6867 void bigRShiftAssign (bigIntType *const big_variable, intType rshift) in bigRShiftAssign()
7089 void bigSbtrAssign (bigIntType *const big_variable, const const_bigIntType delta) in bigSbtrAssign()