Searched refs:pstm_mod_2d (Results 1 – 1 of 1) sorted by relevance
988 #undef pstm_mod_2d989 static int32 pstm_mod_2d(pstm_int *a, int b, pstm_int *c) //bbox: was int16 b in pstm_mod_2d() function1019 #define pstm_mod_2d(a, b, c) (pstm_mod_2d(a, b, c), PSTM_OKAY) macro1090 if (pstm_mod_2d (a, b, &t) != PSTM_OKAY) { in pstm_div_2d()