Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpsignal.c402 mpd_qrotate(result, a, b, ctx, &status); in mpd_rotate()
Dmpdecimal.h491 void mpd_qrotate(mpd_t *result, const mpd_t *a, const mpd_t *b, const mpd_context_t *ctx, uint32_t …
Dmpdecimal.c2965 mpd_qrotate(mpd_t *result, const mpd_t *a, const mpd_t *b, in mpd_qrotate() function
/external/python/cpython3/Modules/_decimal/
D_decimal.c4355 Dec_BinaryFuncVA(mpd_qrotate) in Dec_BinaryFuncVA()
5394 DecCtx_BinaryFunc(mpd_qrotate) in DecCtx_BinaryFunc()