Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c6952 int cmp, isodd, allnine; in mpd_qrem_near() local
7001 isodd = mpd_isodd(&q); in mpd_qrem_near()
7019 if (cmp < 0 || (cmp == 0 && isodd)) { in mpd_qrem_near()