Searched refs:UPPER_HALF (Results 1 – 1 of 1) sorted by relevance
203 #define UPPER_HALF(W) ((mp_word)((W) >> MP_DIGIT_BIT)) macro2124 w = UPPER_HALF(w); in s_uadd()2132 w = UPPER_HALF(w); in s_uadd()2154 w = (UPPER_HALF(w) == 0); in s_usub()2163 w = (UPPER_HALF(w) == 0); in s_usub()2273 w = UPPER_HALF(w); in s_umul()2308 save = UPPER_HALF(w); in s_ksqr()2347 w = UPPER_HALF(w); in s_usqr()2367 w = UPPER_HALF(w); in s_usqr()2376 while ((w = UPPER_HALF(w)) != 0) { in s_usqr()[all …]