Lines Matching refs:un10
2515 digit_t un10 = low << s;2516 digit_t un1 = un10 >> kHalfDigitBits;2517 digit_t un0 = un10 & kHalfDigitMask;