Lines Matching refs:bottom58bits

137 static const limb bottom58bits = 0x3ffffffffffffff;  variable
145 out[0] = (*((limb *) & in[0])) & bottom58bits; in bin66_to_felem()
146 out[1] = (*((limb_aX *) & in[7]) >> 2) & bottom58bits; in bin66_to_felem()
147 out[2] = (*((limb_aX *) & in[14]) >> 4) & bottom58bits; in bin66_to_felem()
148 out[3] = (*((limb_aX *) & in[21]) >> 6) & bottom58bits; in bin66_to_felem()
149 out[4] = (*((limb_aX *) & in[29])) & bottom58bits; in bin66_to_felem()
150 out[5] = (*((limb_aX *) & in[36]) >> 2) & bottom58bits; in bin66_to_felem()
151 out[6] = (*((limb_aX *) & in[43]) >> 4) & bottom58bits; in bin66_to_felem()
152 out[7] = (*((limb_aX *) & in[50]) >> 6) & bottom58bits; in bin66_to_felem()
607 out[0] = ((limb) in[0]) & bottom58bits; in felem_reduce()
608 out[1] = ((limb) in[1]) & bottom58bits; in felem_reduce()
609 out[2] = ((limb) in[2]) & bottom58bits; in felem_reduce()
610 out[3] = ((limb) in[3]) & bottom58bits; in felem_reduce()
611 out[4] = ((limb) in[4]) & bottom58bits; in felem_reduce()
612 out[5] = ((limb) in[5]) & bottom58bits; in felem_reduce()
613 out[6] = ((limb) in[6]) & bottom58bits; in felem_reduce()
614 out[7] = ((limb) in[7]) & bottom58bits; in felem_reduce()
615 out[8] = ((limb) in[8]) & bottom58bits; in felem_reduce()
670 out[0] &= bottom58bits; in felem_reduce()
874 ftmp[0] &= bottom58bits; in felem_is_zero()
876 ftmp[1] &= bottom58bits; in felem_is_zero()
878 ftmp[2] &= bottom58bits; in felem_is_zero()
880 ftmp[3] &= bottom58bits; in felem_is_zero()
882 ftmp[4] &= bottom58bits; in felem_is_zero()
884 ftmp[5] &= bottom58bits; in felem_is_zero()
886 ftmp[6] &= bottom58bits; in felem_is_zero()
888 ftmp[7] &= bottom58bits; in felem_is_zero()
953 out[0] &= bottom58bits; in felem_contract()
955 out[1] &= bottom58bits; in felem_contract()
957 out[2] &= bottom58bits; in felem_contract()
959 out[3] &= bottom58bits; in felem_contract()
961 out[4] &= bottom58bits; in felem_contract()
963 out[5] &= bottom58bits; in felem_contract()
965 out[6] &= bottom58bits; in felem_contract()
967 out[7] &= bottom58bits; in felem_contract()