reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2432 w = (mp_word)*da++ * (mp_word)b + w; 2432 w = (mp_word)*da++ * (mp_word)b + w; 2434 *dc++ = LOWER_HALF(w); 2435 w = UPPER_HALF(w); 2435 w = UPPER_HALF(w); 2439 if (w) 2440 *dc = LOWER_HALF(w);