Home
last modified time | relevance | path

Searched refs:mpd_uuint_t (Results 1 – 25 of 35) sorted by relevance

12

/dports/databases/py-gdbm/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dumodarith.h304 return ((mpd_uuint_t) a * b) % m; in std_mulmod()
310 *a = ((mpd_uuint_t) *a * w) % m; in std_mulmod2c()
311 *b = ((mpd_uuint_t) *b * w) % m; in std_mulmod2c()
318 *a0 = ((mpd_uuint_t) *a0 * b0) % m; in std_mulmod2()
319 *a1 = ((mpd_uuint_t) *a1 * b1) % m; in std_mulmod2()
H A Dtypearith.h309 mpd_uuint_t hl; in _mpd_mul_words()
311 hl = (mpd_uuint_t)a * b; in _mpd_mul_words()
321 mpd_uuint_t hl; in _mpd_div_words()
323 hl = ((mpd_uuint_t)hi<<32) + lo; in _mpd_div_words()
325 *r = (mpd_uint_t)(hl - (mpd_uuint_t)(*q) * d); in _mpd_div_words()
H A Dmpdecimal.h195 typedef uint64_t mpd_uuint_t; /* double width unsigned mod type */ typedef
/dports/lang/python37/Python-3.7.12/Modules/_decimal/libmpdec/
H A Dumodarith.h304 return ((mpd_uuint_t) a * b) % m; in std_mulmod()
310 *a = ((mpd_uuint_t) *a * w) % m; in std_mulmod2c()
311 *b = ((mpd_uuint_t) *b * w) % m; in std_mulmod2c()
318 *a0 = ((mpd_uuint_t) *a0 * b0) % m; in std_mulmod2()
319 *a1 = ((mpd_uuint_t) *a1 * b1) % m; in std_mulmod2()
H A Dtypearith.h309 mpd_uuint_t hl; in _mpd_mul_words()
311 hl = (mpd_uuint_t)a * b; in _mpd_mul_words()
321 mpd_uuint_t hl; in _mpd_div_words()
323 hl = ((mpd_uuint_t)hi<<32) + lo; in _mpd_div_words()
325 *r = (mpd_uint_t)(hl - (mpd_uuint_t)(*q) * d); in _mpd_div_words()
H A Dmpdecimal.h192 typedef uint64_t mpd_uuint_t; /* double width unsigned mod type */ typedef
/dports/lang/python311/Python-3.11.0a3/Modules/_decimal/libmpdec/
H A Dumodarith.h305 return ((mpd_uuint_t) a * b) % m; in std_mulmod()
311 *a = ((mpd_uuint_t) *a * w) % m; in std_mulmod2c()
312 *b = ((mpd_uuint_t) *b * w) % m; in std_mulmod2c()
319 *a0 = ((mpd_uuint_t) *a0 * b0) % m; in std_mulmod2()
320 *a1 = ((mpd_uuint_t) *a1 * b1) % m; in std_mulmod2()
H A Dtypearith.h311 mpd_uuint_t hl; in _mpd_mul_words()
313 hl = (mpd_uuint_t)a * b; in _mpd_mul_words()
323 mpd_uuint_t hl; in _mpd_div_words()
325 hl = ((mpd_uuint_t)hi<<32) + lo; in _mpd_div_words()
327 *r = (mpd_uint_t)(hl - (mpd_uuint_t)(*q) * d); in _mpd_div_words()
/dports/lang/python310/Python-3.10.1/Modules/_decimal/libmpdec/
H A Dumodarith.h305 return ((mpd_uuint_t) a * b) % m; in std_mulmod()
311 *a = ((mpd_uuint_t) *a * w) % m; in std_mulmod2c()
312 *b = ((mpd_uuint_t) *b * w) % m; in std_mulmod2c()
319 *a0 = ((mpd_uuint_t) *a0 * b0) % m; in std_mulmod2()
320 *a1 = ((mpd_uuint_t) *a1 * b1) % m; in std_mulmod2()
H A Dtypearith.h311 mpd_uuint_t hl; in _mpd_mul_words()
313 hl = (mpd_uuint_t)a * b; in _mpd_mul_words()
323 mpd_uuint_t hl; in _mpd_div_words()
325 hl = ((mpd_uuint_t)hi<<32) + lo; in _mpd_div_words()
327 *r = (mpd_uint_t)(hl - (mpd_uuint_t)(*q) * d); in _mpd_div_words()
/dports/lang/python-tools/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dumodarith.h304 return ((mpd_uuint_t) a * b) % m; in std_mulmod()
310 *a = ((mpd_uuint_t) *a * w) % m; in std_mulmod2c()
311 *b = ((mpd_uuint_t) *b * w) % m; in std_mulmod2c()
318 *a0 = ((mpd_uuint_t) *a0 * b0) % m; in std_mulmod2()
319 *a1 = ((mpd_uuint_t) *a1 * b1) % m; in std_mulmod2()
H A Dtypearith.h309 mpd_uuint_t hl; in _mpd_mul_words()
311 hl = (mpd_uuint_t)a * b; in _mpd_mul_words()
321 mpd_uuint_t hl; in _mpd_div_words()
323 hl = ((mpd_uuint_t)hi<<32) + lo; in _mpd_div_words()
325 *r = (mpd_uint_t)(hl - (mpd_uuint_t)(*q) * d); in _mpd_div_words()
H A Dmpdecimal.h195 typedef uint64_t mpd_uuint_t; /* double width unsigned mod type */ typedef
/dports/lang/python39/Python-3.9.9/Modules/_decimal/libmpdec/
H A Dumodarith.h305 return ((mpd_uuint_t) a * b) % m; in std_mulmod()
311 *a = ((mpd_uuint_t) *a * w) % m; in std_mulmod2c()
312 *b = ((mpd_uuint_t) *b * w) % m; in std_mulmod2c()
319 *a0 = ((mpd_uuint_t) *a0 * b0) % m; in std_mulmod2()
320 *a1 = ((mpd_uuint_t) *a1 * b1) % m; in std_mulmod2()
H A Dtypearith.h311 mpd_uuint_t hl; in _mpd_mul_words()
313 hl = (mpd_uuint_t)a * b; in _mpd_mul_words()
323 mpd_uuint_t hl; in _mpd_div_words()
325 hl = ((mpd_uuint_t)hi<<32) + lo; in _mpd_div_words()
327 *r = (mpd_uint_t)(hl - (mpd_uuint_t)(*q) * d); in _mpd_div_words()
/dports/lang/python38/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dumodarith.h304 return ((mpd_uuint_t) a * b) % m; in std_mulmod()
310 *a = ((mpd_uuint_t) *a * w) % m; in std_mulmod2c()
311 *b = ((mpd_uuint_t) *b * w) % m; in std_mulmod2c()
318 *a0 = ((mpd_uuint_t) *a0 * b0) % m; in std_mulmod2()
319 *a1 = ((mpd_uuint_t) *a1 * b1) % m; in std_mulmod2()
H A Dtypearith.h309 mpd_uuint_t hl; in _mpd_mul_words()
311 hl = (mpd_uuint_t)a * b; in _mpd_mul_words()
321 mpd_uuint_t hl; in _mpd_div_words()
323 hl = ((mpd_uuint_t)hi<<32) + lo; in _mpd_div_words()
325 *r = (mpd_uint_t)(hl - (mpd_uuint_t)(*q) * d); in _mpd_div_words()
/dports/math/py-cdecimal/cdecimal-2.3/
H A Dumodarith.h284 return ((mpd_uuint_t) a * b) % m; in std_mulmod()
290 *a = ((mpd_uuint_t) *a * w) % m; in std_mulmod2c()
291 *b = ((mpd_uuint_t) *b * w) % m; in std_mulmod2c()
298 *a0 = ((mpd_uuint_t) *a0 * b0) % m; in std_mulmod2()
299 *a1 = ((mpd_uuint_t) *a1 * b1) % m; in std_mulmod2()
H A Dtypearith.h308 mpd_uuint_t hl; in _mpd_mul_words()
310 hl = (mpd_uuint_t)a * b; in _mpd_mul_words()
320 mpd_uuint_t hl; in _mpd_div_words()
322 hl = ((mpd_uuint_t)hi<<32) + lo; in _mpd_div_words()
324 *r = (mpd_uint_t)(hl - (mpd_uuint_t)(*q) * d); in _mpd_div_words()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dumodarith.h304 return ((mpd_uuint_t) a * b) % m; in std_mulmod()
310 *a = ((mpd_uuint_t) *a * w) % m; in std_mulmod2c()
311 *b = ((mpd_uuint_t) *b * w) % m; in std_mulmod2c()
318 *a0 = ((mpd_uuint_t) *a0 * b0) % m; in std_mulmod2()
319 *a1 = ((mpd_uuint_t) *a1 * b1) % m; in std_mulmod2()
H A Dtypearith.h309 mpd_uuint_t hl; in _mpd_mul_words()
311 hl = (mpd_uuint_t)a * b; in _mpd_mul_words()
321 mpd_uuint_t hl; in _mpd_div_words()
323 hl = ((mpd_uuint_t)hi<<32) + lo; in _mpd_div_words()
325 *r = (mpd_uint_t)(hl - (mpd_uuint_t)(*q) * d); in _mpd_div_words()
/dports/math/mpdecimal/mpdecimal-2.5.1/libmpdec/
H A Dumodarith.h305 return ((mpd_uuint_t) a * b) % m; in std_mulmod()
311 *a = ((mpd_uuint_t) *a * w) % m; in std_mulmod2c()
312 *b = ((mpd_uuint_t) *b * w) % m; in std_mulmod2c()
319 *a0 = ((mpd_uuint_t) *a0 * b0) % m; in std_mulmod2()
320 *a1 = ((mpd_uuint_t) *a1 * b1) % m; in std_mulmod2()
H A Dtypearith.h311 mpd_uuint_t hl; in _mpd_mul_words()
313 hl = (mpd_uuint_t)a * b; in _mpd_mul_words()
323 mpd_uuint_t hl; in _mpd_div_words()
325 hl = ((mpd_uuint_t)hi<<32) + lo; in _mpd_div_words()
327 *r = (mpd_uint_t)(hl - (mpd_uuint_t)(*q) * d); in _mpd_div_words()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dumodarith.h304 return ((mpd_uuint_t) a * b) % m; in std_mulmod()
310 *a = ((mpd_uuint_t) *a * w) % m; in std_mulmod2c()
311 *b = ((mpd_uuint_t) *b * w) % m; in std_mulmod2c()
318 *a0 = ((mpd_uuint_t) *a0 * b0) % m; in std_mulmod2()
319 *a1 = ((mpd_uuint_t) *a1 * b1) % m; in std_mulmod2()
H A Dtypearith.h309 mpd_uuint_t hl; in _mpd_mul_words()
311 hl = (mpd_uuint_t)a * b; in _mpd_mul_words()
321 mpd_uuint_t hl; in _mpd_div_words()
323 hl = ((mpd_uuint_t)hi<<32) + lo; in _mpd_div_words()
325 *r = (mpd_uint_t)(hl - (mpd_uuint_t)(*q) * d); in _mpd_div_words()

12