Searched defs:pstm_mul_d (Results 1 – 1 of 1) sorted by relevance
1027 static int32 pstm_mul_d(pstm_int *a, pstm_digit b, pstm_int *c) in pstm_mul_d() function1057 #define pstm_mul_d(a, b, c) (pstm_mul_d(a, b, c), PSTM_OKAY) macro