Searched refs:two56 (Results 1 – 2 of 2) sorted by relevance
857 static const int64_t two56 = ((limb) 1) << 56; in felem_contract() local883 tmp[0] += a & two56; in felem_contract()961 tmp[0] += a & two56; in felem_contract()
610 static const int64_t two56 = ((limb) 1) << 56; in felem_contract() local643 tmp[0] += two56 & a; in felem_contract()
Completed in 13 milliseconds