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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwinnt.h1571 #define Multiply128 _mul128 macro
1573 LONG64 Multiply128(LONG64 Multiplier,LONG64 Multiplicand,LONG64 *HighProduct);
1587 lowProduct = Multiply128(Multiplier,Multiplicand,&highProduct);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwinnt.h1571 #define Multiply128 _mul128 macro
1573 LONG64 Multiply128(LONG64 Multiplier,LONG64 Multiplicand,LONG64 *HighProduct);
1587 lowProduct = Multiply128(Multiplier,Multiplicand,&highProduct);

Completed in 121 milliseconds