Searched refs:GetLowHalf (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.cpp271 word GetLowHalf() const {return m_halfs.low;} function in class:DWord
342 hword GetLowHalf() const {return hword(m_whole);} function in class:Word
366 D u = (D) A[0] - p.GetLowHalf();
367 A[0] = u.GetLowHalf();
369 A[1] = u.GetLowHalf();
376 A[0] = u.GetLowHalf();
378 A[1] = u.GetLowHalf();
392 return D(Ah.GetLowHalf(), Ah.GetHighHalf());
396 T[0] = Al.GetLowHalf();
398 T[2] = Ah.GetLowHalf();
[all...]

Completed in 108 milliseconds