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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dinteger.cpp272 word GetHighHalf() const {return m_halfs.high;} function in class:DWord
343 hword GetHighHalf() const {return hword(m_whole>>(WORD_BITS/2));} function in class:Word
368 u = (D) A[1] - p.GetHighHalf() - u.GetHighHalfAsBorrow() - D::Multiply(B1, Q);
370 A[2] += u.GetHighHalf();
379 A[2] += u.GetHighHalf();
392 return D(Ah.GetLowHalf(), Ah.GetHighHalf());
397 T[1] = Al.GetHighHalf();
399 T[3] = Ah.GetHighHalf();
400 Q[1] = DivideThreeWordsByTwo<S, D>(T+1, B.GetLowHalf(), B.GetHighHalf());
401 Q[0] = DivideThreeWordsByTwo<S, D>(T, B.GetLowHalf(), B.GetHighHalf());
[all...]

Completed in 66 milliseconds