Searched refs:lowProduct (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwinnt.h1586 LONG64 lowProduct; local
1587 lowProduct = Multiply128(Multiplier,Multiplicand,&highProduct);
1588 extractedProduct = (LONG64)ShiftRight128((LONG64)lowProduct,(LONG64)highProduct,Shift);
1595 DWORD64 lowProduct; local
1596 lowProduct = UnsignedMultiply128(Multiplier,Multiplicand,&highProduct);
1597 extractedProduct = ShiftRight128(lowProduct,highProduct,Shift);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwinnt.h1586 LONG64 lowProduct; local
1587 lowProduct = Multiply128(Multiplier,Multiplicand,&highProduct);
1588 extractedProduct = (LONG64)ShiftRight128((LONG64)lowProduct,(LONG64)highProduct,Shift);
1595 DWORD64 lowProduct; local
1596 lowProduct = UnsignedMultiply128(Multiplier,Multiplicand,&highProduct);
1597 extractedProduct = ShiftRight128(lowProduct,highProduct,Shift);

Completed in 302 milliseconds