Searched defs:bLow (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/fpu/
H A Dsoftfloat-macros.h451 bits32 aHigh, aLow, bHigh, bLow; local
456 bLow = b;
458 z1 = ( (bits64) aLow ) * bLow;
460 zMiddleB = ( (bits64) aHigh ) * bLow;

Completed in 44 milliseconds