Searched refs:bLow (Results 1 – 1 of 1) sorted by relevance
451 bits32 aHigh, aLow, bHigh, bLow; in mul64To128() local456 bLow = b; in mul64To128()458 z1 = ( (bits64) aLow ) * bLow; in mul64To128()460 zMiddleB = ( (bits64) aHigh ) * bLow; in mul64To128()